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

Theorem dfsb2 1220
Description: An alternate definition of proper substitution that, like df-sb 1168, mixes free and bound variables to avoid distinct variable requirements.
Assertion
Ref Expression
dfsb2 |- ([y / x]ph <-> ((x = y /\ ph) \/ A.x(x = y -> ph)))

Proof of Theorem dfsb2
StepHypRef Expression
1 sbequ2 1175 . . . . . 6 |- (x = y -> ([y / x]ph -> ph))
21a4s 981 . . . . 5 |- (A.x x = y -> ([y / x]ph -> ph))
3 ax-4 970 . . . . 5 |- (A.x x = y -> x = y)
42, 3jctild 599 . . . 4 |- (A.x x = y -> ([y / x]ph -> (x = y /\ ph)))
5 orc 269 . . . 4 |- ((x = y /\ ph) -> ((x = y /\ ph) \/ A.x(x = y -> ph)))
64, 5syl6 22 . . 3 |- (A.x x = y -> ([y / x]ph -> ((x = y /\ ph) \/ A.x(x = y -> ph))))
7 sb4 1218 . . . 4 |- (-. A.x x = y -> ([y / x]ph -> A.x(x = y -> ph)))
8 olc 268 . . . 4 |- (A.x(x = y -> ph) -> ((x = y /\ ph) \/ A.x(x = y -> ph)))
97, 8syl6 22 . . 3 |- (-. A.x x = y -> ([y / x]ph -> ((x = y /\ ph) \/ A.x(x = y -> ph))))
106, 9pm2.61i 126 . 2 |- ([y / x]ph -> ((x = y /\ ph) \/ A.x(x = y -> ph)))
11 sbequ1 1174 . . . 4 |- (x = y -> (ph -> [y / x]ph))
1211imp 350 . . 3 |- ((x = y /\ ph) -> [y / x]ph)
13 sb2 1173 . . 3 |- (A.x(x = y -> ph) -> [y / x]ph)
1412, 13jaoi 341 . 2 |- (((x = y /\ ph) \/ A.x(x = y -> ph)) -> [y / x]ph)
1510, 14impbi 157 1 |- ([y / x]ph <-> ((x = y /\ ph) \/ A.x(x = y -> ph)))
Colors of variables: wff set class
Syntax hints:  -. wn 2   -> wi 3   <-> wb 146   \/ wo 222   /\ wa 223  A.wal 951   = wceq 953  [wsbc 1166
This theorem is referenced by:  dfsb3 1221
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 959  ax-gen 960  ax-10 963  ax-12 965  ax-4 970  ax-5o 972  ax-6o 975  ax-9o 1119  ax-10o 1136  ax-11o 1213
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 978  df-sb 1168
Copyright terms: Public domain