Prove that 1n+1+1n+2+....+12n>1324, for all natural numbers n > 1.
1n+1+1n+2+...+12n>1324,
Using induction we first show this is true for n = 2 : 13+14=712=1424>1324(True)
Now lets assume it is true for some n = k,
Sk=1k+1+1k+2+....+12k>1324
Finally we need to prove that this implies it is also true for n = k + 1 ;
sk+1=1k+2+1k+3+....+12k+2
=−1k+1+1k+1+1k+2+1k+3+.....+12k+12k+1+12k+2
=−1k+1+Sk+12k+1+12k+2
=Sk+12(2k+1)(k+1)>Sk
∴Sk+1>1324