Consider the classical propositional calculus system (Hilbert system) with three axiom shemes: (1) $A \to (B \to A)$, (2) $(A \to (B \to C)) \to ((A \to B) \to (A \to C))$, (3) $(\neg A \to \neg B) \to (B \to A)$. And you can use modus ponens.
Now we add a new axiom scheme: $(\neg A \to B) \to (A \to \neg B)$.
Sure this is not always true. But how to (formally, in the sense of propositional calculus) prove adding this results an inconsistent system? I.e., you can deduce $A$ and $\neg A$ for some wf.
For simplicity, you can use the deduction theorem and the hypothetical syllogism. I need a formal proof obeying the rules of the propositional calculus.
I’m not familiar with Hilbert systems, so apologies for imprecisions.
Suppose we know something:
$A$
Then under your axiom scheme (1) we can legitimately derive:
$\neg A \to A$
Now we apply your new naughty axiom scheme to deduce:
$A \to \neg A$
And since we already know $A$, we can apply modus ponens to this, inferring:
$\neg A$
which is inconsistent with $A$.