Discrete 5.1 & 5.2 - Mathematical & Strong Induction

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Base case (mathematical induction)

prove P(n0)

2
New cards

Induction (mathematical induction)

prove ∀k∈ℕ such that k≥n0, P(k)→P(k+1).

  1. Assume induction hypothesis: P(k) for an arbitrary k∈ℕ such that k≥n0.

  2. Show P(k+1).

<p>prove ∀k∈ℕ such that k≥n<sub>0</sub>, P(k)→P(k+1).</p><ol><li><p>Assume induction hypothesis: P(k) for an arbitrary k∈ℕ such that k≥n<sub>0</sub>.</p></li><li><p>Show P(k+1).</p></li></ol><p></p>
3
New cards

Base case (strong induction)

prove P(n0) and possibly a few more base cases P(n0+1), P(n0+2),…,P(n0+a)

4
New cards

Induction step

prove ∀k∈ℕ such that k≥n0+a, (P(n0)∧P(n0 + 1)∧⋯∧P(k − 1)∧ P(k))→P(k + 1).

  1. Assume induction hypothesis: P(j), for all j where n0≤j≤ k, for an arbitrary k∈ℕ such that k≥n0+a.

  2. Show P(k+1).