This is my set of axioms:
- $A \rightarrow (B\rightarrow A)$
- $(A\rightarrow(B\rightarrow C))\rightarrow ((A\rightarrow B) \rightarrow (A \rightarrow C))$
- $(\neg A \rightarrow B)\rightarrow ((\neg A \rightarrow \neg B)\rightarrow A)$
An I am given:
$$p,\neg p \vdash q$$
Now, from definition, $p$ and $\neg p$ are hypothesis for q to be valid, no? So taking account of that, can I just prove it using only one of the hypothesis?