Disjoint and Partition

  • Two sets A and B are disjoint if AB=

  • A collection of sets {A1,A2,...,An} is a partition of Ω if:

    1. Disjoint: AiAj=
    2. 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}