1 / 16

CSE15 Discrete Mathematics 04/05/17

CSE15 Discrete Mathematics 04/05/17. Ming-Hsuan Yang UC Merced. 5.2 Strong induction and well-ordering. Strong induction : To prove p(n) is true for all positive integers n, where p(n) is a propositional function, we complete two steps Basis step: we verify that the proposition p(1) is true

rocha
Download Presentation

CSE15 Discrete Mathematics 04/05/17

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. CSE15 Discrete Mathematics04/05/17 Ming-Hsuan Yang UC Merced

  2. 5.2 Strong induction and well-ordering • Strong induction: To prove p(n) is true for all positive integers n, where p(n) is a propositional function, we complete two steps • Basis step: we verify that the proposition p(1) is true • Inductive step: we show that the conditional statement (p(1)∧p(2) ∧… ∧p(k))→p(k+1) is true for all positive integers k

  3. Strong induction • Can use all k statements, p(1), p(2), …, p(k) to prove p(k+1) rather than just p(k) • Mathematical induction and strong induction are equivalent • Any proof using mathematical induction can also be considered to be a proof by strong induction (induction  strong induction) • It is more awkward to convert a proof by strong induction to one with mathematical induction (strong induction  induction)

  4. Strong induction • Also called the second principle of mathematical induction or complete induction • The principle of mathematical induction is called incomplete induction, a term that is somewhat misleading as there is nothing incomplete • Analogy: • If we can reach the first step • For every integer k, if we can reach all the first k steps, then we can reach the k+1 step

  5. Example • Suppose we can reach the 1st and 2nd rungs of an infinite ladder • We know that if we can reach a rung, then we can reach two rungs higher • Can we prove that we can reach every rung using the principle of mathematical induction? or strong induction?

  6. Example – mathematical induction • Basis step: we verify we can reach the 1st rung • Attempted inductive step: the inductive hypothesis is that we can reach the k-th rung • To complete the inductive step, we need to show that we can reach k+1-th rung based on the hypothesis • However, no obvious way to complete this inductive step (because we do not know from the given information that we can reach the k+1-th rung from the k-th rung)

  7. Example – strong induction • Basis step: we verify we can reach the 1st rung • Inductive step: the inductive hypothesis states that we can reach each of the first k rungs • To complete the inductive step, we need to show that we can reach k+1-th rung • We know that we can reach 2nd rung. • We note that we can reach the (k+1)-th rung from (k-1)-th rung we can climb 2 rungs from a rung that we already reach • This completes the inductive step and finishes the proof by strong induction

  8. Which one to use • Try to prove with mathematical induction first • Unless you can clearly see the use of strong induction for proof

  9. Strong induction and well-ordering • Use strong induction to show that if n is an integer greater than 1, then n can be written as the product of primes • Let p(n) be the proposition that n can be written as the product of primes • Basis step: p(2) is true as 2 can be written as the product of one prime, itself • Inductive step: Assume p(k) is true with the assumption that p(j) is true for j≤k

  10. Proof with strong induction • That is, j (j≤k) can be written as a product of primes • To complete the proof, we need to show p(k+1) is true (i.e., k+1 can be written as a product of primes) • There are two cases: when k+1 is prime or composite • If k+1 is prime, we immediately see that p(k+1) is true

  11. Proof with strong induction • If k+1 is composite and can be written as a product of two positive integers a and b, with 2≤a≤b<k+1 • By inductive hypothesis, both a and b can be written as product of primes • Thus, if k+1 is composite, it can be written as the product of primes, namely, the primes in the factorization of a and those in the factorization of b

  12. Proof with induction • Prove that every amount of postage of 12 cents or more can be formed using just 4-cent and 5-cent stamps • First use mathematical induction for proof • Basis step: Postage of 12 cents can be formed using 3 4-cent stamps • Inductive step: The inductive hypothesis assumes p(k) is true • That is, we need to sure p(k+1) is true when k≥12

  13. Proof induction • Suppose that at least one 4-cent stamp is used to form postage of k cents • We can replace this stamp with 5-cent stamp to form postage of k+1 cents • If no 4-cent stamps are used, we can form postage of k cents using only 5-cent stamps • As k≥12, we need at least 3 5-cent stamps to form postage of k cents • So, we can replace 3 5-cent stamps with 4 4-cent stamps for k+1 cents • As we have completed basis and inductive steps, we know p(n) is true for n≥12

  14. Proof with strong induction • Use strong induction for proof • In the basis step, we show that p(12), p(13), p(14) and p(15) are true • In the inductive step, we show that how to get postage of k+1 cents for k≥15 from postage of k-3 cents • Basis step: we can form postage of 12, 13, 14, 15 cents using 3 4-cent stamps, 2 4-cent/1 5-cent stamps, 2 5-cent/1 4-cent stamps, and 3 5-cent stamps. So p(12), p(13), p(14), p(15) are true

  15. Proof with strong induction • Inductive step: The inductive hypothesis is the statement p(j) is true for 12≤j ≤k, where k is an integer with k≥15. We need to show p(k+1) is true • We can assume p(k-3) is true because k-3 ≥12, that is, we can form postage of k-3 cents using just 4-cent and 5-cent stamps • To form postage of k+1 cents, we need only add another 4-cent stamp to the stamps we used to form postage of k-3 cents. That is, we show p(k+1) is true • As we have completed basis and inductive steps of a strong induction, we show that p(n) is true for n≥12 • There are other ways to prove this

  16. Proofs using well-ordering property • Validity of both the principle of mathematical induction and strong induction follows from a fundamental axiom of the set of integers, the well-ordering property • Well-order property: every non-empty set of non-negative integers has a least element • The well-ordering property can be used directly in proofs • The well-ordering property, the principle of mathematical induction, and strong induction are all equivalent

More Related