🚧 Setup for 5.4

This commit is contained in:
tomit4 2026-06-24 22:22:49 -07:00
parent 6312d7df25
commit 7446ef3d7d
3 changed files with 714 additions and 0 deletions

View file

@ -58,6 +58,8 @@ $P(k)$ is true; inductive hypothesis; $P(k + 1)$ is true.
---
**Test Yourself**
Page 320
1. Mathematical induction differs from the kind of induction used in the natural
@ -69,3 +71,22 @@ deductive
using inductive reasoning.
prove
---
**Test Yourself**
Page 333
1. In a proof by strong mathematical induction the basis step may require
checking a property $P(n)$ for more _____ value of $n$.
2. Suppose that in the basis step for a proof by strong mathematical induction
the property $P(n)$ was checked for every integer $n$ from $a$ through $b$.
Then in the inductive step one assumes that for any integer $k \geq b$, the
property $P(n)$ is true for all values of $i$ from _____ through _____ and
one shows that _____ is true.
3. According to the well-ordering principle for the integers, if a set $S$ of
integers contains at least _____ and if there is some integer that is less
than or equal to every _____, then _____.