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?
I just propose an other solution :
If $f:[0,1]\to \mathbb R$ is increasing, and if $0=x_0<x_1<...<x_n=1$, then $$\sum_{k=0}^{n-1}(x_{k+1}-x_k)f(x_k)\leq \int_0^1 f\leq \sum_{k=0}^{n-1}(x_{k+1}-x_k)f(x_{k+1}).$$
Since $x\mapsto \sqrt x$ is increasing on $[0,1]$, taking $x_k=\frac{k}{n}$, $k=0,...,n$ you therefore have
$$\frac{1}{n}\sum_{k=1}^n\sqrt{\frac{k}{n}}=\frac{1}{n}\sum_{k=0}^{n-1}\sqrt{\frac{k+1}{n}}\geq \int_0^1\sqrt x\,\mathrm d x=\left[\frac{2}{3}x^{\frac{3}{2}}\right]_{0}^1=\frac{2}{3}.$$
The claim follow.