pellman
- 683
- 6
Given an indexed collection of sets A_x the disjoint union of these sets can be thought of as the ordinary union of the sets \{ x \} \times A_x for all x. That is, it is the set of all pairs (x, a) where a \in A_x.
(Correct me at this point if my understanding of disjoint union is wrong.)
Does this have any practical difference from set of all A_x ?
Denote the set of index values by X. That is, is there any practical difference between \{ (x, a) | x \in X \wedge a \in A_x \} versus \{ A_x | x \in X \} ?
(Correct me at this point if my understanding of disjoint union is wrong.)
Does this have any practical difference from set of all A_x ?
Denote the set of index values by X. That is, is there any practical difference between \{ (x, a) | x \in X \wedge a \in A_x \} versus \{ A_x | x \in X \} ?