Let $x_1,...,x_n > 0$. I'm having troubles proving this formula via induction: $$ (x_1 + \ldots + x_n)\left(\frac1{x_1} + \ldots + \frac1{x_n}\right) \ge n^2 $$
So far, I've managed to rewrite it like this: $$ \sum_{k=1}^n x_k \sum_{k=1}^n \frac{1}{x_k} \ge n^2 $$
Also the base case seems simple enough: $1 + 1/1 \ge 1^2$. However, this is where I got stuck and I can't seem to be able to solve this any further.