Subset

A set contained in another set, defined by elementwise inclusion.
Subset

A subset of a set BB is a set AA such that every element of AA is an element of BB. Formally,

ABmeansx(xAxB).A \subseteq B \quad\text{means}\quad \forall x\,(x\in A \Rightarrow x\in B).

Subset inclusion \subseteq is the basic relation for comparing sets. Many constructions in analysis (closures, neighborhoods, function spaces) are naturally expressed as subsets of larger ambient sets.

Examples:

  • {1,2}{1,2,3}\{1,2\}\subseteq \{1,2,3\}.
  • QR\mathbb{Q}\subseteq \mathbb{R}.
  • For every set AA, A\varnothing \subseteq A.