In the previous section, we discussed proving statements of the form \((\forall n \in \mathbb{N}) P(n)\text{.}\) Mathematical induction can actually be used to prove a broader family of results; namely, those of the form \((\forall n \in \mathbb{Z})(n \geq a \implies P(n))\) for any value \(a \in \mathbb{Z}\text{.}\)TheoremΒ 4.2 handles the special case when \(a = 1\text{.}\) The ladder analogy from the previous section holds for this more general situation, too. To prove the next theorem, mimic the proof of TheoremΒ 4.2, but this time use the set \(S=\{k\in \mathbb{N}\mid P(a+k-1) \text{ is true } \}\text{.}\)
TheoremΒ 4.9 gives a process for proving statements of the form: βFor all integers \(n\geq a\text{,}\)\(P(n)\text{.}\)β As before, hypothesis (i) is called the base step, and (ii) is called the inductive step.
Base step: [Verify that \(P(a)\) is true. This often, but not always, amounts to plugging \(n=a\) into two sides of some claimed equation and verifying that both sides are actually equal.]
Inductive step: [Your goal is to prove βFor all \(k\geq a\text{,}\) if \(P(k)\) is true, then \(P(k+1)\) is true.β] Let \(k \geq a\) be an integer and assume that \(P(k)\) is true. [Do something to derive that \(P(k+1)\) is true.] Therefore, \(P(k+1)\) is true.
We encountered the next theorem back in SectionΒ 3.3 (see ConjectureΒ 3.29), but we did not prove it. When proving this theorem using induction, you will need to argue that if you add one more element to a finite set, then you end up with twice as many subsets. For your base case consider the empty set.
We now consider an induction problem of a different sort, where you have to begin with some experimentation. For PartΒ (c), consider using the results from PartsΒ (a) andΒ (b).
Suppose \(n\) lines are drawn in the plane so that no two lines are parallel and no three lines intersect at any one point. Such a collection of lines is said to be in general position. Every collection of lines in general position divides the plane into disjoint regions, some of which are polygons with finite area (bounded regions) and some of which are not (unbounded regions).
Let \(R(n)\) be the number of regions the plane is divided into by \(n\) lines in general position. Conjecture a formula for \(R(n)\) and prove that your conjecture is correct.
Let \(U(n)\) be the number of unbounded regions the plane is divided into by \(n\) lines in general position. Conjecture a formula for \(U(n)\) and prove that your conjecture is correct.
Let \(B(n)\) be the number of bounded regions the plane is divided into by \(n\) lines in general position. Conjecture a formula for \(B(n)\) and prove that your conjecture is correct.
Suppose we color each of the regions (bounded and unbounded) so that no two adjacent regions (i.e., share a common edge) have the same color. What is the fewest colors we could use to accomplish this? Prove your assertion.