If $a,b,c,d$ are positive real numbers such that $a^2+b^2+c^2+d^2 = 1$,
Prove that: $$\frac{1}{1-abc} + \frac{1}{1-bcd} + \frac{1}{1-cda} + \frac{1}{1-dab} \le \dfrac{32}{7}$$
I saw this problem is very similar to the problem I have got but with different condition on the variables. The problem in the link suggests a power series expansion of the LHS followed by establishing an inequality of the type: $$\sum_{n=0}^{\infty}(bcd)^n+(cda)^n+(dab)^n+(abc)^n$$
and establishing inequality
$(bcd)^n+(cda)^n+(dab)^n+(abc)^n\ge (K(a^2+b^2+c^2+d^2))^n$
for a positive constant $K$. Also I couldn't imitate the solution provided in the link for my problem. Is there a general method for solving these type of problems ?