A Subset Relation is a Binary Set Relation between Sets (X1,X2) that is True If ∀x∈X1: x∈X2.
- AKA: SubsetOf, Subset Operation, Subset, Inclusion Relation, ⊆.
- Example(s):
- {} ⊆ {1, 2, 3}.
- {1, 2, 3} ⊆ {1, 2, 3}.
- {1, 2} ⊆ {1, 2, 3}, also a Proper Subset Relation(⊂)
- Counter-Example(s):
- See: Subclass, Mathematical Symbol, Empty Set.
References