1 / 16

Pigeon-Hole Principle ( PHP )

Pigeon-Hole Principle ( PHP ). A Simple Idea in Combinatorics But Very Powerfull and Usefull. Ilustration. 1. 2. 3. 4. 5. Theorem.

zorion
Download Presentation

Pigeon-Hole Principle ( PHP )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pigeon-Hole Principle( PHP ) A Simple Idea in Combinatorics But Very Powerfull and Usefull

  2. Ilustration 1 2 3 4 5

  3. Theorem Let n and k be positif integer, and n > k. Suppose we have to place n identical balls into k identical boxes. Then there will be at least one box in which we place at least two balls.

  4. For warmup we begin with simple problems without solution Among three persons, there are two of the same sex. Among 13 persons, there are two born in the same month. Among 400 persons, there are a least two have the same birthday.

  5. Example 1 In tournament with n players , everybody plays with everybody else exactly once. Prove that during the game there are always two players who have played the same number of game.

  6. Proof The difficulties in proving with pigeon-hole principle is the identification of the ball and the box . Then the question is . . . What is the box? What is the ball?

  7. Proof The number of players is n. And the number of possibilities for the number of game finished by any one player are 0, 1, 2, . . . , n-1. But the fact , however 0 and n-1 cannot both occur among the numbers of games finished by the players at any one time.

  8. Proof Then, take The number of players ( n ) as balls and The number of game finished by one player ( n-1 ) as boxes. By PHP we get, there are two players that have the same number of the game.

  9. Example 2 (ONMIPA 2010) Let S is a set of n positive integer. Prove that there exist an element in S or sum of elements in S that divisible by n.

  10. Proof Suppose the elements in S are { a1, a2, a3, . . ., an } not necessary distinct If there is an element in S divisible by n, we are done. Otherwise, none of them is divisible by n. Consider the Set T = { s1, s2, s3, . . ., sn } Where, sn = a1 + a2 + . . . + an

  11. Proof If there is i, 1≤ i ≤ n such that si is divisible by n, we are finished. So, assum all of si is not divisible by n. Then we get, the remainder if si divided by n are 1, 2, 3, . . . , n-1 There are n-1 possibilities but as we have n numbers, by PHP there are two numbers that have the same remainder.

  12. Proof Without loss of generality, assum these numbers are si and sj where i < j. Then sj – si = ai + ai+1 + . . . + aj is divisible by n as desired.

  13. Example 3 (ONMIPA 2009) We select n+1 different integers from the set { 1, 2, 3, … 2n }. Prove that there always be two among the selected integers such that one is divisible by other.

  14. Hint. Write the numbers 1, 2, 3, . . . , 2n in the form 2p.a where, a is odd number and p ≥ 0, p integer Then used PHP to prove the statement.

  15. REMEMBER Problem Solving can be learn ONLY by Solving Problems Thanks

  16. This presentation is wrote by Tutur Widodo, In April 2010 Hi…hi…hi…!

More Related