MathematicsDiscrete MathematicsEasy

Subset

A subset is a set whose every element is also an element of another set, called the superset. If A is a subset of B (written A ⊆ B), then for every element x in A, x is also in B. The concept of subsets is fundamental to set theory and appears throughout mathematics in topics like topology, algebra, and probability theory.

Key Formula

A ⊆ B if and only if every x in A is also in B

LaTeX: A \subseteq B \iff \forall x (x \in A \Rightarrow x \in B)

SymbolMeaningUnit
AThe potential subsetset
BThe potential supersetset
xAn arbitrary elementelement

Worked Example

Problem

Let U = {1, 2, 3, 4, 5}, A = {1, 3, 5}, B = {1, 2, 3, 4, 5}. Is A a subset of B? How many subsets does A have?

Solution

Step 1: Check if every element of A is in B. — 1 ∈ B? Yes. 3 ∈ B? Yes. 5 ∈ B? Yes. — Therefore A ⊆ B. Step 2: Count subsets of A = {1, 3, 5} (|A| = 3). — Number of subsets = 2^|A| = 2^3 = 8. — They are: {}, {1}, {3}, {5}, {1,3}, {1,5}, {3,5}, {1,3,5}.

Answer

A ⊆ B (A is a subset of B); A has 8 subsets including the empty set and itself.

Types of Subsets and Their Properties

TypeNotationDefinitionExample (A={1,2,3})
SubsetEvery element of A is in B (can be equal)A ⊆ A (true)
Proper SubsetA ⊆ B and A ≠ B{1,2} ⊂ A (true)
Empty Set∅ ⊆ BEmpty set is subset of every set∅ ⊆ A (always true)
Power SetP(A)Set of all subsets of AP(A) has 2³=8 elements
SupersetB contains all elements of AA ⊇ {1,2}

Interactive Tools

Khan Academy — Subsets

Practice identifying subsets and set notation.

Open Tool

Wolfram Alpha — Subset Checker

Verify subset relationships and compute power sets.

Open Tool

Brilliant — Subsets and Power Sets

Detailed explanations of subsets with examples.

Open Tool
Venn diagram showing A as a subset of B

Wikimedia Commons, CC BY-SA

Related Terms

From Latin "sub" (under/below) + Old English "settan" (to set/place). The mathematical notation ⊆ was introduced in the early 20th century. The concept was central to Cantor's original formulation of set theory.

subsetset-theorydiscrete-mathematicsproper-subsetpower-set