Disjoint SetsLast updated Nov 1, 2022# DefinitionLet AAA, BBB be two Sets. We say AAA and BBB are Disjoint Sets if A∩B=∅A \cap B = \emptysetA∩B=∅.# TODO Go through an replace all uses of Disjoint Sets when Mutually Disjoint should be used instead.