Proper Subsets

What Are Proper Subsets

    A set A is called a proper subset of set B when

  • every element of A is also in B
  • at least one element of B is not in A.

This is referred to as a strict inclusion relationship.

Set A is a proper subset of B

This is a specific case of inclusion, denoted by the symbol ⊂.

the symbol for strict inclusion

The latter statement is read as "Set A is a proper part of Set B" or "Set A is strictly included in Set B".

Strict inclusion implies that the two sets are different, A≠B.

What's the difference between normal inclusion and strict inclusion? In strict inclusion (A⊂B), sets A and B must be different (A≠B) because at least one element of B is not in A. Conversely, in normal inclusion (A⊆B), the sets can be the same (A=B). Thus, if strict inclusion (A⊂B) is true, then normal inclusion (A⊆B) is also true. However, if normal inclusion (A⊆B) is true, it does not necessarily mean that strict inclusion (A⊂B) is true, because the two sets could be the same (A=B).

Example

Set A consists of three elements, while Set B consists of six elements.

$$ A = \{ 1,3,4 \} $$

$$ B = \{ 1,3,4,2,6,7 \} $$

The first condition for strict inclusion is met because all elements of Set A are also in Set B.

$$ A = \{ 1,3,4 \} ⊂ B $$

The second condition is also met because there is at least one element in B that is not in A

In this case, there are three elements {2,6,7} in B that are not in A

$$ B = \{ 1,3,4,\color{red}2,\color{red}6,\color{red}7 \} $$

Therefore, Set A is strictly included in Set B, meaning Set A is a proper subset of B

$$ A ⊂ B $$

And so on.

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Set