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

Theorem elimhyp3v 2389
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 2363 . . . . . 6 |- (ph -> if(ph, A, D) = A)
21eqcomd 1478 . . . . 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 2363 . . . . . 6 |- (ph -> if(ph, B, R) = B)
65eqcomd 1478 . . . . 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 2363 . . . . . 6 |- (ph -> if(ph, C, S) = C)
109eqcomd 1478 . . . . 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 543 . . 3 |- (ph -> (ph <-> ta))
1413ibi 591 . 2 |- (ph -> ta)
15 elimhyp3v.7 . . 3 |- et
16 iffalse 2364 . . . . . 6 |- (-. ph -> if(ph, A, D) = D)
1716eqcomd 1478 . . . . 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 2364 . . . . . 6 |- (-. ph -> if(ph, B, R) = R)
2120eqcomd 1478 . . . . 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 2364 . . . . . 6 |- (-. ph -> if(ph, C, S) = S)
2524eqcomd 1478 . . . . 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 543 . . 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 955  ifcif 2358
This theorem is referenced by:  climuni 7052  hlimuni 9064  projlem7 9147
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 961  ax-gen 962  ax-8 963  ax-10 965  ax-12 967  ax-17 970  ax-4 972  ax-5o 974  ax-6o 977  ax-9o 1122  ax-10o 1139  ax-16 1209  ax-11o 1217  ax-ext 1458
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 980  df-sb 1171  df-clab 1463  df-cleq 1468  df-clel 1471  df-if 2359
Copyright terms: Public domain