logo

Set Inclusion 📂Set Theory

Set Inclusion

Definition 1

AB    x(xA    xB) A \subset B \iff \forall x (x\in A \implies x \in B) For any set AA, BB, if all elements of AA are also elements of BB, then AA is a Subset of BB, and BB is a Superset of AA, denoted as ABA \subset B.

Explanation

If it’s ABA \subset B and B⊄AB \not\subset A, then AA is called a Proper Subset of BB, and denoted as ABA \subsetneq B.

As a minor note, ABA \subset B means AA is included in BB, and aAa \in A means aa belongs to AA. Although it might seem the same to many, there are often confusions in actual language habits, and most people won’t fuss over it as long as they understand each other. However, inclusion is a relation defined between sets, and aAa \in A is not referred to as ’the belonging relation of a set and an element’, which is a difference worth knowing.

Theorem: Transitivity of Inclusion

For any set AA, BB, CC, ABBC    ACA \subset B \land B \subset C \implies A \subset C

Proof

According to the assumption, AB    x(xA    xB)BC    x(xB    xC) A \subset B \iff \forall x (x\in A \implies x \in B) \\ B \subset C \iff \forall x (x\in B \implies x \in C) By the syllogism, x(xA    xC)    AC \forall x (x\in A \implies x \in C) \iff A \subset C


  1. Translated by Heung-Chun Lee, You-Feng Lin. (2011). Set Theory: An Intuitive Approach: p77. ↩︎