🚧 Middle of 5.2

This commit is contained in:
tomit4 2026-06-20 20:41:37 -07:00
parent e17badef30
commit ff87e52c55
4 changed files with 1138 additions and 5 deletions

View file

@ -1 +1 @@
933
935

File diff suppressed because it is too large Load diff

View file

@ -40,12 +40,18 @@ Page 309
1. Mathematical induction is a method for proving that a property defined for
integers $n$ is true for all values of $n$ that are _____.
greater than or equal to some initial value.
2. Let $P(n)$ be a property defined for integers $n$ and consider constructing a
proof by mathematical induction for the statement "P(n) is true for all
$n \geq a$."
a. In the basis step one must show _____.
that $P(a)$ is true.
b. In the inductive step one supposes that _____ for a particular but
arbitrarily chosen value of an integer $k \geq a$. This supposition is called
the _____. One then has to show that _____.
$P(k)$ is true; inductive hypothesis; $P(k + 1)$ is true.

View file

@ -1 +1 @@
298
310