Do there exist two functions $f$ and $g$ from the reals to itself satisfying $f\circ g (x)=x^2 , g\circ f (x)=x^3$ for any $x\in\mathbb{R}$?
From the given equations I could get the following information:
$f$ is injective.
$g$ is surjective and an even function.
$f(x^3)=f(x)^2$ for every real number $x$.
$g(x^2)=g(x)^3$ for every real number $x$.
How these information help us to decide whether such functions exist or not?
Thank you.