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?