Disjoint and Partition
Two sets A and B are disjoint if A∩B=∅
A collection of sets {A1,A2,...,An} is a partition of Ω if:
- Disjoint: Ai∩Aj=∅
- Decompose: ⋃ni=1Ai=Ω
This is important because it allows us to decompose Ω into smaller subsets to analyze separately.
Example {1,3,4}, {4,5} and {6} form a partition of {1,2,3,4,5,6}