43

Many examples of induction are silly, in that there are more natural methods available. Could you please post examples of induction, where it is required, and which are simple enough as examples in a course on proofs (or which includes proofs, e.g. a first course on discrete mathematics)?

Mike Shulman
  • 6,560
  • 21
  • 53
vonbrand
  • 12,306
  • 3
  • 27
  • 59
  • 1
    There is discussion on this at Mathematics Stack Exchange: http://math.stackexchange.com/questions/423513/how-to-teach-mathematical-induction/427895#427895 – Mike Jones Aug 24 '14 at 14:59
  • 9
    I want to challenge the premise here just a little - not because I don't agree with it, but because it implies that induction isn't "needed" for e.g. the famous sum of the first $n$ positive integers. Okay, it isn't - but how exactly do you show that the "reverse 'em and divide by two" method works for all n? Any time we use "dot dot dot" or "and so on" we need to be careful; even if we're not actually using Well-Ordering implicitly then it is still worth pointing out when "dot dot dot" can lead to trouble. We are careful about this with series, we should be with "non-induction" as well. – kcrisman Mar 08 '16 at 15:31
  • 2
    Comment: I'm not so sure that the use of "non silly" examples, at least at first, is the best pedagogical practice. I suspect the problem with the classic example is that it bothers you, not the class. Furthermore, non-silly examples are likely to be more complicated (at least in terms of the appearance of the algebra, number of symbols). It is better when learning a new method to do it with something simple, not complicated. Similarly, I think the geometric chess board examples are not a good way to introduces induction to kids first learning induction in algebra 2 class. (cont. see below) – guest Jul 07 '19 at 20:48
  • 1
    continuation of comment by guest converted from answer: Also, it's maybe even a feature, not a bug, that there is comparison to other proofs. As it gives added psychological comfort in the result. – quid Jul 10 '19 at 12:00
  • 2
    @Guest, I'm looking for extra examples that my students don't feel are pointless, perhaps that prove some surprising fact. – vonbrand Aug 10 '19 at 23:01

28 Answers28

35

The problem with induction proofs is that too often the problem is given by "Prove that..."

After a few examples and explanations of induction, if the students know elementary calculus, the following sequence might prove interesting:

  1. Find the first ten derivatives of $x\cdot e^x$.
  2. What seems to be the formula for the $n$th derivative of $x\cdot e^x$?
  3. Prove that your formula is right by induction.
  4. Find and prove a formula for the $n$th derivative of $x^2\cdot e^x$. When looking for the formula, organize your answers in a way that will help you; you may want to drop the $e^x$ and look at the coefficients of $x^2$ together and do the same for $x$ and the constant term.

I'd have the students work this out in class and in teams of two and their work was corrected and counted as a homework. Of course, the use of a CAS helped getting rid of the messy part of finding derivatives. Not all students found this interesting. But those who did started to learn what it was to do (elementary) research.

wythagoras
  • 285
  • 1
  • 11
MasB
  • 767
  • 4
  • 5
25

Two more examples.

  1. Proving that a $2^n \times 2^n$ chessboard with a single square missing can be covered using L-shaped (made out of three squares) pieces.

  2. Proving that a convex $n$-gon can be divided into $n-2$ triangles.

Santiago Canez
  • 1,293
  • 2
  • 10
  • 11
  • 2
  • I think this is a great example; so I posted a bit about its history in this same thread. 2. Perhaps you want to say a convex $n$-gon? The statement is true as is, but I'm not sure whether the more general proof qualifies as simple...
  • – Benjamin Dickman Apr 03 '14 at 01:54
  • 3
    True on 2, thanks! – Santiago Canez May 20 '14 at 23:11