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

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

Proof of Theorem keephyp3v
StepHypRef Expression
1 keephyp3v.7 . . 3 |- rh
2 iftrue 2337 . . . . . 6 |- (ph -> if(ph, A, D) = A)
32eqcomd 1456 . . . . 5 |- (ph -> A = if(ph, A, D))
4 keephyp3v.1 . . . . 5 |- (A = if(ph, A, D) -> (rh <-> ch))
53, 4syl 10 . . . 4 |- (ph -> (rh <-> ch))
6 iftrue 2337 . . . . . 6 |- (ph -> if(ph, B, R) = B)
76eqcomd 1456 . . . . 5 |- (ph -> B = if(ph, B, R))
8 keephyp3v.2 . . . . 5 |- (B = if(ph, B, R) -> (ch <-> th))
97, 8syl 10 . . . 4 |- (ph -> (ch <-> th))
10 iftrue 2337 . . . . . 6 |- (ph -> if(ph, C, S) = C)
1110eqcomd 1456 . . . . 5 |- (ph -> C = if(ph, C, S))
12 keephyp3v.3 . . . . 5 |- (C = if(ph, C, S) -> (th <-> ta))
1311, 12syl 10 . . . 4 |- (ph -> (th <-> ta))
145, 9, 133bitrd 542 . . 3 |- (ph -> (rh <-> ta))
151, 14mpbii 193 . 2 |- (ph -> ta)
16 keephyp3v.8 . . 3 |- et
17 iffalse 2338 . . . . . 6 |- (-. ph -> if(ph, A, D) = D)
1817eqcomd 1456 . . . . 5 |- (-. ph -> D = if(ph, A, D))
19 keephyp3v.4 . . . . 5 |- (D = if(ph, A, D) -> (et <-> ze))
2018, 19syl 10 . . . 4 |- (-. ph -> (et <-> ze))
21 iffalse 2338 . . . . . 6 |- (-. ph -> if(ph, B, R) = R)
2221eqcomd 1456 . . . . 5 |- (-. ph -> R = if(ph, B, R))
23 keephyp3v.5 . . . . 5 |- (R = if(ph, B, R) -> (ze <-> si))
2422, 23syl 10 . . . 4 |- (-. ph -> (ze <-> si))
25 iffalse 2338 . . . . . 6 |- (-. ph -> if(ph, C, S) = S)
2625eqcomd 1456 . . . . 5 |- (-. ph -> S = if(ph, C, S))
27 keephyp3v.6 . . . . 5 |- (S = if(ph, C, S) -> (si <-> ta))
2826, 27syl 10 . . . 4 |- (-. ph -> (si <-> ta))
2920, 24, 283bitrd 542 . . 3 |- (-. ph -> (et <-> ta))
3016, 29mpbii 193 . 2 |- (-. ph -> ta)
3115, 30pm2.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:  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