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

Theorem sb7f 1341
Description: This version of dfsb7 1340 does not require that ph and z be distinct. This permits it to be used as a definition for substitution in a formalization that omits the logically redundant axiom ax-17 971 i.e. that doesn't have the concept of a variable not occurring in a wff. (df-sb 1172 is also suitable, but its mixing of free and bound variables is distasteful to some logicians.)
Hypothesis
Ref Expression
sb7f.1 |- (ph -> A.zph)
Assertion
Ref Expression
sb7f |- ([y / x]ph <-> E.z(z = y /\ E.x(x = z /\ ph)))
Distinct variable groups:   x,z   y,z

Proof of Theorem sb7f
StepHypRef Expression
1 dfsb7 1340 . 2 |- ([y / x]ph <-> E.w(w = y /\ E.x(x = w /\ ph)))
2 ax-17 971 . . . 4 |- (w = y -> A.z w = y)
3 ax-17 971 . . . . . 6 |- (x = w -> A.z x = w)
4 sb7f.1 . . . . . 6 |- (ph -> A.zph)
53, 4hban 1009 . . . . 5 |- ((x = w /\ ph) -> A.z(x = w /\ ph))
65hbex 1006 . . . 4 |- (E.x(x = w /\ ph) -> A.zE.x(x = w /\ ph))
72, 6hban 1009 . . 3 |- ((w = y /\ E.x(x = w /\ ph)) -> A.z(w = y /\ E.x(x = w /\ ph)))
8 ax-17 971 . . 3 |- ((z = y /\ E.x(x = z /\ ph)) -> A.w(z = y /\ E.x(x = z /\ ph)))
9 equequ1 1134 . . . 4 |- (w = z -> (w = y <-> z = y))
10 equequ2 1135 . . . . . 6 |- (w = z -> (x = w <-> x = z))
1110anbi1d 617 . . . . 5 |- (w = z -> ((x = w /\ ph) <-> (x = z /\ ph)))
1211exbidv 1279 . . . 4 |- (w = z -> (E.x(x = w /\ ph) <-> E.x(x = z /\ ph)))
139, 12anbi12d 628 . . 3 |- (w = z -> ((w = y /\ E.x(x = w /\ ph)) <-> (z = y /\ E.x(x = z /\ ph))))
147, 8, 13cbvex 1166 . 2 |- (E.w(w = y /\ E.x(x = w /\ ph)) <-> E.z(z = y /\ E.x(x = z /\ ph)))
151, 14bitr 173 1 |- ([y / x]ph <-> E.z(z = y /\ E.x(x = z /\ ph)))
Colors of variables: wff set class
Syntax hints:   -> wi 3   <-> wb 146   /\ wa 223  A.wal 954   = wceq 956  E.wex 980  [wsbc 1170
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 962  ax-gen 963  ax-8 964  ax-9 965  ax-10 966  ax-11 967  ax-12 968  ax-17 971  ax-4 973  ax-5o 975  ax-6o 978  ax-9o 1123  ax-10o 1140  ax-16 1210  ax-11o 1218
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-ex 981  df-sb 1172
Copyright terms: Public domain