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

Axiom ax-un 2857
Description: Axiom of Union. An axiom of Zermelo-Fraenkel set theory. It states that a set y exists that includes the union of a given set x i.e. the collection of all members of the members of x. The variant axun2 2859 states that the union itself exists. A version with the standard abbreviation for union is uniex2 2860. A version using class notation is uniex 2861.

The union of a class df-uni 2494 should not be confused with the union of two classes df-un 2040. Their relationship is shown in unipr 2505.

Assertion
Ref Expression
ax-un |- E.yA.z(E.w(z e. w /\ w e. x) -> z e. y)
Distinct variable group:   x,w,y,z

Detailed syntax breakdown of Axiom ax-un
StepHypRef Expression
1 vz . . . . . . . 8 set z
21cv 952 . . . . . . 7 class z
3 vw . . . . . . . 8 set w
43cv 952 . . . . . . 7 class w
52, 4wcel 955 . . . . . 6 wff z e. w
6 vx . . . . . . . 8 set x
76cv 952 . . . . . . 7 class x
84, 7wcel 955 . . . . . 6 wff w e. x
95, 8wa 223 . . . . 5 wff (z e. w /\ w e. x)
109, 3wex 977 . . . 4 wff E.w(z e. w /\ w e. x)
11 vy . . . . . 6 set y
1211cv 952 . . . . 5 class y
132, 12wcel 955 . . . 4 wff z e. y
1410, 13wi 3 . . 3 wff (E.w(z e. w /\ w e. x) -> z e. y)
1514, 1wal 951 . 2 wff A.z(E.w(z e. w /\ w e. x) -> z e. y)
1615, 11wex 977 1 wff E.yA.z(E.w(z e. w /\ w e. x) -> z e. y)
Colors of variables: wff set class
This axiom is referenced by:  axun 2858  axun2 2859
Copyright terms: Public domain