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

Theorem dedth4v 2390
Description: Weak deduction theorem for eliminating a hypothesis with 4 class variables. See comments in dedth2v 2388.
Hypotheses
Ref Expression
dedth4v.1 |- (A = if(ph, A, R) -> (ps <-> ch))
dedth4v.2 |- (B = if(ph, B, S) -> (ch <-> th))
dedth4v.3 |- (C = if(ph, C, T) -> (th <-> ta))
dedth4v.4 |- (D = if(ph, D, U) -> (ta <-> et))
dedth4v.5 |- et
Assertion
Ref Expression
dedth4v |- (ph -> ps)

Proof of Theorem dedth4v
StepHypRef Expression
1 dedth4v.5 . 2 |- et
2 iftrue 2370 . . . . . 6 |- (ph -> if(ph, A, R) = A)
32eqcomd 1483 . . . . 5 |- (ph -> A = if(ph, A, R))
4 dedth4v.1 . . . . 5 |- (A = if(ph, A, R) -> (ps <-> ch))
53, 4syl 10 . . . 4 |- (ph -> (ps <-> ch))
6 iftrue 2370 . . . . . 6 |- (ph -> if(ph, B, S) = B)
76eqcomd 1483 . . . . 5 |- (ph -> B = if(ph, B, S))
8 dedth4v.2 . . . . 5 |- (B = if(ph, B, S) -> (ch <-> th))
97, 8syl 10 . . . 4 |- (ph -> (ch <-> th))
105, 9bitrd 530 . . 3 |- (ph -> (ps <-> th))
11 iftrue 2370 . . . . 5 |- (ph -> if(ph, C, T) = C)
1211eqcomd 1483 . . . 4 |- (ph -> C = if(ph, C, T))
13 dedth4v.3 . . . 4 |- (C = if(ph, C, T) -> (th <-> ta))
1412, 13syl 10 . . 3 |- (ph -> (th <-> ta))
15 iftrue 2370 . . . . 5 |- (ph -> if(ph, D, U) = D)
1615eqcomd 1483 . . . 4 |- (ph -> D = if(ph, D, U))
17 dedth4v.4 . . . 4 |- (D = if(ph, D, U) -> (ta <-> et))
1816, 17syl 10 . . 3 |- (ph -> (ta <-> et))
1910, 14, 183bitrd 546 . 2 |- (ph -> (ps <-> et))
201, 19mpbiri 194 1 |- (ph -> ps)
Colors of variables: wff set class
Syntax hints:   -> wi 3   <-> wb 146   = wceq 958  ifcif 2365
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 964  ax-gen 965  ax-8 966  ax-10 968  ax-12 970  ax-17 973  ax-4 975  ax-5o 977  ax-6o 980  ax-9o 1125  ax-10o 1142  ax-16 1212  ax-11o 1220  ax-ext 1462
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 983  df-sb 1174  df-clab 1467  df-cleq 1472  df-clel 1475  df-if 2366
Copyright terms: Public domain