| "Proof by induction", as you say, means that you first prove it for an initial condition. Then, assume that it's true for some arbitrary number of iterations, n. With that assumption, show that it's true for n + 1 iterations. In this case, your initial condition would be n = 2, i.e. you draw 1 line segment, thus dividing the rectangle into 2 regions sharing your line segment as a boundary. You then simply color 1 region white and the other black. Then, with that proven, show that if it's true for any number of regions n, it has to be true for n + 1 regions. |