I have a few questions regarding this example in my textbook:
Let $L=\mathbb Q(X)$ and $K=\mathbb Q$. Let's look at the group $G$ generated by the $\mathbb Q$-automorphism $$\tau_a:L\to L,\ \frac{p}{q}\mapsto\frac{p(xa)}{q(a)}$$ for a fixed $a\in\mathbb Q\backslash\{0,\pm 1\}$. Then, where $\mathcal F(\cdot)$ is denoting the fixed field, for $p/q\in\mathcal F (G)$ with $\gcd(p,q)=1$ we have $p(ax)q(x)=p(x)q(ax)$ for all $x\in\mathbb Q$. Now, a comparison of the coefficients yields $\deg(p)=\deg(q)$ since $a\neq 0,\pm 1$.Furthermore, from $\gcd(p,q)=1$ we obtain $\gcd(p(ax),q(ax))=1$ and thus there must be a constant $b\in\mathbb Q$ such that $p(ax)=b\cdot p(x)$. So we have $p(x)=c\cdot x^{\deg(p)}$ and $q(x)=dx^{\deg(p)}$. In total this means that $\deg(p)=\deg(q)=0$, so $p/q\in\mathbb Q$.
- Why does the comparison yield $\deg(p)=\deg(q)$?
- Why does there exist such a $b$?
- Why is $p$ of the claimed form then?
First I guess we have $$\tau_a:L\to L,\ \frac{p}{q}\mapsto\frac{p(ax)}{q(ax)}$$
as only then having $p(x)q(ax) = p(ax)q(x)$ makes sense. Nevertheles at the beginning let $p(x) = b_nx^n + \cdots + b_1x+b_0$ and $q(x) = c_mx^m + \cdots + c_1x+c_0$.
Regarding your first question compare the leading coefficients to get the answer. You will get that the leading coefficient of the left side is $b_nc_ma^n$, while the leading coefficient of the right side is $b_nc_ma^m$. Direct comparison yields $a^m = a^n$, as $b_n, c_m \not = 0$. As $a\not=0$ we have that $a^{m-n} = 1$, which means that $m=n$, as $|a| \not = 1$.
For the second question note that $\gcd(p(ax),q(ax)) = 1$. Also from the relation we have that $p(ax) \mid p(x)q(ax)$. From above we must have that $p(ax) \mid p(x)$. So $\exists f(x) \in L$ s.t. $p(x) = f(x)p(ax)$. However $p(ax)$ and $p(x)$ have the same degree so we have that $\deg f =0$ and so $p(x) = b\cdot p(ax)$ for some $b \in \mathbb{Q}$. Multiply both sides by $b^{-1}$ to get the wanted result.
For the final part again it comes down to comparing coefficients. We have that
$$p(ax) = b \cdot p(x)$$ $$b_na^nx^n + b_{n-1}a^{n-1}x^{n-1} + \cdots+ b_1ax + b_0 = bb_nx^n + bb_{n-1}x^{n-1} + \cdots + bb_1x + bb_0$$
Now as $b_n \not = 0$ we must have $b=a^n$. However for the next ones we have that $b_ia^i = bb_i$ and as $a^i \not = b$ we must have that $b_i=0$ for $i < n$. Hence $p(x) = b_nx^n$. Similar reasoning yields that $q(x) = c_mx^m = c_nx^n$ and hence:
$$\frac{p(x)}{q(x)} = \frac{b_nx^m}{c_nx^n} = \frac{b_n}{c_n} \in \mathbb{Q}$$