Let $a, b, c$ be positive real numbers such that $abc=1$. Prove that $$\frac{1}{a^3(b+c)}+\frac{1}{b^3(c+a)}+\frac{1}{c^3(a+b)} \geqslant \frac{3}{2}.$$
Using the substitutions $\alpha=\frac{1}{a}, \beta=\frac{1}{b}, \gamma=\frac{1}{c}$ results in $\alpha\beta\gamma =1$.
Substituting to the left-hand side of the given inequality results in
$$\frac{1}{a^3(b+c)}+\frac{1}{b^3(c+a)}+\frac{1}{c^3(a+b)}= \frac{\alpha^2}{\beta+\gamma}+\frac{\beta^2}{\gamma+\alpha} + \frac{\gamma^2}{\alpha+\beta}$$
so now the objective would be to prove
$$\frac{\alpha^2}{\beta+\gamma}+\frac{\beta^2}{\gamma+\alpha} + \frac{\gamma^2}{\alpha+\beta} \geqslant \frac{3}{2}.$$
How should one approach this? It looks like one could use $C-S$, but I'm not quite sure how to construct that. Also could Jensen be applied here?