HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Theorem anddi 607
Description: Double distributive law for conjunction.
Assertion
Ref Expression
anddi |- (((ph \/ ps) /\ (ch \/ th)) <-> (((ph /\ ch) \/ (ph /\ th)) \/ ((ps /\ ch) \/ (ps /\ th))))

Proof of Theorem anddi
StepHypRef Expression
1 andir 605 . 2 |- (((ph \/ ps) /\ (ch \/ th)) <-> ((ph /\ (ch \/ th)) \/ (ps /\ (ch \/ th))))
2 andi 604 . . 3 |- ((ph /\ (ch \/ th)) <-> ((ph /\ ch) \/ (ph /\ th)))
3 andi 604 . . 3 |- ((ps /\ (ch \/ th)) <-> ((ps /\ ch) \/ (ps /\ th)))
42, 3orbi12i 257 . 2 |- (((ph /\ (ch \/ th)) \/ (ps /\ (ch \/ th))) <-> (((ph /\ ch) \/ (ph /\ th)) \/ ((ps /\ ch) \/ (ps /\ th))))
51, 4bitr 173 1 |- (((ph \/ ps) /\ (ch \/ th)) <-> (((ph /\ ch) \/ (ph /\ th)) \/ ((ps /\ ch) \/ (ps /\ th))))
Colors of variables: wff set class
Syntax hints:   <-> wb 146   \/ wo 222   /\ wa 223
This theorem is referenced by:  ccase 755  ccased 756  funun 3554
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225
Copyright terms: Public domain