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

Theorem keephyp3v 2394
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 2362 . . . . . 6 |- (ph -> if(ph, A, D) = A)
32eqcomd 1477 . . . . 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 2362 . . . . . 6 |- (ph -> if(ph, B, R) = B)
76eqcomd 1477 . . . . 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 2362 . . . . . 6 |- (ph -> if(ph, C, S) = C)
1110eqcomd 1477 . . . . 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 543 . . 3 |- (ph -> (rh <-> ta))
151, 14mpbii 193 . 2 |- (ph -> ta)
16 keephyp3v.8 . . 3 |- et
17 iffalse 2363 . . . . . 6 |- (-. ph -> if(ph, A, D) = D)
1817eqcomd 1477 . . . . 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 2363 . . . . . 6 |- (-. ph -> if(ph, B, R) = R)
2221eqcomd 1477 . . . . 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 2363 . . . . . 6 |- (-. ph -> if(ph, C, S) = S)
2625eqcomd 1477 . . . . 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 543 . . 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 954  ifcif 2357
This theorem is referenced by:  projlem7 9131
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 960  ax-gen 961  ax-8 962  ax-10 964  ax-12 966  ax-17 969  ax-4 971  ax-5o 973  ax-6o 976  ax-9o 1121  ax-10o 1138  ax-16 1208  ax-11o 1216  ax-ext 1457
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 979  df-sb 1170  df-clab 1462  df-cleq 1467  df-clel 1470  df-if 2358
Copyright terms: Public domain