Proving the Induction Relationship: 1 = 1, 1 - 2^2 = -(1+2), and More!

In summary, the conversation discusses a relationship between sums and differences of squares for natural numbers. It is proven that this relationship is true for all natural numbers using the induction method and the well-known summation property.
  • #1
Venomily
15
0
[tex]1 = 1[/tex]
[tex]1 - 2^2 = -(1+2)[/tex]
[tex]1 - 2^2 + 3^2 = (1+2+3)[/tex]
[tex]1^2 - 2^2 + 3^2 - 4^2 = -(1+2+3+4)[/tex]

and so on.

I have to prove that this relationship is true for all natural numbers. This is what I did:

clearly it is true for 1, 2, 3 and 4.

assume true for n odd:

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

tidying things up a bit and inducting (n+1) and (n+2) we can obtain this pattern:

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

The [tex]((n+1)^2 - (n+1))[/tex] from the LHS cancels with the [tex](n^2 + n)[/tex] on the RHS if you play around with it, therefore the equality holds for every n+2 given any n >= 4. The same argument can be applied to the case in which n is even, QED.
 
Last edited:
Mathematics news on Phys.org
  • #2
Venomily said:
assume true for n:

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

If you're going to assume true for n, then on the very next line you have +n2 as the last term on the LHS and a positive sum on the RHS, then you should specify "assume true for n odd" or something along those lines.

Also, it's unnecessary to take it in two cases, just set up your assumption as,

Assume true for n=k:

[tex]1^2 - 2^2 + 3^2 - ... + (-1)^{k-1}k^2=(-1)^{k-1}(1+2+3+...+k)[/tex]

Now prove it is true for n=k+1.
 
  • #3
Mentallic said:
If you're going to assume true for n, then on the very next line you have +n2 as the last term on the LHS and a positive sum on the RHS, then you should specify "assume true for n odd" or something along those lines.

Also, it's unnecessary to take it in two cases, just set up your assumption as,

Assume true for n=k:


[tex]1^2 - 2^2 + 3^2 - ... + (-1)^{k-1}k^2=(-1)^{k-1}(1+2+3+...+k)[/tex]

Now prove it is true for n=k+1.

@bold, how would you go about proving it then? rearranging the expression would be tedious with a multiplier (is there a better way?). I thought it would be easier to take the two cases since if you prove one case you imply the other.

EDIT: nvm, I found a more refined way of doing it using the (-1)^k-1, thanks.
 
Last edited:
  • #4
If you use the well known summation property [tex]1+2+3+...+n=\frac{n(n+1)}{2}[/tex] it becomes very easy to solve.
 
  • #5
Mentallic said:
If you use the well known summation property [tex]1+2+3+...+n=\frac{n(n+1)}{2}[/tex] it becomes very easy to solve.

thanks, I forgot about using known results :p Yes, it becomes very easy now.
 

1. What is a proof by induction?

A proof by induction is a mathematical technique used to prove that a statement is true for all natural numbers. It involves two steps: the base case, where the statement is proven to be true for the first value of n, and the inductive step, where it is shown that if the statement is true for n, it is also true for n+1.

2. When is proof by induction used?

Proof by induction is commonly used to prove properties of natural numbers, such as the sum or product of a series of numbers. It can also be used to prove properties of recursive algorithms or data structures.

3. What is the difference between strong and weak induction?

Strong induction is a variation of proof by induction that uses the assumption that the statement is true for all values from 1 to n, rather than just n. Weak induction only uses the assumption that the statement is true for n. Strong induction can be used in cases where weak induction may not be sufficient.

4. What are the potential pitfalls of proof by induction?

One potential pitfall is assuming that the statement is true for n+1 without properly proving it. Another is incorrectly assuming that the statement is true for n based on a limited number of previous cases. It is important to make sure the base case is true and to carefully follow the inductive step.

5. Can proof by induction be used for all types of mathematical statements?

No, proof by induction is specifically used for statements that involve natural numbers. It cannot be used for statements involving real or complex numbers, as the concept of "next number" does not apply in those cases. Other proof techniques, such as proof by contradiction or direct proof, may be more appropriate for those types of statements.

Similar threads

Replies
13
Views
1K
  • General Math
Replies
8
Views
2K
Replies
1
Views
755
Replies
6
Views
1K
Replies
1
Views
626
Replies
55
Views
3K
Replies
5
Views
2K
Replies
2
Views
1K
Replies
7
Views
3K
Back
Top