Subsets
Subset, Proper Subset
If every element in
If
That is, a proper subset asserts that the two sets cannot be equal.
, and , but
Sometimes there is
Using only
- Esmerelda is a duck
\text{CSStudents} \subseteq \text
\neg(\text{DaysOfNov} \subseteq \text{Holidays})
- The empty set is a subset of every set:
- Every set is a subset of itself:
- Subset is transitive:
- Intersection is a subset:
- Union is a superset:
Formally
(see Set Equality)
Superset
A superset is just the opposite of a subset. That is, if every element of
Disjoint
Two sets are disjoint or mutually exclusive if and only if
In other words, they share no common elements, so their intersection is empty.
Pairwise Disjoint
Given arbitrary sets