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

Theorem axsep 2717
Description: Separation Scheme, which is an axiom scheme of Zermelo's original theory. Scheme Sep of [BellMachover] p. 463. As we show here, it is redundant if we assume Replacement in the form of ax-rep 2708. Some textbooks present Separation as a separate axiom scheme in order to show that much of set theory can be derived without the stronger Replacement. The Separation Scheme is a weak form of Frege's Axiom of Comprehension, conditioning it (with x z) so that it asserts the existence of a collection only if it is smaller than some other collection z that already exists. This prevents Russell's paradox ru 1945. In some texts, this scheme is called "Aussonderung" or the Subset Axiom.

The variable x can appear free in the wff φ, which in textbooks is often written φ(x). To specify this in the Metamath language, we omit the distinct variable requirement ($d) that x not appear in φ.

For a version using a class variable, see zfauscl 2720, which requires the Axiom of Extensionality as well as Replacement for its derivation.

If we omit the requirement that y not occur in φ, we can derive a contradiction, as notzfaus 2756 shows (contradicting zfauscl 2720). However, as axsep2 2719 shows, we can eliminate the restriction that z not occur in φ.

Note: the distinct variable restriction that z not occur in φ is actually redundant in this particular proof, but we keep it since its purpose is to demonstrate the derivation of the exact ax-sep 2718 from ax-rep 2708.

This theorem should not be referenced by any proof. Instead, use ax-sep 2718 below so that the uses of the Axiom of Separation can be more easily identified.

Assertion
Ref Expression
axsep yx(x y ↔ (x z φ))
Distinct variable groups:   x,y,z   φ,y,z

Proof of Theorem axsep
StepHypRef Expression
1 ax-17 975 . . . 4 ((w = x φ) → y(w = x φ))
21axrep5 2713 . . 3 (w(w zyx((w = x φ) → x = y)) → yx(x yw(w z (w = x φ))))
3 a9e 1129 . . . . 5 y y = w
4 equtr 1135 . . . . . . . . 9 (y = w → (w = xy = x))
5 equcomi 1132 . . . . . . . . 9 (y = xx = y)
64, 5syl6 22 . . . . . . . 8 (y = w → (w = xx = y))
76adantrd 393 . . . . . . 7 (y = w → ((w = x φ) → x = y))
8719.21aiv 1290 . . . . . 6 (y = wx((w = x φ) → x = y))
9819.22i 1044 . . . . 5 (y y = wyx((w = x φ) → x = y))
103, 9ax-mp 7 . . . 4 yx((w = x φ) → x = y)
1110a1i 8 . . 3 (w zyx((w = x φ) → x = y))
122, 11mpg 990 . 2 yx(x yw(w z (w = x φ)))
13 an12 487 . . . . . . 7 ((w = x (w z φ)) ↔ (w z (w = x φ)))
1413exbii 1055 . . . . . 6 (w(w = x (w z φ)) ↔ w(w z (w = x φ)))
15 ax-17 975 . . . . . . 7 ((x z φ) → w(x z φ))
16 elequ1 1140 . . . . . . . 8 (w = x → (w zx z))
1716anbi1d 620 . . . . . . 7 (w = x → ((w z φ) ↔ (x z φ)))
1815, 17equsex 1156 . . . . . 6 (w(w = x (w z φ)) ↔ (x z φ))
1914, 18bitr3i 175 . . . . 5 (w(w z (w = x φ)) ↔ (x z φ))
2019bibi2i 611 . . . 4 ((x yw(w z (w = x φ))) ↔ (x y ↔ (x z φ)))
2120albii 1003 . . 3 (x(x yw(w z (w = x φ))) ↔ x(x y ↔ (x z φ)))
2221exbii 1055 . 2 (yx(x yw(w z (w = x φ))) ↔ yx(x y ↔ (x z φ)))
2312, 22mpbi 189 1 yx(x y ↔ (x z φ))
Colors of variables: wff set class
Syntax hints:   → wi 3   ↔ wb 146   wa 223  wal 958   = wceq 960   wcel 962  wex 984
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 966  ax-gen 967  ax-8 968  ax-9 969  ax-12 972  ax-13 973  ax-14 974  ax-17 975  ax-4 977  ax-5o 979  ax-6o 982  ax-9o 1127  ax-rep 2708
This theorem depends on definitions:  df-bi 147  df-an 225  df-ex 985
Copyright terms: Public domain