Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Subset
Mathematical set contained in another set

In mathematics, a set A is a subset of a set B if every element of A is also in B, making B a superset of A. This relationship, called inclusion or containment, may be written as A ⊆ B. To prove A ⊆ B, one typically uses the element argument by assuming an arbitrary element a in A and showing that a belongs to B. This method relies on universal generalization, which extends the property from the arbitrary element to all elements, thereby confirming the subset relation.

Related Image Collections Add Image
We don't have any YouTube videos related to Subset yet.
We don't have any PDF documents related to Subset yet.
We don't have any Books related to Subset yet.
We don't have any archived web articles related to Subset yet.

Definition

If A and B are sets and every element of A is also an element of B, then:

  • A is a subset of B, denoted by A ⊆ B {\displaystyle A\subseteq B} , or equivalently,
  • B is a superset of A, denoted by B ⊇ A . {\displaystyle B\supseteq A.}

If A is a subset of B, but A is not equal to B (i.e. there exists at least one element of B which is not an element of A), then:

  • A is a proper (or strict) subset of B, denoted by A ⊊ B {\displaystyle A\subsetneq B} , or equivalently,
  • B is a proper (or strict) superset of A, denoted by B ⊋ A . {\displaystyle B\supsetneq A.}

The empty set, written { } {\displaystyle \{\}} or ∅ , {\displaystyle \varnothing ,} has no elements, and therefore is vacuously a subset of any set X.

Basic properties

  • Reflexivity: Given any set A {\displaystyle A} , A ⊆ A {\displaystyle A\subseteq A} 3
  • Transitivity: If A ⊆ B {\displaystyle A\subseteq B} and B ⊆ C {\displaystyle B\subseteq C} , then A ⊆ C {\displaystyle A\subseteq C}
  • Antisymmetry: If A ⊆ B {\displaystyle A\subseteq B} and B ⊆ A {\displaystyle B\subseteq A} , then A = B {\displaystyle A=B} .

Proper subset

  • Irreflexivity: Given any set A {\displaystyle A} , A ⊊ A {\displaystyle A\subsetneq A} is False.
  • Transitivity: If A ⊊ B {\displaystyle A\subsetneq B} and B ⊊ C {\displaystyle B\subsetneq C} , then A ⊊ C {\displaystyle A\subsetneq C}
  • Asymmetry: If A ⊊ B {\displaystyle A\subsetneq B} then B ⊊ A {\displaystyle B\subsetneq A} is False.

⊂ and ⊃ symbols

Some authors use the symbols ⊂ {\displaystyle \subset } and ⊃ {\displaystyle \supset } to indicate subset and superset respectively; that is, with the same meaning as and instead of the symbols ⊆ {\displaystyle \subseteq } and ⊇ . {\displaystyle \supseteq .} 4 For example, for these authors, it is true of every set A that A ⊂ A . {\displaystyle A\subset A.} (a reflexive relation).

Other authors prefer to use the symbols ⊂ {\displaystyle \subset } and ⊃ {\displaystyle \supset } to indicate proper (also called strict) subset and proper superset respectively; that is, with the same meaning as and instead of the symbols ⊊ {\displaystyle \subsetneq } and ⊋ . {\displaystyle \supsetneq .} 5 This usage makes ⊆ {\displaystyle \subseteq } and ⊂ {\displaystyle \subset } analogous to the inequality symbols ≤ {\displaystyle \leq } and < . {\displaystyle <.} For example, if x ≤ y , {\displaystyle x\leq y,} then x may or may not equal y, but if x < y , {\displaystyle x<y,} then x definitely does not equal y, and is less than y (an irreflexive relation). Similarly, using the convention that ⊂ {\displaystyle \subset } is proper subset, if A ⊆ B , {\displaystyle A\subseteq B,} then A may or may not equal B, but if A ⊂ B , {\displaystyle A\subset B,} then A definitely does not equal B.

Examples of subsets

  • The set A = {1, 2} is a proper subset of B = {1, 2, 3}, thus both expressions A ⊆ B {\displaystyle A\subseteq B} and A ⊊ B {\displaystyle A\subsetneq B} are true.
  • The set D = {1, 2, 3} is a subset (but not a proper subset) of E = {1, 2, 3}, thus D ⊆ E {\displaystyle D\subseteq E} is true, and D ⊊ E {\displaystyle D\subsetneq E} is not true (false).
  • The set {x: x is a prime number greater than 10} is a proper subset of {x: x is an odd number greater than 10}
  • The set of natural numbers is a proper subset of the set of rational numbers; likewise, the set of points in a line segment is a proper subset of the set of points in a line. These are two examples in which both the subset and the whole set are infinite, and the subset has the same cardinality (the concept that corresponds to size, that is, the number of elements, of a finite set) as the whole; such cases can run counter to one's initial intuition.
  • The set of rational numbers is a proper subset of the set of real numbers. In this example, both sets are infinite, but the latter set has a larger cardinality (or power) than the former set.

Another example in an Euler diagram:

Power set

The set of all subsets of S {\displaystyle S} is called its power set, and is denoted by P ( S ) {\displaystyle {\mathcal {P}}(S)} .6

