set_theory_flashcards
Set {}
An unordered collection of distinct objects, e.g., {apple, orange, banana}.
Element of a Set ∈
An item in a set, denoted as ‘a ∈ A’ meaning ‘a is in A’.
Empty Set Ø or {}
A set with no elements, denoted as Ø or {}.
Finite Set
A set with a limited number of elements, e.g., {1, 2, 3}.
Infinite Set
A set with an unlimited number of elements, e.g., {1, 2, 3, …}.
Subset ⊆
A set where all elements are also in another set, denoted as A ⊆ B, e.g., {1, 2} ⊆ {1, 2, 3}.
Proper Subset ⊂
A subset that is not equal to the set it is contained within, e.g., {1, 2} ⊂ {1, 2, 3}.
Superset ⊇
A set containing all elements of another set, e.g., {1, 2, 3, 4} ⊇ {1, 2}.
Universal Set
The set that contains all possible elements in a given context.
U={1,2,3,4}
Complement
U={1,2,3,4}, A={1,2}
What is A’?
All elements not in a specified set, relative to the universal set, e.g., if U={1,2,3,4}, A={1,2}, then A’={3,4}.
Union
{1,2,3} ∪ {2,3,4,5}
All elements from two sets, without ones that appear in both denoted A ∪ B, e.g., {1,2} ∪ {2,3} = {1,2,3,4,5}.
Intersection
{1,2,3} ∩ {2,3,4}
Elements common to both sets, denoted A ∩ B, e.g., {1,2,3} ∩ {2,3,4} = {2,3}.
Difference
{1,2,3} - {2,3}
Elements in one set but not the other, denoted A - B, e.g., {1,2,3} - {2,3} = {1}.
Symmetric Difference
{1,2} ⊕ {2,3}
Elements in either set but not both, denoted A ⊕ B, e.g., {1,2} ⊕ {2,3} = {1,3}.
Commutative Law (Union)
A ∪ B =?
A ∪ B = B ∪ A.