Show that
\begin{equation} \forall (a, b, c) \ \in \mathbf{R}: \frac{a^2}{b^2} + \frac{b^2}{c^2} + \frac{c^2}{a^2} \ge \frac{b}{a} + \frac{c}{b} + \frac{a}{c} \end{equation}
My approach was as follows: multiplying both sides by $a^2b^2c^2$, we get
\begin{equation} a^4c^2 + b^4a^2 + c^4b^2 \ge b^3c^2a + c^3a^2b + a^3b^2c \end{equation}
Now, introduce the following notation:
\begin{equation} \begin{bmatrix} a_1 & a_2 & \dots & a_n \\ b_1 & b_2 & \dots & b_n \end{bmatrix} = a_1b_1 + a_2b_2 + \dots + a_nb_n. \end{equation}
Thus, we can write the above inequality as:
\begin{gather*} a^4c^2 + b^4a^2 + c^4b^2 \ge b^3c^2a + c^3a^2b + a^3b^2c \\ \iff a^3c^2a + b^3a^2b + c^3b^2c \ge b^3c^2a + c^3a^2b + a^3b^2c \\ \iff \begin{bmatrix} a^3 & b^3 & c^3 \\ c^2a & a^2b & b^2c \end{bmatrix} \ge \begin{bmatrix} a^3 & b^3 & c^3 \\ b^2c & c^2a & a^2b \end{bmatrix} \end{gather*}
Now, assume that $a \le b\le c$ (note that the inequality is not symmetric, but the same argument as is about to be made could be made assuming any other order of the variables as well). If we look at the $RHS$ of the above inequality, we see that we have the two arrays $A = (a^3, b^3, c^3), B = (b^2c, c^2a, a^2b)$. If $a \le b \le c$, we have that $a^3 \le b^3 \le c^3$, which is equivalent to $A$ being strictly increasing. Moreover, we see that the last element of $B$ ($a^2b$) is the smallest element in $B$ (this is trivial to show). Now, according to the rearrangement inequality, the smallest possible sum (for $n=2$) is achieved when $A$ is increasing and $B$ is decreasing, which means that the sum in $RHS$ is either the smallest possible sum or the second smallest, depending on if $b^2c \ge c^2a$ or not. But the problem is that this very same argument about smallest or second smallest sum can be made about the $LHS$ as well...
Does anyone have any ideas on how to proceed?
Using AM-GM, we have $$\frac{a^2}{b^2} + \frac{b^2}{c^2} \ge 2\sqrt{\frac{a^2}{b^2} \cdot \frac{b^2}{c^2}} = 2\sqrt{\frac{a^2}{c^2}} \ge \frac{2a}{c},$$ $$\frac{b^2}{c^2} + \frac{c^2}{a^2} \ge 2\sqrt{\frac{b^2}{c^2} \cdot \frac{c^2}{a^2}} = 2\sqrt{\frac{b^2}{a^2}} \ge \frac{2b}{a},$$ $$\frac{c^2}{a^2} + \frac{a^2}{b^2} \ge 2\sqrt{\frac{c^2}{a^2} \cdot \frac{a^2}{b^2}} = 2\sqrt{\frac{c^2}{b^2}} \ge \frac{2c}{b}.$$ Add them up to get the desired inequality.