If $x_1,...,x_n$ are positive real numbers and if $y_k=1/x_k$, prove that $$\left(\sum^n_{k=1}x_k\right)\left(\sum^n_{k=1}y_k\right)\geq n^2.$$
I've been learning induction, and I've come across this problem that I really can't even break down and begin to think about. I've been told it has something to do with Cauchy-Schwarz, but I cannot figure out how to apply it. I would appreciate help figuring out how to go about and formulate this proof. Thanks!
There are couple of ways to prove this. One way is via AM-GM, i.e., we have $$\sum_{k=1}^n x_k \geq n \sqrt[n]{x_1 x_2 \ldots x_n}$$ and $$\sum_{k=1}^n \dfrac1{x_k} \geq n \sqrt[n]{\dfrac1{x_1 x_2 \ldots x_n}}$$ Multiplying the two, we get what we want.
Another way is consider the vectors $$\left(\sqrt{x_1},\sqrt{x_2}, \ldots, \sqrt{x_n} \right) \text{ and }\left(\dfrac1{\sqrt{x_1}},\dfrac1{\sqrt{x_2}}, \ldots, \dfrac1{\sqrt{x_n}} \right)$$ and apply Cauchy-Schwarz to get what you want.