05
1.3 SUBSETS AND EQUAL SETS
• Subset: A ⊆ B means every element in A is in B.
• Proper subset: A ⊂ B means A ⊆ B but A ≠ B.
• Improper subset: Not a proper subset.
• Trivial subset: A set is either the empty set or the set itself.
• Non-trivial subset: A set that contain some, but not all, of the original
set's elements. All other subsets that are neither empty nor the original set.
• Example: Determine the proper, improper, trivial, and non-trivial subsets of A = {2, 3, 4}.
Answer: Proper subset: { }, {2}, {3}, {4}, {2,3}, {2,4}, {3,4}
Improper subset: {2, 3, 4}
Trivial subset: { }, {2, 3, 4},
Non-trivial subset: {2}, {3}, {4}, {2,3}, {2,4}, {3,4}