This is an inofficial mirror of http://metamath.tirix.org for personal testing of a visualizer extension only.
Description: Conjunction distributes over exclusive-or, using -. ( ph <-> ps ) to express exclusive-or. This is one way to interpret the distributive law of multiplication over addition in modulo 2 arithmetic. This is not necessarily true in intuitionistic logic, though anxordi does hold in it. (Contributed by NM, 3-Oct-2008)
| Ref | Expression | ||
|---|---|---|---|
| Assertion | xordi | ⊢ ( ( 𝜑 ∧ ¬ ( 𝜓 ↔ 𝜒 ) ) ↔ ¬ ( ( 𝜑 ∧ 𝜓 ) ↔ ( 𝜑 ∧ 𝜒 ) ) ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | annim | ⊢ ( ( 𝜑 ∧ ¬ ( 𝜓 ↔ 𝜒 ) ) ↔ ¬ ( 𝜑 → ( 𝜓 ↔ 𝜒 ) ) ) | |
| 2 | pm5.32 | ⊢ ( ( 𝜑 → ( 𝜓 ↔ 𝜒 ) ) ↔ ( ( 𝜑 ∧ 𝜓 ) ↔ ( 𝜑 ∧ 𝜒 ) ) ) | |
| 3 | 1 2 | xchbinx | ⊢ ( ( 𝜑 ∧ ¬ ( 𝜓 ↔ 𝜒 ) ) ↔ ¬ ( ( 𝜑 ∧ 𝜓 ) ↔ ( 𝜑 ∧ 𝜒 ) ) ) |