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

Axiom ax-rep 2708
Description: Axiom of Replacement. An axiom scheme of Zermelo-Fraenkel set theory. Axiom 5 of [TakeutiZaring] p. 19. It tells us that that the image of any set under a function is also a set (see the variant funimaex 3592). Although φ may be any wff whatsoever, this axiom is useful (i.e. its antecedent is satisfied) when we are given some function and φ encodes the predicate "the value of the function at w is z". Thus φ will ordinarily have free variables w and z - think of it informally as φ(w, z). We prefix φ with the quantifier y in order to "protect" the axiom from any φ containing y, thus allowing us to eliminate any restrictions on φ. This makes the axiom usable in a formalization that omits the logically redundant axiom ax-17 975. Another common variant is derived as axrep5 2713, where you can find some further remarks. A slightly more compact version is shown as axrep2 2710. A quite different variant is zfrep6 3630, which if used in place of ax-rep 2708 would also require that the Separation Scheme axsep 2717 be stated as a separate axiom.

There is very a strong generalization of Replacement that doesn't demand function-like behavior of φ. Two versions of this generalization are called the Collection Principle cp 4739 and the Boundedness Axiom bnd 4740.

Many developments of set theory distinguish the uses of Replacement from uses the weaker axioms of Separation axsep 2717, Null Set axnul 2724, and Pairing axpr 2794, all of which we derive from Replacement. In order to make it easier to identify the uses of those redundant axioms, we restate them as axioms ax-sep 2718, ax-nul 2725, and ax-pr 2795 below the theorems that prove them.

Assertion
Ref Expression
ax-rep (wyz(yφz = y) → yz(z yw(w x yφ)))
Distinct variable group:   x,y,z,w

Detailed syntax breakdown of Axiom ax-rep
StepHypRef Expression
1 wph . . . . . . 7 wff φ
2 vy . . . . . . 7 set y
31, 2wal 958 . . . . . 6 wff yφ
4 vz . . . . . . . 8 set z
54cv 959 . . . . . . 7 class z
62cv 959 . . . . . . 7 class y
75, 6wceq 960 . . . . . 6 wff z = y
83, 7wi 3 . . . . 5 wff (yφz = y)
98, 4wal 958 . . . 4 wff z(yφz = y)
109, 2wex 984 . . 3 wff yz(yφz = y)
11 vw . . 3 set w
1210, 11wal 958 . 2 wff wyz(yφz = y)
135, 6wcel 962 . . . . 5 wff z y
1411cv 959 . . . . . . . 8 class w
15 vx . . . . . . . . 9 set x
1615cv 959 . . . . . . . 8 class x
1714, 16wcel 962 . . . . . . 7 wff w x
1817, 3wa 223 . . . . . 6 wff (w x yφ)
1918, 11wex 984 . . . . 5 wff w(w x yφ)
2013, 19wb 146 . . . 4 wff (z yw(w x yφ))
2120, 4wal 958 . . 3 wff z(z yw(w x yφ))
2221, 2wex 984 . 2 wff yz(z yw(w x yφ))
2312, 22wi 3 1 wff (wyz(yφz = y) → yz(z yw(w x yφ)))
Colors of variables: wff set class
This axiom is referenced by:  axrep1 2709  axnul2 2723
Copyright terms: Public domain