Set Theory Flashcards
What does ∈ mean?
x is a member of y
What does ∉ mean?
x is not a member of y
What does ⊆ mean?
x is a subset of y ( x can also be a subset of itself )
What does ⊂ mean?
x is a proper subset of y ( x cannot be a subset of itself )
What does { x | x is odd and 10 < x < 20 }
Take a member ‘x’ such that x is odd and it is between 10 and 20
Does order matter in sets?
No
Does the number of times a number is repeated in a set matter?
No
What does AxB mean?
The cartesian product of A and B (The set of ordered pairs)
For example:
{a, b} x {d, e} -> { { a, d }, { a, e }, { b, d }, { b, e } }
What is a power set?
The set of all subsets of a given set (Including the empty set and the set itself)
What is a proper subset?
A subset of set N that cannot be N itself
What is the cardinality of a set?
The size of the set
How to work out the cardinality of a power set?
2^(Cardinality of base set)
What is the cardinality of { { a, b }, { a, c }, { c, d } }
3