4

A problem states:

Let $x$ be a transcendental element over field $F$, and $y = f(x)/g(x)$ be a rational function, with relatively prime polynomials $f,g \in F[t]$. Let $n = \max(\deg f,\deg g)$. Suppose $n \ge 1$. Prove that $[F(x) : F(y)] = n$.

By taking $h(t)=yg(t)-f(t)\in F(y)[t]$, I see that $h(x)=0$, thus $[F(x) : F(y)] \le n$. But I have trouble proving the reverse inequality. Can any one help me?

Y.Guo
  • 754
  • Similar question: https://math.stackexchange.com/questions/3353809/let-x-be-transcendental-over-f-let-y-fx-gx-be-a-rational-function-pr?rq=1 – 19021605 Jun 24 '25 at 07:22

1 Answers1

4

The point is that $h(t,y)=g(t)y-f(t)$ is an irreducible polynomial in the polynomial ring $F[t,y]$. Therefore it is irreducible over $F(y)[t]$ and its degree is exactly $n$, and so adjoining a zero gives a degree $n$ extension of $F(y)$.

Angina Seng
  • 161,540