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

Definition df-un 2050
Description: Define the union of two classes. Definition 5.6 of [TakeutiZaring] p. 16. For an alternate definition in terms of class difference, requiring no dummy variables, see dfun2 2243. For union defined in terms of intersection, see dfun3 2246.
Assertion
Ref Expression
df-un |- (A u. B) = {x | (x e. A \/ x e. B)}
Distinct variable groups:   x,A   x,B

Detailed syntax breakdown of Definition df-un
StepHypRef Expression
1 cA . . 3 class A
2 cB . . 3 class B
31, 2cun 2045 . 2 class (A u. B)
4 vx . . . . . 6 set x
54cv 955 . . . . 5 class x
65, 1wcel 958 . . . 4 wff x e. A
75, 2wcel 958 . . . 4 wff x e. B
86, 7wo 222 . . 3 wff (x e. A \/ x e. B)
98, 4cab 1463 . 2 class {x | (x e. A \/ x e. B)}
103, 9wceq 956 1 wff (A u. B) = {x | (x e. A \/ x e. B)}
Colors of variables: wff set class
This definition is referenced by:  elun 2173  ssequn1 2200  unipr 2515  fvclss 3855
Copyright terms: Public domain