Sets Flashcards
1
Q
∩
A
Intersection: elements that both sets have in common.
e.g. A ∩ B = {c, f}
2
Q
∪
A
Union: the elements in both sets listed once.
e.g. A ∪ B = {a, c, d, e, f, g}
3
Q
∈
A
is an element of
e.g. g ∈ A and k ∈ B
4
Q
∈ with a line through it
A
is not an element of
5
Q
∅ or { }
A
Null set
e.g. if D = set of weekdays beginning with ‘G’ then D = { } or D = ∅
6
Q
c
A
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
7
Q
’
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 }
8
Q
A\B
A
A without B
The set of A with no values that are in B
9
Q
#
A
Cardinal Number: number of elements in a set
e.g. #A = 5 and #U = 11