Lesson 190 Combinatorics and Counting Methods
Lesson 190 Combinatorics and Counting Methods
March 4, 2022
1
Application 2 There are n! nk=0
P (−1)k
derangements - fixed- Definition 2 (Möbius function) The Möbius function µ :
k!
points-free permutations - in Sn . N −→ {−1, 0, 1} is defined by
0 if n is not square-free.
Theorem 2 (Pigeonhole principle) If n items are put µ(n) =
(−1)r if n = p1 . . . pr with pi distinct primes.
into m containers with n > m, then at least one container must
contain more than one item.
Theorem 4 (Möbius Pinversion formula) If f, g : N −→
2 More advanced tools C are such that g(n) = d|n f (d) for all n ∈ N, then ∀ n ∈ N,
n
2.1 Group action f (n) =
X
µ(d)g .
d
d|n
Proposition 6 Let G be a group acting on a finite set X. Let
G · x1 , . . . , G · xr be the orbits, and Gxi = {g ∈ G | g · xi = xi } be
the stabilizer of xi , 1 ≤ i ≤ r. Then
Application 5 Let P φ be the Euler’s totient function. Then for
r
X r
X |G| all n ∈ N, φ(n) = n d|n d .
µ(d)
|X| = |G · xi | = .
i=1 i=1
|Gxi |
Theorem 5 Let n ∈ N⋆ and X, Y two independant random vari-
ables uniformly distributed on {1, . . . , n}. Let pn be the probability
Application 3 The center of a p-group is non trivial. that X and Y are coprime. Then pn −→ π62 .
n→∞
Application 4 With 2 red beads, 2 blue beads and 2 green Application 6 Let a be an odd positive integer. There are no
beads we can form 11 different bracelets. functions f : N⋆ −→ N⋆ such that f (f (n)) = n + a for all n ∈ N⋆ .
2
3 Generating functions 4 Graph theory
3.1 Definition and how to use it Definition 4 A graph G is a pair (V, E) where the elements of
E are 2-element subsets of V . The elements of V are the vertices
Definition 3 Let (an )n∈N ∈ CNPbe a sequence. The generating of the graph and the elements of E are its edges.
function of this sequence is t 7−→ ∞
n=0 an t .
n