Math Fundamentals18 sections · 814 units
Open in Course

Proper Subset

Subset but not equal

Set AA is a proper subset of BB if ABA \subseteq B and ABA \neq B. You write ABA \subset B.

For example, {1,2}{1,2,3}\{1, 2\} \subset \{1, 2, 3\} is true, but {1,2,3}{1,2,3}\{1, 2, 3\} \subset \{1, 2, 3\} is false because they are equal.

Proper subsets exclude the case where A=BA = B. This distinction matters in proofs and problem constraints.