If $f$ is bijective and $g$ is bijective too, is $f(g(x))$ always same as $g(f(x))$.
My attempt:
I'm trying to look at an example if $f=x+1$ and $g=x+2$. The composition is commutative. But, i don't know in general.
If it's not, please show me the counterexample.
Thanks.
Take $f(x)=x^3$ and $g(x)=x+1$
Then $g$ and $f$ are bijective functions from $\mathbb{R}\rightarrow \mathbb{R}$
But, $f(g(x))=(x+1)^3$ which is not the same as $g(f(x))=x^3+1$.