离散数学7.ppt

Download Report

Transcript 离散数学7.ppt

3.5 Paradox
 1.Russell’s
paradox
 AA, AA。
 Russell’s paradox: Let S={A|AA}. The
question is, does SS?
 i.e. SS or SS?
 If SS,
 If SS,
 The statements " SS " and " SS "
cannot both be true, thus the
contradiction.
 2.Cantor’s
paradox
 1899,Cantor's paradox, sometimes called
the paradox of the greatest cardinal,
expresses what its second name would
imply--that there is no cardinal larger
than every other cardinal.
 Let S be the set of all sets. |S|?|P (S)| or
|P (S)|?|(S)|
 The Third Crisis in Mathematics
II Introductory Combinatorics
Chapter 4
Introductory Combinatorics
Counting
 Combinatorics,
is an important part of
discrete mathematics.
 Techniques for counting are important in
computer science, especially in the analysis of
algorithm.
 sorting,searching
 combinatorial algorithms
 Combinatorics
 existence
 counting
 construction
 optimization
 existence
:Pigeonhole principle
 Counting techniques for permutation and
combinations,and Generating function, and
Recurrence relations
4.1 Pigeonhole principle
 Dirichlet,1805-1859
 shoebox
principle
4.1.1 Pigeonhole principle :Simple Form
 If
n pigeons are assigned to m pigeonholes,
and m<n, then at least one pigeonhole
contains two or more pigeons.
 Theorem 4.1: If n+1 objects are put into n
boxes, then at least one box contain tow or
more of the objects.
 Example
1: Among 13 people there are two
who have their birthdays in the same month.
 Example 2: Among 70 people there are six
who have their birthdays in the same month.
 Example 3:From the integers 1,2,…,2n, we
choose n+1 intergers. Show that among the
integers chosen there are two such that one of
them is divisible by the other.
 2ka
 2ra and 2sa
Example 4:Given n integers a1,a2,…,an, there exist
integers k and l with 0k<ln such that
ak+1+ak+2+…+al is divisible by n.
 a1, a1+a2, a1+a2+a3,…,a1+a2+…+an.
 Example 5:A chess master who has 11 weeks to
prepare for a tournament decides to play at least one
game every day but, in order not to tire himself, he
decides not to play more than 12 games during any
calendar week. Show that there exists a succession of
(consecutive) days during which the chess master
will have played exactly 21 games.

 Concerning Application
5, Show that there
exists a succession of (consecutive) days
during which the chess master will have
played exactly 22 games.
 (1)The chess master plays few than 12 games
at least one week
 (2)The chess master plays exactly 12 games
each week





Exercise P90 3,7, 8,9
1.From the integers 1,2,…,2n, we choose n+1 intergers.
Show that among the integers chosen there are two which
are relatively prime.
2.A computer network consists of six computers. Each
computer is directly connected to at least one of the other
computers. Show that there are at least two computers in
the network that are directly connected to the same
number of other computers.
3.Show that for any given n+2 integers there exist two of
them whose sum, or else whose difference is divisible by 2n.
Next:
 Permutations


of sets P79-81, 3.1
circular permutation
Combinations of sets,3.2 P83-84