Metamath Proof Explorer


Theorem nancom

Description: Alternative denial is commutative. Remark: alternative denial is not associative, see nanass . (Contributed by Mario Carneiro, 9-May-2015) (Proof shortened by Wolf Lammen, 26-Jun-2020)

Ref Expression
Assertion nancom ( ( 𝜑𝜓 ) ↔ ( 𝜓𝜑 ) )

Proof

Step Hyp Ref Expression
1 con2b ( ( 𝜑 → ¬ 𝜓 ) ↔ ( 𝜓 → ¬ 𝜑 ) )
2 nanimn ( ( 𝜑𝜓 ) ↔ ( 𝜑 → ¬ 𝜓 ) )
3 nanimn ( ( 𝜓𝜑 ) ↔ ( 𝜓 → ¬ 𝜑 ) )
4 1 2 3 3bitr4i ( ( 𝜑𝜓 ) ↔ ( 𝜓𝜑 ) )