A subset is a fundamental concept in set theory and everyday mathematics. Informally, a set A is called a subset of a set B when every element of A also belongs to B. This relationship is written A ⊆ B. When A contains some but not all elements of B, A is a proper (or strict) subset of B and is often written A ⊂ B. The empty set Ø is a subset of every set, while every set is a subset of itself.

Definitions and notation

Key terms and symbols used with subsets include:

  • Subset (non-strict): A ⊆ B means ∀x(x ∈ A ⇒ x ∈ B).
  • Proper subset (strict): A ⊂ B means A ⊆ B and A ≠ B.
  • Not a subset: A ⊄ B indicates there exists an element of A not in B.
  • Superset: B ⊇ A is equivalent to A ⊆ B; B ⊃ A corresponds to A ⊂ B.

Examples

Concrete examples make the idea clear. If B = {1, 2, 3}, then A = {1, 2} satisfies A ⊂ B, while C = {1, 2, 3} satisfies C ⊆ B but not C ⊂ B. The set Ø is a subset of B and of every other set. Subsets can be finite or infinite; for instance, the set of even integers is a subset of the integers.

The subset relation is reflexive (A ⊆ A for every A) and transitive (if A ⊆ B and B ⊆ C then A ⊆ C), making it a partial order on the collection of all subsets of a given set. The collection of all subsets of a set S is called the power set of S and is denoted P(S); its elements are precisely the subsets of S. Cardinality interacts with inclusion: if A ⊂ B then |A| ≤ |B|, with strict inequality when both are finite and A ≠ B.

Uses, distinctions and remarks

Subsets are used throughout mathematics to form substructures (subgroups, subspaces, suborders), to specify domains and constraints, and to reason about containment. Be aware that notation varies: some authors use ⊂ to mean non-strict subset (same as ⊆), while others reserve ⊂ for strict inclusion. When precision matters, the words "proper" or explicit equality checks help avoid ambiguity. For further reading on foundational ideas see general resources on sets.