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

Definition df-un 2021
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 2214. For union defined in terms of intersection, see dfun3 2217.
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 2016 . 2 class (A u. B)
4 vx . . . . . 6 set x
54cv 1098 . . . . 5 class x
65, 1wcel 1105 . . . 4 wff x e. A
75, 2wcel 1105 . . . 4 wff x e. B
86, 7wo 222 . . 3 wff (x e. A \/ x e. B)
98, 4cab 1440 . 2 class {x | (x e. A \/ x e. B)}
103, 9wceq 1099 1 wff (A u. B) = {x | (x e. A \/ x e. B)}
Colors of variables: wff set class
This definition is referenced by:  elun 2144  ssequn1 2171  unipr 2483  fvclss 3794
Copyright terms: Public domain