Asked to prove that for $n \in \mathbb{Z^+}$:
$\sqrt{1}+\sqrt{2}+...+\sqrt{n}\ge\frac{2}{3}n\sqrt{n}$ by mathematical induction.
My inductive hypothesis is then:
$\sqrt{1}+\sqrt{2}+...+\sqrt{k}\ge\frac{2}{3}k\sqrt{k}$
I've come to this step:
$\sqrt{1}+\sqrt{2}+...+\sqrt{k}+\sqrt{k+1}\ge\frac{2}{3}k\sqrt{k}+\sqrt{k+1}$
I know that I want the RHS to read $\frac{2}{3}k\sqrt{k+1}+\frac{2}{3}\sqrt{k+1}$ but I'm not sure how to get from the last line to this line while ensuring the inequality still holds ... What am I missing?