Motivation: To find the maximum value of $c$ in 2.4-1 Lemma (Linear combinations) of the book Kreyszig - Introductory Functional Analysis with Applications for $X=\mathbb{R^n}$ which reduces to solving the following question:
What is the minimum value of $\dfrac{a_1^2+a_2^2+\dots+a_n^2}{(a_1+a_2+\dots+a_n)^2}$ for $a_i \ge 0$?
For $n=2$, it is easy: let $x=a_1/a_2$ and the minimum occurs when $x=1$ or $a_1=a_2$.
For $n>2$, I tried the techniques that I had learnt from multi-variable Calculus but it gets quite complicated with no light ahead!
Let $\vec{a} = \begin{bmatrix}a_1 & a_2 & \cdots & a_n\end{bmatrix}^T$ and $\vec{1} = \begin{bmatrix}1 & 1 & \cdots & 1\end{bmatrix}^T$. Using the Cauchy-Schwarz Inequality, we have
\begin{align*} \|\vec{a}\|^2 \|\vec{1}\|^2 &\ge (\vec{a} \cdot \vec{1})^2 \\ (a_1^2+a_2^2+\cdots+a_n^2)(1^2+1^2+\cdots+1^2) &\ge (a_1\cdot 1+a_2\cdot 1+\cdots+a_n\cdot 1)^2 \\ n(a_1^2+a_2^2+\cdots+a_n^2) &\ge (a_1+a_2+\cdots+a_n)^2 \\ \dfrac{a_1^2+a_2^2+\cdots+a_n^2}{(a_1+a_2+\cdots+a_n)^2} &\ge \dfrac{1}{n} \end{align*}
Equality holds iff $\vec{a}$ and $\vec{1}$ are parallel, i.e. $a_1 = a_2 = \cdots = a_n$. (Also, we need the $a_i$'s to be non-zero.)