Sets that form a partition are mutually exclusive and collectively exhaustive.

Partition

is a partition of if:

  • (all are non-empty and subsets of )
  • (the union of all is – they cover )
  • (all are pairwise disjoint)

are called the blocks of the partition.

Like a school: all students are in a single class, no classs is empty and all classes together make up the school.

Partitions for equivalence relations:
, relation on

Equivalence Relations ↔ Partitions

Every equivalence relation induces a partition and every partition induces an equivalence relation:

Equivalence Relation → Partition:
Given equivalence relation on , the equivalence classes form a partition. Properties of ensure partition properties: reflexivity means blocks are non-empty (), symmetry and transitivity ensure blocks are disjoint ( or ), and together they guarantee blocks cover ().

Partition → Equivalence Relation:
Given partition of , define . Partition properties ensure equivalence relation properties: non-empty blocks give reflexivity, disjoint blocks give symmetry, and covering gives transitivity.

Like sorting items into boxes: Each item goes in exactly one box (partition), and two items are related if they’re in the same box (equivalence relation).

If is the disjoint union of , then is a partition of .

Link to original