Is My Proof by Induction Correct?

  • Thread starter Thread starter zooxanthellae
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary
SUMMARY

The forum discussion centers on proving the formula for the sum of cubes, specifically that \(1^3 + ... + n^3 = (1 + ... + n)^2\), using mathematical induction. The user successfully demonstrates the base case for \(n=1\) and attempts to prove the inductive step by showing that if the formula holds for \(n\), it also holds for \(n+1\). The discussion highlights the importance of clear expression in mathematical proofs and suggests that a more concise approach can be adopted for clarity and efficiency.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with algebraic manipulation
  • Knowledge of summation formulas, specifically \(1 + ... + n = \frac{n(n+1)}{2}\)
  • Basic understanding of polynomial identities
NEXT STEPS
  • Study the principles of mathematical induction in depth
  • Learn about algebraic proofs and simplifications
  • Explore other summation formulas and their proofs
  • Practice writing concise mathematical proofs for various identities
USEFUL FOR

Students of mathematics, educators teaching proof techniques, and anyone interested in improving their skills in mathematical reasoning and induction proofs.

zooxanthellae
Messages
157
Reaction score
1

Homework Statement



Prove the formula by induction:

[tex]1^3 + ... + n^3 = (1 + ... + n)^2[/tex]

Homework Equations



[tex]1 + ... + n = n(n+1)/2[/tex]

The Attempt at a Solution



I started by showing that the formula holds for 1, since:

[tex]1^3 = (1)^2 = 1[/tex]

Then I set about trying to prove that, if [tex]n[/tex] is true then [tex]n+1[/tex] is true as well, since this would prove the formula since we have our first validation of [tex]n[/tex] in the correct formula for [tex]1^3[/tex]. Here goes:

[tex]1^3 + ... + n^3 = (1 + ... + n)^2[/tex]

[tex]1^3 + ... + n^3 + (n+1)^3 = (1 + ... + n)^2 + (n + 1)^3[/tex]

Now I'll work with [tex](1 + ... + n)^2 + (n + 1)^3[/tex], since that is equivalent to [tex]1^3 + ... + n^3 + (n + 1)^3[/tex].

I'm trying to prove, then, that [tex](1 + ... + n)^2 + (n + 1)^3 = (1 + ... + n + n + 1)^2[/tex].

[tex](1 + ... + n)^2 + (n + 1)^3 = (1 + ... + n + n + 1)^2[/tex]

[tex](n + 1)^3 = (1 + ... + n + n + 1)^2 - (1 + ... + n)^2[/tex]

[tex](n + 1)^3 = 2(n + 1)(1 + ... + n) + (n + 1)^2[/tex]

Next I used the relevant equation:

[tex](n + 1)^3 = 2(n + 1)(n(n + 1)/2) + (n + 1)^2[/tex]

Now it's just basic algebra:

[tex](n + 1)^3 = (n + 1)(n)(n + 1) + (n + 1)^2[/tex]

[tex](n + 1)(n+1)(n+1) = (n+1)(n^2 + n) + (n^2 + 2n + 1)[/tex]

[tex](n^2 + 2n + 1)(n + 1) = (n^3 + 2n^2 + n) + (n^2 + 2n + 1)[/tex]

[tex]n^3 + 3n^2 + 3n + 1 = n^3 + 3n^2 + 3n + 1[/tex]

Therefore:

[tex](1 + ... + n)^2 + (n + 1)^3 = (1 + ... + n + n + 1)^2[/tex].

Therefore:

[tex](1 + ... + n + n + 1)^2 = (1^3 + ... + n^3 + (n+1)^3)[/tex].

So what is true for [tex]n[/tex] is true for [tex]n + 1[/tex] and the proof by induction seems to be complete. I just learned this method of proof, so critiques appreciated. Sorry for how long it is! I have a feeling it could be cleaned up more than a little bit.

Thanks.
 
Physics news on Phys.org
zooxanthellae said:

Homework Statement



Prove the formula by induction:

[tex]1^3 + ... + n^3 = (1 + ... + n)^2[/tex]


Homework Equations



[tex]1 + ... + n = n(n+1)/2[/tex]


The Attempt at a Solution



I started by showing that the formula holds for 1, since:

[tex]1^3 = (1)^2 = 1[/tex]

Then I set about trying to prove that, if [tex]n[/tex] is true then [tex]n+1[/tex] is true as well, since this would prove the formula since we have our first validation of [tex]n[/tex] in the correct formula for [tex]1^3[/tex].
Something like "... if the statement is true for n, then it will be true for n + 1" is what you want to say. n is a number, not something that is true or false.

What you have is a sequence of statements P(1), P(2), ..., P(n), P(n + 1), ... You show that P(1) or some other base-case statement is true, then show that if P(n) is true, it necessarily follows that P(n + 1) is true as well.
zooxanthellae said:
Here goes:

