Symbols Formulae
Symbols Formulae
Logic
Symbols: ≥ ≤ =
6 ¬ ∼ ∧ ∨ ⊕ ≡→↔ ∃∀
A conditional statement p → q can also
Identities: be read as:
1
Sets
Symbols: ∈ 6∈ ⊆ ⊂ ⊇ ⊃ ∅ ∪ ∩ ×
Common Sets:
N = {1, 2, 3, . . . } natural numbers
Z = {. . . , −3, −2, −1, 0, 1, 2, 3, . . . } integers (Z for German Zahlen, meaning “numbers”)
Z+ = {1, 2, 3, . . . } positive integers
p
Q= p ∈ Z, q ∈ Z, q 6= 0 rational numbers
q
U = {∗} universal set
∅ = {} empty set (the set with no elements)
Identities:
2
Series and Sums
P
Symbols: ·
Geometric Progression ak = a · r k
Arithmetic Progression ak = a + d · k
Sum Formulas:
n arn+1 − a
ark
P
1 (r 6= 0) , r 6= 1
k=0 r−1
n arn+1 − ari
ark
P
2 (r 6= 0) , r 6= 1
k=i r−1
n
P
3 c c · (n − i + 1)
k=i
n
P n(n + 1)
4 k
k=1 2
n n(n + 1)(2n + 1)
k2
P
5
k=1 6
n n2 (n + 1)2
k3
P
6
k=1 4
3
Counting
Symbols: λ
Equations:
• Sum Rule:
if S is the union of m disjoint sets S1 , S2 , . . . , Sm , then the number of elements in S
is:
S = |S1 | + |S2 | + · · · + |Sm |
• Product Rule:
for a sequence of m choices the total number of elements is:
• Subset Exclusion:
if C = A − B is the difference of two sets, where B ⊆ A, then the number of elements
in C is:
|C| = |A| − |B|
• Inclusion/Exclusion:
when a set D to be counted is the union of non-disjoint sets A and B, the number of
elements in D is:
|D| = |A| + |B| − |A ∩ B|
(r + n − 1)! (r + n − 1)!
C( r + n − 1, r) = C( r + n − 1, n − 1) = =
r!(r + n − 1 − r)! r!(n − 1)!