Skip to main content

Section 4.2 More on Induction

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.
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.
One consequence of the previous two theorems is that the power set of a finite set always consists of more elements than the original 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).

Problem 4.24.

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).
  1. 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.
  2. 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.
  3. 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.
  4. 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.
If you don’t learn to fail, you will fail to learn.
―Manu Kapur, learning scientist