[tex]1^3 + ... + n^3 = (1 + ... + n)^2[/tex]
OK, this is P(n).
zooxanthellae said:
[tex]1^3 + ... + n^3 + (n+1)^3 = (1 + ... + n)^2 + (n + 1)^3[/tex]
And this is P(n + 1).
zooxanthellae said:
Now I'll work with [tex](1 + ... + n)^2 + (n + 1)^3[/tex], since that is equivalent to [tex]1^3 + ... + n^3 + (n + 1)^3[/tex].

I'm trying to prove, then, that [tex](1 + ... + n)^2 + (n + 1)^3 = (1 + ... + n + n + 1)^2[/tex].
Don't start off assuming what you want to show. Start with 1^3 + 2^3 + ... + n^3 + (n + 1)^on the left side and work with it until you reach (1 + 2 + ... + n + (n + 1))^2.

BTW, you can cut probably half or more of what you have below.
zooxanthellae said:
[tex](1 + ... + n)^2 + (n + 1)^3 = (1 + ... + n + n + 1)^2[/tex]

[tex](n + 1)^3 = (1 + ... + n + n + 1)^2 - (1 + ... + n)^2[/tex]

[tex](n + 1)^3 = 2(n + 1)(1 + ... + n) + (n + 1)^2[/tex]

Next I used the relevant equation:

[tex](n + 1)^3 = 2(n + 1)(n(n + 1)/2) + (n + 1)^2[/tex]

Now it's just basic algebra:

[tex](n + 1)^3 = (n + 1)(n)(n + 1) + (n + 1)^2[/tex]

[tex](n + 1)(n+1)(n+1) = (n+1)(n^2 + n) + (n^2 + 2n + 1)[/tex]

[tex](n^2 + 2n + 1)(n + 1) = (n^3 + 2n^2 + n) + (n^2 + 2n + 1)[/tex]

[tex]n^3 + 3n^2 + 3n + 1 = n^3 + 3n^2 + 3n + 1[/tex]
Above, you have reached a statement that is identically true. If you can convince yourself and me that all of your steps are reversible operations, then you can conclude that the original equation must also be true.

A better way to do things, IMO, is to start with
[tex](1 + ... + n)^2 + (n + 1)^3[/tex]

and work with it to reach
[tex](1 + ... + n + n + 1)^2[/tex]

zooxanthellae said:
Therefore:

[tex](1 + ... + n)^2 + (n + 1)^3 = (1 + ... + n + n + 1)^2[/tex].

Therefore:

[tex](1 + ... + n + n + 1)^2 = (1^3 + ... + n^3 + (n+1)^3)[/tex].

So what is true for [tex]n[/tex] is true for [tex]n + 1[/tex] and the proof by induction seems to be complete. I just learned this method of proof, so critiques appreciated. Sorry for how long it is! I have a feeling it could be cleaned up more than a little bit.

Thanks.

[tex]1^3 + 2^3 ... + n^3 + (n + 1)^3 = (1 + 2 + ... + n)^2 + (n + 1)^3 \text{By induction hypothesis}[/tex]
[tex]= (\frac{n(n + 1)}{2})^2 + (n + 1)^3[/tex]
[tex]= \frac{n^2(n + 1)^2}{4} + \frac{4(n + 1)^3}{4}[/tex]
[tex]= \frac{(n + 1)^2(n^2 + 4n + 4)}{4} = \frac{(n + 1)^2(n + 2)^2}{4}[/tex]
[tex]= (1 + 2 + ... + n + (n + 1))^2[/tex]
Therefore (you should use this only once)
[tex]1^3 + 2^3 ... + n^3 + (n + 1)^3 = (1 + 2 + ... + n + (n + 1))^2[/tex]
 
Mark44 said:
Something like "... if the statement is true for n, then it will be true for n + 1" is what you want to say. n is a number, not something that is true or false.

This was an error of expression on my part. I meant what you said (that " the statement is true for n".)

...Don't start off assuming what you want to show. Start with 1^3 + 2^3 + ... + n^3 + (n + 1)^on the left side and work with it until you reach (1 + 2 + ... + n + (n + 1))^2.

Again this is an error of expression on my part. By writing that, I was really trying to say something along the lines of "can we prove that this expression is true?" However, I will keep your point in mind in future problems, since I can see how what I wrote is actually wrong.

BTW, you can cut probably half or more of what you have below.
Above, you have reached a statement that is identically true. If you can convince yourself and me that all of your steps are reversible operations, then you can conclude that the original equation must also be true.

A better way to do things, IMO, is to start with
[tex](1 + ... + n)^2 + (n + 1)^3[/tex]

and work with it to reach
[tex](1 + ... + n + n + 1)^2[/tex]
...

Ah, I can see how your way accomplishes the same result in a much shorter time (and so, I guess, is a better proof). I suppose my long-winded proof is the way it is because I didn't stop to clean it up any (the proof is the thought process I went through).
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
6
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K