






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The fundamental concepts of counting theory, including permutations and combinations, the inclusion-exclusion principle, and binomial coefficients. It provides theorems, proofs, and properties related to these topics.
Typology: Study notes
1 / 11
This page cannot be seen from the preview
Don't miss anything!







Counting
If a first task can be done in The sum rule5.1 The basics of counting
n
1
ways, second in
n
2
ways and
n if these tasks cannot be done at the same time then there are
1
n
2
ways to do either of them.
If
1
,... , A
n
are sets which are pairwise disjoint then
∪ A n | = | A 1 | + | A 2 | +
Basic Inclusion exclusion principle:
Two sets:
Three sets:
Four sets:
Theorem 15.2 The pigeonhole principle
If
objects are placed into
k
boxes, then there is
a box with at least
N k
objects.
Suppose every box contains at most Proof.
N k
1 objects.
Then the
total number of objects is at most
k
( ⌈
N k
< k
k
This is the contradiction as the number of objects is
n, r
) - the number of
r
-permutations of
n
elements.
n, r
) - the number of
r
-combinations of
n
elements.
Theorem 2
For
< r
n
,
n, r
n
(
n
n
r
Theorem 3
For
0 ≤ r ≤ n ,
n, r
n
!
r
!(
n
r
)!
5.4 Binomial Coefficients
(
r n
)
n, r
Combinatorial proof
providing a bijection from a set
to
where
has the cardinality
equal to the LHS and
has the cardinality equal to the RHS.
(
n
r
)
n
∑
j
=
(
j
r
)
.
Theorem 4Binomial Theorem:
For a positive integer
n
and real numbers
x
and
y
,
we have
( x + y ) n = n
∑
(
j n
) x n − j y j =
(
0 n
)
x
n
(
1 n
) x n − 1 y +
(
n n
)
y
n
.