The inclusion relation ⊆ {\displaystyle \subseteq } is a partial order on the set P ( S ) {\displaystyle {\mathcal {P}}(S)} defined by A ≤ B ⟺ A ⊆ B {\displaystyle A\leq B\iff A\subseteq B} . We may also partially order P ( S ) {\displaystyle {\mathcal {P}}(S)} by reverse set inclusion by defining A ≤ B  if and only if  B ⊆ A . {\displaystyle A\leq B{\text{ if and only if }}B\subseteq A.}

For the power set P ⁡ ( S ) {\displaystyle \operatorname {\mathcal {P}} (S)} of a set S, the inclusion partial order is—up to an order isomorphism—the Cartesian product of k = | S | {\displaystyle k=|S|} (the cardinality of S) copies of the partial order on { 0 , 1 } {\displaystyle \{0,1\}} for which 0 < 1. {\displaystyle 0<1.} This can be illustrated by enumerating S = { s 1 , s 2 , … , s k } , {\displaystyle S=\left\{s_{1},s_{2},\ldots ,s_{k}\right\},} , and associating with each subset T ⊆ S {\displaystyle T\subseteq S} (i.e., each element of 2 S {\displaystyle 2^{S}} ) the k-tuple from { 0 , 1 } k , {\displaystyle \{0,1\}^{k},} of which the ith coordinate is 1 if and only if s i {\displaystyle s_{i}} is a member of T.

The set of all k {\displaystyle k} -subsets of A {\displaystyle A} is denoted by ( A k ) {\displaystyle {\tbinom {A}{k}}} , in analogue with the notation for binomial coefficients, which count the number of k {\displaystyle k} -subsets of an n {\displaystyle n} -element set. In set theory, the notation [ A ] k {\displaystyle [A]^{k}} is also common, especially when k {\displaystyle k} is a transfinite cardinal number.

Other properties of inclusion

  • A set A is a subset of B if and only if their intersection is equal to A. Formally:
A ⊆ B  if and only if  A ∩ B = A . {\displaystyle A\subseteq B{\text{ if and only if }}A\cap B=A.}
  • A set A is a subset of B if and only if their union is equal to B. Formally:
A ⊆ B  if and only if  A ∪ B = B . {\displaystyle A\subseteq B{\text{ if and only if }}A\cup B=B.}
  • A finite set A is a subset of B, if and only if the cardinality of their intersection is equal to the cardinality of A. Formally:
A ⊆ B  if and only if  | A ∩ B | = | A | . {\displaystyle A\subseteq B{\text{ if and only if }}|A\cap B|=|A|.}
  • The subset relation defines a partial order on sets. In fact, the subsets of a given set form a Boolean algebra under the subset relation, in which the join and meet are given by intersection and union, and the subset relation itself is the Boolean inclusion relation.
  • Inclusion is the canonical partial order, in the sense that every partially ordered set ( X , ⪯ ) {\displaystyle (X,\preceq )} is isomorphic to some collection of sets ordered by inclusion. The ordinal numbers are a simple example: if each ordinal n is identified with the set [ n ] {\displaystyle [n]} of all ordinals less than or equal to n, then a ≤ b {\displaystyle a\leq b} if and only if [ a ] ⊆ [ b ] . {\displaystyle [a]\subseteq [b].}

See also

  • Convex subset – In geometry, set whose intersection with every line is a single line segmentPages displaying short descriptions of redirect targets
  • Inclusion order – Partial order that arises as the subset-inclusion relation on some collection of objects
  • Mereology – Study of parts and the wholes they form
  • Region – Connected open subset of a topological spacePages displaying short descriptions of redirect targets
  • Subset sum problem – Decision problem in computer science
  • Subsumptive containment – System of elements that are subordinated to each other
  • Subspace – Mathematical set with some added structurePages displaying short descriptions of redirect targets
  • Total subset – Subset T of a topological vector space X where the linear span of T is a dense subset of X

Bibliography

References

  1. Rosen, Kenneth H. (2012). Discrete Mathematics and Its Applications (7th ed.). New York: McGraw-Hill. p. 119. ISBN 978-0-07-338309-5. 978-0-07-338309-5

  2. Epp, Susanna S. (2011). Discrete Mathematics with Applications (Fourth ed.). Cengage Learning. p. 337. ISBN 978-0-495-39132-6. 978-0-495-39132-6

  3. Stoll, Robert R. (1963). Set Theory and Logic. San Francisco, CA: Dover Publications. ISBN 978-0-486-63829-4. 978-0-486-63829-4

  4. Rudin, Walter (1987), Real and complex analysis (3rd ed.), New York: McGraw-Hill, p. 6, ISBN 978-0-07-054234-1, MR 0924157 978-0-07-054234-1

  5. Subsets and Proper Subsets (PDF), archived from the original (PDF) on 2013-01-23, retrieved 2012-09-07 https://web.archive.org/web/20130123202559/http://it.edgecombe.edu/homepage/killorant/MAT140/Module1/Subsets.pdf

  6. Weisstein, Eric W. "Subset". mathworld.wolfram.com. Retrieved 2020-08-23. https://mathworld.wolfram.com/Subset.html