Collections
Definition: Collection
Definition: Subcollection
A subcollection of a collection is just a subset of .
Operations
Definition: Union of a Collection
The union of a collection is the set of all elements which belong to at least one of the sets in .
NOTATION
Usually, the union of a collection is denoted by
However, an alternative notation is more useful when we need to consider specific elements of . In this case, indexing notation using an index set for is used.
Definition: Intersection of a Collection
The intersection of a collection is the set of elements which belong simultaneously to every set of .
NOTATION
Usually, the intersection of a collection is denoted by
However, an alternative notation is more useful when we need to consider specific elements of . In this case, indexing notation using an index set for is used.