I'd really like your help proving:
$(A\rightarrow B),(A\rightarrow C)\rightarrow B, \mapsto_{HPC} B $
Where $HPC$ is the Hilbert's system proof which contains the following relevant axioms:
- $A\rightarrow(B \rightarrow A)$
- $(A\rightarrow(B\rightarrow C)) \to ((A\rightarrow B)\rightarrow(A\rightarrow C))$
- $(A\rightarrow B)\rightarrow ((A\rightarrow\bar{B})\rightarrow \bar{A})$
- $\bar{\bar{A}} \rightarrow A$
In addition tried to use these following lemmas: $\bar{A} \rightarrow (A \rightarrow C) $ and $(A\rightarrow B)\rightarrow (\bar{B} \rightarrow \bar{A})$.
Any suggestions?