... said:
Prove that if n is a natural number then
1 + ( 1/sqrt(2) ) + ( 1/sqrt(3) ) + ... + ( 1/sqrt(n) ) >= sqrt(n)
>= means greater or equal to;
topic says induction take2, so if u wanna use induction..
to get from n=k to n=k+1:
for n=k+1, u need 1 + ( 1/sqrt(2) ) + ( 1/sqrt(3) ) + ... + ( 1/sqrt(n) ) + 1/sqrt(n+1) >= sqrt(n+1)
which is true if u can prove sqrt(n) + 1/sqrt(n+1) >= sqrt(n+1), due to the assumption
and this is also true if u can prove sqrt(n(n+1)) + 1 >= n+1, ie. sqrt(n^2 + n) >= n
and this final thing is clearly true, since sqrt(n^2+n) >= sqrt(n^2) = n
write it up properly of course