Question -
Find all $f : \mathbb{R} \to\mathbb{R}$ such that
$f(x+y)=f(x)f(y)f(xy)$ for all $x,y \in \mathbb{R}$.
My try -
Putting $x=y=0$ I get three cases $f(0)=0$,$f(0)=1$,$f(0)=-1$
For $f(0)=0$ we get by putting $y=0$ in equation, $f(x)=0$ for all $x$ ...I guess other two solutions are $f(x)=1$ and $-1$ but not able to prove it using induction on there corresponding values of $f(0)$...
Any hints ?