Subsets Definition: Subset A set A is a subset of the set B if all elements of A are also elements of B. a∈A⟹a∈B NOTATION If A is a subset of B, we write A⊆B. If A is not a subset of B, we write A⊆B. Definition: True Subset A set A is a true subset of the set B if A⊆B and A=B. (a∈A⟹a∈B)∧(∃b∈B:b∈/A) In other words, there are elements in B which are not elements of A. NOTATION If A is a true subset of B, we write A⊂B. If A is a subset, but not a true subset, of B, we write A⊊B. NOTE True subset are also known as strict subsets.