Set theory Flashcards
What is a complement of a set
All the items not in the set A, in the global set
What are De-morgans’ Laws
not(A unison B) = Not(A) intersection Not(B)
not(A Intersection B) = Not(A) unison Not(B)
What is the definition of a partition
a partition is a collection of sets that
are “mutually exclusive and collectively exhaustive”.
What is the Cardinallity of a set?
For a set A, the cardinality of A is the number of items in the set A
What is the Inclusion exclusion principle?
If A and B are sets of finite cardinality
|𝐴 ∪ 𝐵| = |𝐴| + |B| - |𝐴 ∩ 𝐵|.
What is the product principle of counting
states that when 𝐴1, 𝐴2, … , 𝐴𝑛 are finite sets, then the cardinality of their Cartesian product is equal to the product of their
individual cardinalities:
The unordered sequence of 𝑘 elements, selected without replacement, from a set with 𝑛 elements is called a combination. The number of possible combinations, 𝐶(𝑛, 𝑘)
is given by:
𝐶(𝑛,𝑘) = (𝑛) = 𝑛! / 𝑘 (𝑛 − 𝑘)!𝑘!
n and k are referred to as the binomial coefficients
What is the number of possible outcomes in ordered sampling with replacement
n^k
k = number of items removed
n = set cardinallity
what is the number of possible outcomes in ordered sampling without replacement, when order does not matter
n choose k