We probably won't have time for all of these. There are more examples in the book.
Note that we've generalized induction to the form: To prove ∀n∈{k,k+1,k+2,…}.P(n)
Example:
Okay, we'll patch that problem for this example:
Example:
False claim: All Rice students are in the same college. P(n) = "for all sets of n students, those students are all in the same college". Prove ∀n≥1.P(n). We know this conclusion is wrong, so what's wrong with the following?
P(1): Yep, in a singleton set {s1}, every student is in s1's college.
P(i) → P(i+1): We can assume that P(i) holds: for all sets of i students, those students are all in the same college. We need to show P(i+1). Start with an arbitrary set of k+1 students, S = {s1, …, sk, sk+1}, and we'll show they all are in the same college as s1.
By inductive assumption, the set {s1, …, sk} are all in the same college as s1. Similarly, so are {s1, … sk-1, sk+1}. Since "is in the same college as" is transitive, all elements of S are in the same college as s1. Q.E.D.