Consider the following system, $N$ which have the soundness property
- $a\to (b\to a)$
- $(a\to (b\to c)\to ((a\to b)\to (a\to c))$
- $(\lnot b\to \lnot a) \to ((\lnot b \to a) \to b)$
We just changed the third axiom of $HPC$. The original one was: $$(\lnot a \to \lnot b) \to (b\to a)$$
I was asked to prove that the two system are equivalent, so I'm trying to show a proof from HPC + the assumption $(\lnot b \to \lnot a)$ to $((\lnot b \to a ) \to b)$ (And the other way around)
I wasn't able to find a proof and I be glad if you could demonstrate it to me.
Thanks