(definition)
Definition: A set S1 is a subset of another set S2 if every element in S1 is in S2. S2 may have exactly the same elements as S1.
Formal Definition: S1 ⊆ S2 iff ∀ s, s ∈ S1 → s ∈ S2.
Specialization (... is a kind of me.)
proper subset, combination.
See also superset.
Note:
If S1 is a subset of S2, S2 is a superset of S1.
A combination is a subset with exactly n elements.
Author: PR
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 2 March 2015.
HTML page formatted Mon Mar 2 16:13:48 2015.
Cite this as:
Patrick Rodgers, "subset", in
Dictionary of Algorithms and Data Structures [online], Vreda Pieterse and Paul E. Black, eds. 2 March 2015. (accessed TODAY)
Available from: http://www.nist.gov/dads/HTML/subset.html