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

Theorem ecase2d 749
Description: Deduction for elimination by cases.
Hypotheses
Ref Expression
ecase2d.1 |- (ph -> ps)
ecase2d.2 |- (ph -> -. (ps /\ ch))
ecase2d.3 |- (ph -> -. (ps /\ th))
ecase2d.4 |- (ph -> (ta \/ (ch \/ th)))
Assertion
Ref Expression
ecase2d |- (ph -> ta)

Proof of Theorem ecase2d
StepHypRef Expression
1 ecase2d.1 . . . . 5 |- (ph -> ps)
2 ecase2d.2 . . . . . 6 |- (ph -> -. (ps /\ ch))
3 imnan 242 . . . . . 6 |- ((ps -> -. ch) <-> -. (ps /\ ch))
42, 3sylibr 200 . . . . 5 |- (ph -> (ps -> -. ch))
51, 4mpd 26 . . . 4 |- (ph -> -. ch)
6 ecase2d.3 . . . . . 6 |- (ph -> -. (ps /\ th))
7 imnan 242 . . . . . 6 |- ((ps -> -. th) <-> -. (ps /\ th))
86, 7sylibr 200 . . . . 5 |- (ph -> (ps -> -. th))
91, 8mpd 26 . . . 4 |- (ph -> -. th)
105, 9jca 288 . . 3 |- (ph -> (-. ch /\ -. th))
11 ioran 306 . . 3 |- (-. (ch \/ th) <-> (-. ch /\ -. th))
1210, 11sylibr 200 . 2 |- (ph -> -. (ch \/ th))
13 ecase2d.4 . . . 4 |- (ph -> (ta \/ (ch \/ th)))
14 orcom 246 . . . 4 |- ((ta \/ (ch \/ th)) <-> ((ch \/ th) \/ ta))
1513, 14sylib 198 . . 3 |- (ph -> ((ch \/ th) \/ ta))
1615ord 232 . 2 |- (ph -> (-. (ch \/ th) -> ta))
1712, 16mpd 26 1 |- (ph -> ta)
Colors of variables: wff set class
Syntax hints:  -. wn 2   -> wi 3   \/ wo 222   /\ wa 223
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