Let $a,b,c> 0$ such that $$a=\frac{b+c}{1+b^2c^2},b=\frac{a+c}{1+a^2c^2}, c=\frac{a+b}{1+a^2b^2}$$
Prove that the only solution to this system of equations is $$a=b=c=1$$
I am getting this answer using numerical simulations, but haven't been able to prove this algebraically.
EDIT: I am specifically looking for an argument that utilizes inequalities, and is an equality only for $a=b=c=1$.
Let $s = a+b+c$ and $p = abc$. Then, we have $$\begin{align}a = \dfrac{b+c}{1+b^2c^2} &= \dfrac{s-a}{1+\tfrac{p^2}{a^2}} \\ a\left(1+\dfrac{p^2}{a^2}\right) &= s-a \\ a^2+p^2 &= sa-a^2 \\ 2a^2-sa+p^2 &= 0 \\ a &= \dfrac{s + \epsilon_a\sqrt{s^2-8p^2}}{4},\end{align}$$ where $\epsilon_a = +1$ or $\epsilon_a = -1$, and similarly for $b$ and $c$. Hence, $$\begin{align}s = a+b+c &= \dfrac{3s + (\epsilon_a+\epsilon_b+\epsilon_c)\sqrt{s^2-8p^2}}{4} \\ s &= (\epsilon_a+\epsilon_b+\epsilon_c)\sqrt{s^2-8p^2}\end{align}$$
Since $a,b,c, > 0$, we have $s > 0$, and so we can only have $\epsilon_a+\epsilon_b+\epsilon_c = 1$ or $3$.
If $\epsilon_a+\epsilon_b+\epsilon_c = 1$, then we get $s = \sqrt{s^2-8p^2}$, which yields $p = 0$, which isn't possible since $a,b,c > 0$.
If $\epsilon_a+\epsilon_b+\epsilon_c = 3$, then we have $\epsilon_a = \epsilon_b = \epsilon_c = +1$, i.e. $a = b = c$. Substituting yields $a = \dfrac{b+c}{1+b^2c^2} = \dfrac{2a}{1+a^4}$, and solving yields $a = b = c = 1$ (since $a,b,c > 0$).
Therefore, $a = b = c = 1$ is the only positive solution.