Let $a_1,a_2,\dots,a_n$ be non-negative real numbers such that for any $k\in\mathbb{N},k\le n$ $$a_1+a_2+\dots+a_k\ge\sqrt k$$ Prove that $$a_1^2+a_2^2+\dots+a_n^2\ge\frac14\left(1+\frac12+\dots+\frac1n\right)$$
I just want to verify my proof. This is my solution:
By definition I have
$$a_1+a_2+\dots+a_{k-1}\ge\sqrt{k-1}$$
So, minimal value of $a_1+a_2+\dots+a_{k-1}$ is $\sqrt{k-1}$. Now I have
$$a_1+a_2+\dots+a_{k-1}+a_k\ge\sqrt k$$
which means that $a_k\ge\sqrt{k}-\sqrt{k-1}$. This is true for any $k\le n$, so for $k=n$ I need to prove that $a_1^2+a_2^2+\dots+a_n^2\ge\frac14\left(1+\frac12+\dots+\frac1n\right)$. Suppose that
$$a_k^2-\frac1{4k}<0$$
If this inequality isn't true for minimal value of $a_k$, then it cannot be true for any other value of $a_k$, so let's check it:
$$
\left( \sqrt k-\sqrt{k-1} \right)^2-\frac1{4k}<0\\
4k\left(k-2\sqrt{k^2-k}+k-1\right)-1<0\\
8k^2-8k\sqrt{k^2-k}-4k-1<0\\
8k^2-4k-1<8k\sqrt{k^2-k}
$$
We can see that RHS if positive for all $k$. Now I need to check on which interval is LHS positive. After solving quadratic inequality I got $8k^2-4k-1>0$ for $k\in\left(-\infty,\frac{1-\sqrt3}{4}\right)\cup\left(\frac{1+\sqrt3}{4},\infty\right)$ which is true for any $k$, so I can square both sides:
$$
64k^4+16k^2+1-64k^3-16k^2+8k<64k^3-64k^2\\
8k+1<0
$$
Which isn't true, so it is contradiction. Thus the proof is completed. Does my proof have mistakes? Did I assumed somethig that may not be true? Is there an easier way?