The base step is pretty obvious: $1 \geq \frac{2}{3}$.
Then we assume that $P(k)$ is true for some $k \in \mathbb{Z}^{+}$ and try to prove $P(k+1)$. So I have
$ \sqrt{1}+\sqrt{2}+...+\sqrt{k} + \sqrt{k+1} \geq \frac{2}{3}k\sqrt{k}+\sqrt{k+1}$
by the induction hypothesis. But I'm not too sure how to proceed to prove that this is also greater than $\frac{2}{3}(k+1)\sqrt{k+1}$.
Would appreciate any help!
You hope to have $$\frac23k\sqrt k+\sqrt{k+1}\stackrel?\ge \frac23(k+1)\sqrt{k+1} $$ or equivalently after simple transformations, $$\frac23k\sqrt k+\sqrt{k+1}\stackrel?\ge \frac23k\sqrt{k+1} +\frac23\sqrt{k+1},$$ $$\frac13\sqrt{k+1}\stackrel?\ge \frac23k\sqrt{k+1}-\frac23k\sqrt k,$$ $$\sqrt{k+1}\stackrel?\ge 2k(\sqrt{k+1}-\sqrt k).$$ A good trick when seeing differences of square roots is often to multiply with their sum, so here $$\sqrt{k+1}(\sqrt{k+1}+\sqrt k)\stackrel?\ge 2k(\sqrt{k+1}-\sqrt k)(\sqrt{k+1}+\sqrt k)=2k((k+1)-k)=2k.$$ And now the claim is clear as we indeed have $$2k=\sqrt k(\sqrt k+\sqrt k)<\sqrt{k+1}(\sqrt{k+1}+\sqrt k). $$