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

Theorem elimhyp3v 2363
Description: Eliminate a hypothesis containing 3 class variables.
Hypotheses
Ref Expression
elimhyp3v.1 |- (A = if(ph, A, D) -> (ph <-> ch))
elimhyp3v.2 |- (B = if(ph, B, R) -> (ch <-> th))
elimhyp3v.3 |- (C = if(ph, C, S) -> (th <-> ta))
elimhyp3v.4 |- (D = if(ph, A, D) -> (et <-> ze))
elimhyp3v.5 |- (R = if(ph, B, R) -> (ze <-> si))
elimhyp3v.6 |- (S = if(ph, C, S) -> (si <-> ta))
elimhyp3v.7 |- et
Assertion
Ref Expression
elimhyp3v |- ta

Proof of Theorem elimhyp3v
StepHypRef Expression
1 iftrue 2337 . . . . . 6 |- (ph -> if(ph, A, D) = A)
21eqcomd 1456 . . . . 5 |- (ph -> A = if(ph, A, D))
3 elimhyp3v.1 . . . . 5 |- (A = if(ph, A, D) -> (ph <-> ch))
42, 3syl 10 . . . 4 |- (ph -> (ph <-> ch))
5 iftrue 2337 . . . . . 6 |- (ph -> if(ph, B, R) = B)
65eqcomd 1456 . . . . 5 |- (ph -> B = if(ph, B, R))
7 elimhyp3v.2 . . . . 5 |- (B = if(ph, B, R) -> (ch <-> th))
86, 7syl 10 . . . 4 |- (ph -> (ch <-> th))
9 iftrue 2337 . . . . . 6 |- (ph -> if(ph, C, S) = C)
109eqcomd 1456 . . . . 5 |- (ph -> C = if(ph, C, S))
11 elimhyp3v.3 . . . . 5 |- (C = if(ph, C, S) -> (th <-> ta))
1210, 11syl 10 . . . 4 |- (ph -> (th <-> ta))
134, 8, 123bitrd 542 . . 3 |- (ph -> (ph <-> ta))
1413ibi 590 . 2 |- (ph -> ta)
15 elimhyp3v.7 . . 3 |- et
16 iffalse 2338 . . . . . 6 |- (-. ph -> if(ph, A, D) = D)
1716eqcomd 1456 . . . . 5 |- (-. ph -> D = if(ph, A, D))
18 elimhyp3v.4 . . . . 5 |- (D = if(ph, A, D) -> (et <-> ze))
1917, 18syl 10 . . . 4 |- (-. ph -> (et <-> ze))
20 iffalse 2338 . . . . . 6 |- (-. ph -> if(ph, B, R) = R)
2120eqcomd 1456 . . . . 5 |- (-. ph -> R = if(ph, B, R))
22 elimhyp3v.5 . . . . 5 |- (R = if(ph, B, R) -> (ze <-> si))
2321, 22syl 10 . . . 4 |- (-. ph -> (ze <-> si))
24 iffalse 2338 . . . . . 6 |- (-. ph -> if(ph, C, S) = S)
2524eqcomd 1456 . . . . 5 |- (-. ph -> S = if(ph, C, S))
26 elimhyp3v.6 . . . . 5 |- (S = if(ph, C, S) -> (si <-> ta))
2725, 26syl 10 . . . 4 |- (-. ph -> (si <-> ta))
2819, 23, 273bitrd 542 . . 3 |- (-. ph -> (et <-> ta))
2915, 28mpbii 193 . 2 |- (-. ph -> ta)
3014, 29pm2.61i 126 1 |- ta
Colors of variables: wff set class
Syntax hints:  -. wn 2   -> wi 3   <-> wb 146   = wceq 1099  ifcif 2332
This theorem is referenced by:  climuni 6987  hlimuni 9260  projlem7 9322
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-4 951  ax-5 952  ax-6 953  ax-7 954  ax-gen 955  ax-8 1101  ax-9 1102  ax-10 1103  ax-12 1104  ax-17 1190  ax-16 1194  ax-11o 1202  ax-ext 1436
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 957  df-sb 1155  df-clab 1441  df-cleq 1446  df-clel 1449  df-if 2333
Copyright terms: Public domain