Having trouble with the concept of proving an inequality.
Q: Prove by induction that $\sum_{i=1}^n \frac{1}{\sqrt i} > \sqrt n$ for all integers $n \ge 2$
Here is what I have so far:
Basis ($n=2$)
$\sum_{i=1}^n \frac{1}{\sqrt i} = \frac{1 + \sqrt 2}{\sqrt 2} > \frac{1 + 1}{\sqrt 2} = \sqrt 2$
Inductive Step
(IH): Let $k \ge 2$ be an integer and suppose that $\sum_{i=1}^k \frac{1}{\sqrt i} > \sqrt k$
We want to prove that $\sum_{i=1}^{k+1} \frac{1}{\sqrt i} > \sqrt {k+1}$
So,
$$\sum_{i=1}^{k+1} \frac{1}{\sqrt i} = \left( \sum_{i=1}^k \frac{1}{\sqrt i} \right) + \frac {1}{\sqrt {k+1}}$$
$$\sum_{i=1}^{k+1} \frac{1}{\sqrt i} > \sqrt k + \frac {1}{\sqrt {k+1}}$$
$$\sum_{i=1}^{k+1} \frac{1}{\sqrt i} > \frac{\sqrt{k+1} \sqrt k}{\sqrt{k+1}} + \frac{1}{\sqrt{k+1}}$$
$$\sum_{i=1}^{k+1} \frac{1}{\sqrt i} > \frac{\sqrt{k+1} \sqrt k + 1}{\sqrt{k+1}}$$
And now I do not understand where to go from here to get my proof. I don't know what I'm supposed to compare here?
Based on your derivation, it suffices to show that $$ \sqrt{k+1}\sqrt{k} + 1 \ge k+1. $$ This can be shown as follow: $$ (k+1)k = k^2 + k > k^2. $$ Then you're done!