Let $x^2+x+1=0$ be a quadratic equation having two roots $x_1$ and $x_2$.
How would you prove that $(x_1)^2=x_2$ and $(x_2)^2=x_1$?
P.S. I could show $(x_1)^2=x_2$ and $(x_2)^2=x_1$ by finding the roots explicitly then squaring and comparing. But that's not a proper approach.
Note that we have $$x_1^2+x_1+1=x_2^2+x_2+1 $$
That is $$ (x_1-x_2)(x_1+x_2 +1) =0$$
Since $$x_1 \ne x_2$$ we get $$x_1+x_2 +1=0$$
Compare with $$x_1^2+x_1+1=x_2^2+x_2+1=0 $$
You get $$x_1=x_2^2$$ and $$x_2 = x_1 ^2 $$