Disjoint Sets
# Definition
Let $A$, $B$ be two Sets. We say $A$ and $B$ are Disjoint Sets if $A \cap B = \emptyset$.
# TODO
- Go through an replace all uses of Disjoint Sets when Mutually Disjoint should be used instead.
Search
Let $A$, $B$ be two Sets. We say $A$ and $B$ are Disjoint Sets if $A \cap B = \emptyset$.