回复:It is true when n=1; then assume that it is true when n=i and

来源: 2013-07-28 23:02:04 [旧帖] [给我悄悄话] 本文已被阅读:

It is true when n=1; then assume that it is true when n=i and prove that it is true when n=I+1.
Proof:
It is true when n=1: 1 = 1*1
Assuming 1+3+5+...+(2i-1) = i * i (a)
we want to prove
1+3+5+...+(2i-1) + (2i + 1) =( i +1)*( i+1)
Substituting (a) we have
Left = i *i + 2i + 1 = Right