∩
Intersection: elements that both sets have in common.
e.g. A ∩ B = {c, f}
∪
Union: the elements in both sets listed once.
e.g. A ∪ B = {a, c, d, e, f, g}
∈
is an element of
e.g. g ∈ A and k ∈ B
∈ with a line through it
is not an element of
∅ or { }
Null set
e.g. if D = set of weekdays beginning with ‘G’ then D = { } or D = ∅
c
Is a subset of
If all elements of a set are in another set then 1 set = a subset of the other.
e.g. {c, g} c A because c + g are in set A
’
Complement: elements that are NOT in a set.
e.g. A’ = { b, d, h, i, j, k } and B’ = { a, b, e, g, i, j }
A\B
A without B
The set of A with no values that are in B
#
Cardinal Number: number of elements in a set
e.g. #A = 5 and #U = 11