Set Theory Flashcards
Intersection of A and B
A n B = {x=u | x in A ^ x in B}
Union of A and B
A U B = {x=u | x in A v x in B}
Difference of A minus B
A - B = {x=u | x in A ^ x not in B}
Symmetric difference of A and B
A delta B = {x=u | x in A exclusive v x in B}
Complement of A in U
A bar = {x=u | x not in A}
Set
An unordered list of objects called elements. An element cannot appear twice in a set.
Cardinality
|A|, The number of elements in A
Finite set
A set is finite if we can label them 1, 2, … , n
Subset A of set B
A set comprised only of elements of B.
A sub\eq = Vx in u [x in A -> x in B]
Proper subset A of set B
A subset that of B, where B has elements that are not also in A.
A sub = Vx in u [x in A -> x in B ^ Ey in (B - A)]
Equal sets A and B
IFF A sub\eq B and B sub\eq A
Family of sets
A set whose elements themselves are sets in u.
Power set of A
P(A), is the set of all subsets of A
|P(A)|, Cardinality of Power set of A
2^(|A|)
Cartesian Product of A and B
A x B = {(a,b) | a in A ^ b in B}.
These elements (a,b) are called ordered pairs.
|A x B|, Cardinality of Cartesian Product of
A and B
|A|*|B|