Homework 4: Due *Monday*, October 29, at *2pm*. (See the class webpage for how to drop off your homeworks.)

In all problems for inductive proofs it's a good idea that you clearly state two things at the beginning of your solution to the problem: First, what's the predicate P(n) that you'll be proving. Second, what's the base case, n0, that you need to show this for. And then clearly mark in your solution two parts of the inductive proof: The base part, where you show that P(n0) is true, and the inductive part, where you show that for all n>=n0 the *implication* (P(n)=>P(n+1)) is true.