Let $\mathbb{C}(x)$ denote the field of rational functions over $\mathbb{C}$, the field of complex numbers.
Consider the six mappings $\phi : \mathbb{C}(x) → \mathbb{C}(x)$ defined by
$\phi_{1}:f(x) \rightarrow f(x)$
$\phi_{2}:f(x) \rightarrow f(1-x)$
$\phi_{3}:f(x) \rightarrow f(\frac{1}{x})$
$\phi_{4}:f(x) \rightarrow f(\frac{x-1}{x})$
$\phi_{5}:f(x) \rightarrow f(\frac{1}{1-x})$
$\phi_{6}:f(x) \rightarrow f(\frac{x}{x-1})$
Show that these mappings are automorphisms.
I decided to prove this by showing that they are bijective and homomorphic. The bijectivity is not a problem for any of them, but I don't know how to show that they are homomorphisms. Please advise. Thanks!
For the second function, let's show that $\phi_2$ is an homomorphism. You need to verify $3$ properties in order to prove that.
Let $f,g \in \mathbb{C}(x)$ : $$\phi_2((f+g)(x))=(f+g)(1-x)=f(1-x)+g(1-x)=\phi_2(f)+\phi_2(g)$$ $$\phi_2((fg)(x))=(fg)(1-x)=f(1-x)g(1-x)=\phi_2(f)\phi_2(g)$$ $$\phi_2(0_{\mathbb{C}(x)}(x))=0_{\mathbb{C}(x)}(x-1)=0_{\mathbb{C}(x)}$$
So $\phi_2$ is a field homomorphism, you can try to verify the same $3$ properties for the other examples.