lecture outline
play

Lecture Outline Strengthening Induction Hypothesis. Lecture Outline - PowerPoint PPT Presentation

Lecture Outline Strengthening Induction Hypothesis. Lecture Outline Strengthening Induction Hypothesis. Strong Induction Lecture Outline Strengthening Induction Hypothesis. Strong Induction Well ordered principle. Tutoring Option. How does


  1. Hole have to be there? Maybe just one? Theorem: Any tiling of 2 n × 2 n square has to have one hole. Proof: The remainder of 2 2 n divided by 3 is 1. Base case: true for k = 0. 2 0 = 1 Ind Hyp: 2 2 k = 3 a + 1 for integer a . 2 2 k ∗ 2 2 2 2 ( k + 1 ) = 4 ∗ 2 2 k = = 4 ∗ ( 3 a + 1 ) = 12 a + 3 + 1 = 3 ( 4 a + 1 )+ 1 a integer = ⇒ ( 4 a + 1 ) is an integer.

  2. Hole in center? Theorem: Can tile the 2 n × 2 n square to leave a hole adjacent to the center. Proof:

  3. Hole in center? Theorem: Can tile the 2 n × 2 n square to leave a hole adjacent to the center. Proof: Base case: A single tile works fine.

  4. Hole in center? Theorem: Can tile the 2 n × 2 n square to leave a hole adjacent to the center. Proof: Base case: A single tile works fine. The hole is adjacent to the center of the 2 × 2 square.

  5. Hole in center? Theorem: Can tile the 2 n × 2 n square to leave a hole adjacent to the center. Proof: Base case: A single tile works fine. The hole is adjacent to the center of the 2 × 2 square. Induction Hypothesis:

  6. Hole in center? Theorem: Can tile the 2 n × 2 n square to leave a hole adjacent to the center. Proof: Base case: A single tile works fine. The hole is adjacent to the center of the 2 × 2 square. Induction Hypothesis: Any 2 n × 2 n square can be tiled with a hole at the center.

  7. Hole in center? Theorem: Can tile the 2 n × 2 n square to leave a hole adjacent to the center. Proof: Base case: A single tile works fine. The hole is adjacent to the center of the 2 × 2 square. Induction Hypothesis: Any 2 n × 2 n square can be tiled with a hole at the center. 2 n + 1 2 n + 1 2 n 2 n

  8. Hole in center? Theorem: Can tile the 2 n × 2 n square to leave a hole adjacent to the center. Proof: Base case: A single tile works fine. The hole is adjacent to the center of the 2 × 2 square. Induction Hypothesis: Any 2 n × 2 n square can be tiled with a hole at the center. 2 n + 1 2 n + 1 What to do now??? 2 n 2 n

  9. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere.

  10. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem

  11. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis!

  12. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine.

  13. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere.

  14. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis:

  15. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis: “Any 2 n × 2 n square can be tiled with a hole anywhere. ” Consider 2 n + 1 × 2 n + 1 square.

  16. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis: “Any 2 n × 2 n square can be tiled with a hole anywhere. ” Consider 2 n + 1 × 2 n + 1 square.

  17. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis: “Any 2 n × 2 n square can be tiled with a hole anywhere. ” Consider 2 n + 1 × 2 n + 1 square. Use induction hypothesis in each.

  18. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis: “Any 2 n × 2 n square can be tiled with a hole anywhere. ” Consider 2 n + 1 × 2 n + 1 square. Use induction hypothesis in each.

  19. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis: “Any 2 n × 2 n square can be tiled with a hole anywhere. ” Consider 2 n + 1 × 2 n + 1 square. Use induction hypothesis in each. Use L-tile and ...

  20. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis: “Any 2 n × 2 n square can be tiled with a hole anywhere. ” Consider 2 n + 1 × 2 n + 1 square. Use induction hypothesis in each. Use L-tile and ... we are done.

  21. Hole can be anywhere! Theorem: Can tile the 2 n × 2 n to leave a hole adjacent anywhere. Better theorem ...better induction hypothesis! Base case: Sure. A tile is fine. Flipping the orientation can leave hole anywhere. Induction Hypothesis: “Any 2 n × 2 n square can be tiled with a hole anywhere. ” Consider 2 n + 1 × 2 n + 1 square. Use induction hypothesis in each. Use L-tile and ... we are done.

  22. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes.

  23. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n .

  24. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2.

  25. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step:

  26. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “

  27. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 .

  28. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 . P ( n ) says nothing about a , b !

  29. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 . P ( n ) says nothing about a , b ! Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) .

  30. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 . P ( n ) says nothing about a , b ! Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) . P ( 0 ) = ⇒ P ( 1 ) = ⇒ P ( 2 ) = ⇒ P ( 3 ) = ⇒ ···

  31. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 . P ( n ) says nothing about a , b ! Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) . P ( 0 ) = ⇒ P ( 1 ) = ⇒ P ( 2 ) = ⇒ P ( 3 ) = ⇒ ··· Strong induction hypothesis: “ a and b are products of primes”

  32. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 . P ( n ) says nothing about a , b ! Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) . P ( 0 ) = ⇒ P ( 1 ) = ⇒ P ( 2 ) = ⇒ P ( 3 ) = ⇒ ··· Strong induction hypothesis: “ a and b are products of primes” = ⇒ “ n + 1 = a · b

  33. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 . P ( n ) says nothing about a , b ! Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) . P ( 0 ) = ⇒ P ( 1 ) = ⇒ P ( 2 ) = ⇒ P ( 3 ) = ⇒ ··· Strong induction hypothesis: “ a and b are products of primes” = ⇒ “ n + 1 = a · b = ( factorization of a )( factorization of b ) ” n + 1 can be written as the product of the prime factors!

  34. Strong Induction. Theorem: Every natural number n > 1 can be written as a product of primes. Fact: A prime n has exactly 2 factors 1 and n . Base Case: n = 2. Induction Step: P ( n ) = “ n can be written as a product of primes. “ Either n + 1 is a prime or n + 1 = a · b where 1 < a , b < n + 1 . P ( n ) says nothing about a , b ! Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) . P ( 0 ) = ⇒ P ( 1 ) = ⇒ P ( 2 ) = ⇒ P ( 3 ) = ⇒ ··· Strong induction hypothesis: “ a and b are products of primes” = ⇒ “ n + 1 = a · b = ( factorization of a )( factorization of b ) ” n + 1 can be written as the product of the prime factors!

  35. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) .

  36. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ”

  37. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and

  38. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k ))

  39. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k )) ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ ( P ( 0 ) ··· P ( k ) ∧ P ( k + 1 )))

  40. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k )) ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ ( P ( 0 ) ··· P ( k ) ∧ P ( k + 1 )))

  41. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k )) ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ ( P ( 0 ) ··· P ( k ) ∧ P ( k + 1 ))) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ P ( k + 1 ))

  42. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k )) ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ ( P ( 0 ) ··· P ( k ) ∧ P ( k + 1 ))) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ P ( k + 1 ))

  43. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k )) ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ ( P ( 0 ) ··· P ( k ) ∧ P ( k + 1 ))) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ P ( k + 1 ))

  44. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k )) ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ ( P ( 0 ) ··· P ( k ) ∧ P ( k + 1 ))) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ P ( k + 1 )) Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) .

  45. Induction = ⇒ Strong Induction. Let Q ( k ) = P ( 0 ) ∧ P ( 1 ) ··· P ( k ) . By the induction principle: “If Q ( 0 ) , and ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) then ( ∀ k ∈ N )( Q ( k )) ” Also, Q ( 0 ) ≡ P ( 0 ) , and ( ∀ k ∈ N )( Q ( k )) ≡ ( ∀ k ∈ N )( P ( k )) ( ∀ k ∈ N )( Q ( k ) = ⇒ Q ( k + 1 )) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ ( P ( 0 ) ··· P ( k ) ∧ P ( k + 1 ))) ≡ ( ∀ k ∈ N )(( P ( 0 ) ···∧ P ( k )) = ⇒ P ( k + 1 )) Strong Induction Principle: If P ( 0 ) and ( ∀ k ∈ N )(( P ( 0 ) ∧ ... ∧ P ( k )) = ⇒ P ( k + 1 )) , then ( ∀ k ∈ N )( P ( k )) .

  46. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) .

  47. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) ,

  48. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) , P ( m − 1 ) = ⇒ P ( m ) must be false (assuming P ( 0 ) holds.)

  49. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) , P ( m − 1 ) = ⇒ P ( m ) must be false (assuming P ( 0 ) holds.) This is a proof of the induction principle! I.e., ( ¬∀ n ) P ( n ) = ⇒ (( ∃ n ) ¬ ( P ( n − 1 ) = ⇒ P ( n )) .

  50. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) , P ( m − 1 ) = ⇒ P ( m ) must be false (assuming P ( 0 ) holds.) This is a proof of the induction principle! I.e., ( ¬∀ n ) P ( n ) = ⇒ (( ∃ n ) ¬ ( P ( n − 1 ) = ⇒ P ( n )) . (Contrapositive of Induction principle (assuming P ( 0 ) )

  51. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) , P ( m − 1 ) = ⇒ P ( m ) must be false (assuming P ( 0 ) holds.) This is a proof of the induction principle! I.e., ( ¬∀ n ) P ( n ) = ⇒ (( ∃ n ) ¬ ( P ( n − 1 ) = ⇒ P ( n )) . (Contrapositive of Induction principle (assuming P ( 0 ) ) It assumes that there is a smallest m where P ( m ) does not hold.

  52. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) , P ( m − 1 ) = ⇒ P ( m ) must be false (assuming P ( 0 ) holds.) This is a proof of the induction principle! I.e., ( ¬∀ n ) P ( n ) = ⇒ (( ∃ n ) ¬ ( P ( n − 1 ) = ⇒ P ( n )) . (Contrapositive of Induction principle (assuming P ( 0 ) ) It assumes that there is a smallest m where P ( m ) does not hold. The Well ordering principle states that for any subset of the natural numbers there is a smallest element.

  53. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) , P ( m − 1 ) = ⇒ P ( m ) must be false (assuming P ( 0 ) holds.) This is a proof of the induction principle! I.e., ( ¬∀ n ) P ( n ) = ⇒ (( ∃ n ) ¬ ( P ( n − 1 ) = ⇒ P ( n )) . (Contrapositive of Induction principle (assuming P ( 0 ) ) It assumes that there is a smallest m where P ( m ) does not hold. The Well ordering principle states that for any subset of the natural numbers there is a smallest element. Smallest may not be what you expect: the well ordering principal holds for rationals but with different ordering!!

  54. Well Ordering Principle and Induction. If ( ∀ n ) P ( n ) is not true, then ( ∃ n ) ¬ P ( n ) . Consider smallest m , with ¬ P ( m ) , P ( m − 1 ) = ⇒ P ( m ) must be false (assuming P ( 0 ) holds.) This is a proof of the induction principle! I.e., ( ¬∀ n ) P ( n ) = ⇒ (( ∃ n ) ¬ ( P ( n − 1 ) = ⇒ P ( n )) . (Contrapositive of Induction principle (assuming P ( 0 ) ) It assumes that there is a smallest m where P ( m ) does not hold. The Well ordering principle states that for any subset of the natural numbers there is a smallest element. Smallest may not be what you expect: the well ordering principal holds for rationals but with different ordering!! E.g. Reduced form is “smallest” representation of the representations a / b that represent a single quotient.

  55. Tournaments have short cycles Def: A round robin tournament on n players : every player p plays every other player q , and either p → q ( p beats q ) or q → q ( q beats q .)

  56. Tournaments have short cycles Def: A round robin tournament on n players : every player p plays every other player q , and either p → q ( p beats q ) or q → q ( q beats q .) Def: A cycle : a sequence of p 1 ,..., p k , p i → p i + 1 and p k → p 1 .

  57. Tournaments have short cycles Def: A round robin tournament on n players : every player p plays every other player q , and either p → q ( p beats q ) or q → q ( q beats q .) Def: A cycle : a sequence of p 1 ,..., p k , p i → p i + 1 and p k → p 1 . B D A C

  58. Tournaments have short cycles Def: A round robin tournament on n players : every player p plays every other player q , and either p → q ( p beats q ) or q → q ( q beats q .) Def: A cycle : a sequence of p 1 ,..., p k , p i → p i + 1 and p k → p 1 . B D A C Theorem: Any tournament that has a cycle has a cycle of length 3.

  59. Tournaments have short cycles Def: A round robin tournament on n players : every player p plays every other player q , and either p → q ( p beats q ) or q → q ( q beats q .) Def: A cycle : a sequence of p 1 ,..., p k , p i → p i + 1 and p k → p 1 . B D A C Theorem: Any tournament that has a cycle has a cycle of length 3.

  60. Tournaments have short cycles Def: A round robin tournament on n players : every player p plays every other player q , and either p → q ( p beats q ) or q → q ( q beats q .) Def: A cycle : a sequence of p 1 ,..., p k , p i → p i + 1 and p k → p 1 . B D A C Theorem: Any tournament that has a cycle has a cycle of length 3.

  61. Tournaments have short cycles Def: A round robin tournament on n players : every player p plays every other player q , and either p → q ( p beats q ) or q → q ( q beats q .) Def: A cycle : a sequence of p 1 ,..., p k , p i → p i + 1 and p k → p 1 . B D A C Theorem: Any tournament that has a cycle has a cycle of length 3.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend