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

Theorem 4cases 758
Description: Inference eliminating two antecedents from the four possible cases that result from their true/false combinations.
Hypotheses
Ref Expression
4cases.1 |- ((ph /\ ps) -> ch)
4cases.2 |- ((ph /\ -. ps) -> ch)
4cases.3 |- ((-. ph /\ ps) -> ch)
4cases.4 |- ((-. ph /\ -. ps) -> ch)
Assertion
Ref Expression
4cases |- ch

Proof of Theorem 4cases
StepHypRef Expression
1 4cases.1 . . 3 |- ((ph /\ ps) -> ch)
2 4cases.3 . . 3 |- ((-. ph /\ ps) -> ch)
31, 2pm2.61ian 476 . 2 |- (ps -> ch)
4 4cases.2 . . 3 |- ((ph /\ -. ps) -> ch)
5 4cases.4 . . 3 |- ((-. ph /\ -. ps) -> ch)
64, 5pm2.61ian 476 . 2 |- (-. ps -> ch)
73, 6pm2.61i 126 1 |- ch
Colors of variables: wff set class
Syntax hints:  -. wn 2   -> wi 3   /\ wa 223
This theorem is referenced by:  ax11eq 1363  ax11el 1364  suc11reg 4605  znnen 7502
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-an 225
Copyright terms: Public domain