Is there a way to prove that any subring $R$ of the polynomial ring over a field $k$ such that $k\subset R$ is Noetherian without appealing to integral extensions, Eakin-Nagata, etc.?
The reason I ask is because I found this as an exercise 15.1.9 in Dummit and Foote, which well precedes any discussion of integral extensions.
It says to show that if $y\in R\setminus k$, then $k[x]$ is f.g. as a $k[y]$-module. Why is that? Since $k[y]$ is Noetherian, $k[x]$ is a Noetherian $k[y]$-module, but how does this show $R$ is Noetherian?
An elementary messy argument:
Take an ideal I of R, take an element in I of minimum degree $p_I(x)$. Now in general it is not a generator (you can easily find examples with $K[x^2,x^5]$ and the ideal generated by $x^2,x^5$). But if $q(x)$ has minimal degree too, then there is $a \in K$ with $ap_I(x)-q(x)$ with lesser degree, so we have $ap_I(x)-q(x)=0$. So there is just a line of elements of minimal degree. Suppose now you enlarge I to I', putting inside some q(x). Suppose that $\deg q(x)>\deg p(x)$. Take in $I'-I$ a minimal in degree such q. Now you're allowed to take powers of $p$, so we have that $\deg p <\deg q <2\deg p$. So repeat this operation, taking in $I''$ (supposing always that p remains his lower in degree element), and taking q'' you get that $\deg p<\deg q''<2\deg p$ and moreover his remainder mod $\deg p$ is different from $\deg q$ (otherwise by linear combination as before you get a lesser term in degree). So if you iterate, after at most $\deg p$ steps you get an ideal $I^{n}$ with the term of lowest degree lesser then I. Iterating the reasoning you get to conclusion.
Hope it helps (and it works).