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

Definition df-iun 2568
Description: Define indexed union. Definition of [Stoll] p. 45. In normal use, A is independent of x, and B depends on x i.e. can be read informally as B(x). We call x the index, A the index set, and B the indexed set. In most books, x e. A is written as a subscript or underneath a union symbol U.. We use a special union symbol U_ to make it easier to distinguish from plain class union. In many theorems, you will see that x and A are in the same distinct variable group (meaning A cannot depend on x) and that B and x do not share a distinct variable group (meaning that can be thought of as B(x) i.e. can be substituted with a class expression containing x). An alternate definition tying indexed union to ordinary union is dfiun2 2587. Theorem uniiun 2601 provides a definition of ordinary union in terms of indexed union. Theorems fniunfv 3865 and funiunfv 3866 are useful when B is a function.
Assertion
Ref Expression
df-iun |- U_x e. A B = {y | E.x e. A y e. B}
Distinct variable groups:   x,y   y,A   y,B

Detailed syntax breakdown of Definition df-iun
StepHypRef Expression
1 vx . . 3 set x
2 cA . . 3 class A
3 cB . . 3 class B
41, 2, 3ciun 2566 . 2 class U_x e. A B
5 vy . . . . . 6 set y
65cv 955 . . . . 5 class y
76, 3wcel 958 . . . 4 wff y e. B
87, 1, 2wrex 1646 . . 3 wff E.x e. A y e. B
98, 5cab 1463 . 2 class {y | E.x e. A y e. B}
104, 9wceq 956 1 wff U_x e. A B = {y | E.x e. A y e. B}
Colors of variables: wff set class
This definition is referenced by:  eliun 2570  iunss1 2574  hbiu1 2584  dfiun2g 2586  cbviun 2589  uniiun 2601  iunun 2613  abrexex2 3871
Copyright terms: Public domain