1

Why is it that when we derive, say, a closed form to the series $1+2+\dotsc+n$, which is $\frac{n(n+1)}{2}$, it is almost habitual to do a proof by induction on the equation? If the $n$ was arbitrarily chosen at the beginning of the series, and then the closed form was deduced, why bother with PMI to see if it works for all $n \in \mathbb{N}$? The $n$ was arbitrary, so it should work for all $n$ by default.

J. Dunivin
  • 3,103
  • If the sum was obtained in some other way, for example via the "Gauss" trick, I think of induction as superfluous. However, if the general sum was just conjectured on the basis of some numerical evidence, then proof is needed, and induction may be a right tool. – André Nicolas Nov 04 '15 at 01:46
  • You don't have to use induction, there are other methods to derive the equation. However induction is natural on this type of question because it's easy to split $1+\ldots +n$ into $1 +\ldots +n-1 +n$ which allows you to use your induction hypothesis. – Ben Nov 04 '15 at 01:47
  • Are you suggesting that if a formula works for some number you pull out of thin air then we should conclude that the formula works for all numbers? – John Douma Nov 04 '15 at 01:57
  • So if we had a pattern like

    $\mathrm{log}_2(3)\cdot \mathrm{log}_3(4)\cdot \mathrm{log}(5) \cdot \dotsc \cdot \mathrm{log}_n(n+1)$

    and derive the closed form $ \mathrm{log}_2 (n+1)$ that equals the above product, would it be necessary to prove by induction that the equation holds for all $n$?

    @JohnDouma No.

    – J. Dunivin Nov 04 '15 at 02:01
  • 1
    No. If you have a closed form derivation, induction is not necessary. You usually use induction because you don't have a closed form derivation. However, if your closed form derivation is based on the conjecture of a pattern, then you need a proof. – John Douma Nov 04 '15 at 02:04

1 Answers1

0

What if I told you that $1+2+3+\ldots+n$ was equal to $n^2$? The $n$ here is arbitrary, so it should work for all $n$. If you're really a skeptic, you can check it for $n=1$ and even $n=0$. Trust me, I deduced this the other night - it's definitely correct.

The point here is that we do not initially know whether two things are equal. If you wish to show that $1+2+3+\ldots+n$ equals $\frac{n(n+1)}2$ for all $n$, you need to come up with some proof of this and induction is one easy method to do this. Of course, other means to prove things like this exist, and may line up better with how you would go about deriving the result if you didn't know it, but some verification is necessary, and induction is a nice straightforwards method to use.

Milo Brandt
  • 60,888
  • You missed the part(at the beginning) of my post where I said we already derived the closed form for the finite series, so my question is what is the point of pmi if we already derived the closed form and the $n$ was arbitrarily chosen prior to the derivation. – J. Dunivin Nov 04 '15 at 02:11
  • @BenedictVoltaire My last sentence alludes to this. What precisely do you mean by "derivation"? Because it might just be another proof (or possibly induction in disguise) – Milo Brandt Nov 04 '15 at 02:13