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

Definition df-un 2600
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 2829. For union defined in terms of intersection, see dfun3 2833.
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 2591 . 2 class (A u. B)
4 vx . . . . . 6 set x
54cv 1297 . . . . 5 class x
65, 1wcel 1300 . . . 4 wff x e. A
75, 2wcel 1300 . . . 4 wff x e. B
86, 7wo 239 . . 3 wff (x e. A \/ x e. B)
98, 4cab 1871 . 2 class {x | (x e. A \/ x e. B)}
103, 9wceq 1298 1 wff (A u. B) = {x | (x e. A \/ x e. B)}
Colors of variables: wff set class
This definition is referenced by:  elun 2741  ssequn1OLD 2776  unipr 3191  fvclss 4831  bnj98 13221
Copyright terms: Public domain