I am an Advanced level math student and we were given to prove the following inequality for homework,
If $a,b,c,p,q,r$ are positive real numbers show that, $(a^2+b^2+c^2)(p^2+q^2+r^2)\geq(ap+bq+cr)^2$
I actually gave this problem a try and below is what I have done so far,
By using the arithmetic and geometric inequality theorem we can obtain the following three results,
$\frac{a^2+b^2+c^2}{3}\geq (\sqrt[3]{abc})^2------>(1)$
$\frac{p^2+q^2+r^2}{3}\geq (\sqrt[3]{pqr})^2------>(2)$
$\frac{ap+bq+cr}{3}\geq \sqrt[3]{apbqcr}------>(3)$
From $(1)\times(2)$ we get,
$\frac{(a^2+b^2+c^2)(p^2+q^2+r^2)}{9}\ge(\sqrt[3]{abcpqr})^2------>(4)$
By obtaining the square of the relationship (3), we get,
$\frac{(ap+bq+cr)^2}{9}\geq (\sqrt[3]{apbqcr})^2------>(5)$
From $\frac{(4)}{(5)}$ we get,
$\frac{(a^2+b^2+c^2)(p^2+q^2+r^2)}{(ap+bq+cr)^2}\ge1\Rightarrow (a^2+b^2+c^2)(p^2+q^2+r^2) \ge (ap+bq+cr)^2$
Here, what I do not understand is, I know that we can not divide two inequalities by each other. So I know there must be a mistake in my proof when I did the $\frac{(4)}{(5)}$. So how can I get the correct proof without dividing the two inequalities? What is the correct way to obtain the given relationship?
I would be really grateful if you can answer my question. Thanks.
Can't this be shown directly?
$(a^2+b^2+c^2)(p^2+q^2+r^2) ≥ (ap+bq+cr)^2$
\begin{array}{ccccccccccccc} a^2p^2 &+ &a^2q^2 &+ &a^2r^2 &+ &≥ &a^2p^2 &+ &abpq &+ &acpr &+\\ b^2p^2 &+ &b^2q^2 &+ &b^2r^2 &+ & &abpq &+ &b^2q^2 &+ &bcqr &+\\ c^2p^2 &+ &c^2q^2 &+ &c^2r^2 & & &acpr &+ &bcqr &+ &c^2r^2 & \newline \newline & &a^2q^2 &+ &a^2r^2 &+ &≥ & & &abpq &+ &acpr &+\\ b^2p^2 & & &+ &b^2r^2 &+ & &abpq & & &+ &bcqr &+\\ c^2p^2 &+ &c^2q^2 & & & & &acpr &+ &bcqr & & &\\ \newline & &a^2q^2 &+ &a^2r^2 &+ &≥ &2abpq &+\\ b^2p^2 & & &+ &b^2r^2 & & &2acpr &+\\ c^2p^2 &+ &c^2q^2 & & & & &2bcqr\\ \end{array}
\begin{array}{ccccc} a^2q^2 &+ &b^2p^2 &≥ &2abpq\\ a^2r^2 &+ &c^2p^2 &≥ &2acpr\\ b^2r^2 &+ &c^2q^2 &≥ &2bcqr\\ \end{array}
\begin{equation}\begin{aligned} q^2/b^2 + p^2/a^2 &≥ 2pq/ab\\ q' &= q/b\\ p' &= p/a\\ q'^2 + p'^2 &≥ 2p'q'\\ q'^2 - 2p'q' + p'^2 &≥ 0\\ (q' - p')^2 &≥ 0\\ \end{aligned} \end{equation}