Mark44 said:
Yes, I agree, the problem should have been worded more clearly. But assuming that the problem really means for n >= 2, can the OP continue from there?
First, by using n=2 for the basis, I confirmed that the equation is true.
Then,
Assume true for n=k
1+2(2+3+4+···+k)+(k+1)=(k+1)
2-1 for all k within N
Show true for n=k+1
1+2(2+3+4+···+k+k+1)+(k+1)+(k+1+1)=(k+1+1)
2-1
I'm trying to contradict this somehow, and went through with it unsuccessfully as follows:
For sake of contradiction:
1+2(2+3+4+···+k+k+1)+(k+1)+(k+1+1)=/=(k+1+1)
2-1
Subtract original (without the added 1):
1+2(2+3+4+···+k+k+1)+(k+1)+(k+1+1)-(1+2(2+3+4+···+k)+(k+1))=/=(k+1+1)
2-1-((k+1)
2-1)
Simplify:
2(k+1)+(k+1+1)=/=(k+1+1)
2-(k+1)
2
2(k+1)+(k+2)=/=(k+2)
2-(k+1)
2
2(k+1)+(k+2)=/=k
2+4k+4-(k
2+2k+1)
2k+2+k+2=/=2k+3
3k+4=/=2k+3
Which comes out to be true - I want it to be false for contradiction. In similar problems where instead of the equations being equal to each other, they were ≥ or ≤ to each other, and I would simply switch the direction and take out the "or equals to" line and do the same thing as above, but it would prove to be false, showing contradiction, and proving the original statement as true. Since this one is using an equals sign, is it possible to do it with this method? If I used a less than sign it would come out false, but I don't think that's appropriate, so I'll have to probably find a different method to use.