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

Theorem dfsb2 1595
Description: An alternate definition of proper substitution that, like df-sb 1536, 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 1543 . . . . . 6 |- (x = y -> ([y / x]ph -> ph))
21a4s 1330 . . . . 5 |- (A.x x = y -> ([y / x]ph -> ph))
3 ax-4 1319 . . . . 5 |- (A.x x = y -> x = y)
42, 3jctild 662 . . . 4 |- (A.x x = y -> ([y / x]ph -> (x = y /\ ph)))
5 orc 291 . . . 4 |- ((x = y /\ ph) -> ((x = y /\ ph) \/ A.x(x = y -> ph)))
64, 5syl6 25 . . 3 |- (A.x x = y -> ([y / x]ph -> ((x = y /\ ph) \/ A.x(x = y -> ph))))
7 sb4 1593 . . . 4 |- (-. A.x x = y -> ([y / x]ph -> A.x(x = y -> ph)))
8 olc 290 . . . 4 |- (A.x(x = y -> ph) -> ((x = y /\ ph) \/ A.x(x = y -> ph)))
97, 8syl6 25 . . 3 |- (-. A.x x = y -> ([y / x]ph -> ((x = y /\ ph) \/ A.x(x = y -> ph))))
106, 9pm2.61i 140 . 2 |- ([y / x]ph -> ((x = y /\ ph) \/ A.x(x = y -> ph)))
11 sbequ1 1542 . . . 4 |- (x = y -> (ph -> [y / x]ph))
1211imp 377 . . 3 |- ((x = y /\ ph) -> [y / x]ph)
13 sb2 1541 . . 3 |- (A.x(x = y -> ph) -> [y / x]ph)
1412, 13jaoi 368 . 2 |- (((x = y /\ ph) \/ A.x(x = y -> ph)) -> [y / x]ph)
1510, 14impbii 174 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 163   \/ wo 239   /\ wa 240  A.wal 1296   = wceq 1298  [wsbc 1534
This theorem is referenced by:  dfsb3 1596
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 1304  ax-gen 1305  ax-10 1308  ax-12 1310  ax-4 1319  ax-5o 1321  ax-6o 1324  ax-9o 1481  ax-10o 1500  ax-11o 1588
This theorem depends on definitions:  df-bi 164  df-or 241  df-an 242  df-ex 1327  df-sb 1536
Copyright terms: Public domain