I have a function $f:\mathbb{R}\rightarrow\mathbb{R}$. Let $$[f(x)]^2-4\cdot f(x^5)+3=0,\forall x\in\mathbb{R}$$
I want to prove that $f$ isn't a one-to-one function. So I suppose that $x_1,x_2\in\mathbb{R}$ with $x_1\neq x_2$ and I get:
- $x_1\neq x_2\Rightarrow x_1^5\neq x_2^5\Rightarrow f(x_1^5)\neq f(x_1^5)\Rightarrow -4\cdot f(x_1^5)+3\neq -4\cdot f(x_2^5)+3$
But with the first term I can't say that $[f(x_1)]^2\neq [f(x_2)]^2$ (because if for example $f(x_1)=1$ and $f(x_2)=-1$ I have that $(-1)^2\neq 1^2$ which isn't right.
So any ideas?
We have that $f(1),f(-1)$ and $f(0)$ are solutions of the quadratic equation $$t^2-4t+3=0.$$ Thus
$$f(1),f(-1),f(0)\in\{1,3\}$$ which shows that $f$ is not one-to-one.