SUNY Geneseo Department of Mathematics
Wednesday, March 21
Math 239 01
Spring 2018
Prof. Doug Baldwin
Hour exam 2 is next Wednesday, March 28.
It will cover material not covered on the first exam, through (at most) simple induction (e.g., quantifiers, proof via the contrapositive, proofs about biconditionals, proof by contradiction, proof in cases, maybe some induction).
The rules and format will otherwise be similar to the first exam, particularly the open-book, open-computer rule.
“Oh, the Places You Will Go”
(Identifying and mapping career trajectories and facilitators)
Dr. Amanda C. Bryant-Friedrich
Monday, March 26, 5:30 - 6:30 PM, Newton 204.
Strong induction, otherwise known as the 2nd principle of mathematical induction.
Outline of a proof of P(n) using strong induction (differences from standard, or weak, induction in red):
Progress Check 4.10 / proposition 4.11: for all natural numbers n ≥ 8, there exist non-negative integers x and y such that n = 3x + 5y.
Proof: We prove by strong induction on n that for all natural numbers n ≥ 8, there exist non-negative integers x and y such that n = 3x + 5y.
For the base cases consider n=8, n=9, n=10. Each is of the desired form, namely...
For the induction step, we assume that 8, 9, 10, ..., k can be written in the form 3x + 5y for non-negative integers x and y and for some k ≥ 10 and show that k+1 can be written in the form 3z + 5w for non-negative integers z and w. Notice that k+1 = (k-2) + 3, and that 8 ≤ k-2 ≤ k. Therefore there are non-negative integers x and y such that
Adding 3 to both sides gives
showing that k+1 is of the form 3z + 5w where z = x+1 and w = y; both are non-negative integers since x and y are and adding 1 to a non-negative integer produces another non-negative integer.
We have now shown by strong induction that for all natural numbers n ≥ 8, there exist non-negative integers x and y such that n = 3x + 5y. QED.
There are some subtle points in this proof (and in many proofs by strong induction):
Arithmetic Expressions. Consider the following definition and questions for a preview of what we’ll do Friday (March 23):
Define a “fully parenthesized arithmetic expression” to be a string of one of the following forms:
Give some examples of fully parenthesized arithmetic expressions.
Prove that for all integers n ≥ 0, every fully parenthesized arithmetic expression with n operators has n+1 constants.