QUESTION : Find all functions $f:\mathbb{R} \mapsto \mathbb{R}$ which satisfy $f(x^2+y f(z)) =x f(x) + z f(y)$
My doubt lies in the part where I've shown injectivity. Kindly check if my proof is correct.
The solution is $f(x)=x$ for every individual $x$. Let $P(x,y,z)$ be an assertion of the FE.
- $P(0,0,0)\equiv f(0)=0$
- $P(x,0,0)\equiv f(x^2)=xf(x)$
- $P(0,y,z)\equiv f(yf(z))=zf(y)$
Does the third condition imply injection in the following manner?
If $f(a)=f(b)$, then $f(yf(a))=f(yf(b))\implies af(y)=bf(y)\implies a=b$ assuming $f(y)\neq 0 \forall y$.
If till this it's correct, I am pretty much done with the whole problem.
Here's how I can proceed henceforth— $f(x^2)=xf(x)=f(xf(x))$, which, upon using the injectivity criteria leads to $x^2=xf(x)$. Now, $f(x)$ can be found after verification of the positive/negative value.