How can I proof that the following formula is a tautology by using Hilbert calculus?
$ \left( \left( A\rightarrow \left( A\wedge \neg A\right) \right) \rightarrow
\left( A\rightarrow A \right) \right) $
I know that I have to define axioms and apply the modus ponens. So I studied the examples in this document, however I do not know how to apply this method on my particular formula.
Any help is highly appreciated.