It was an exercise in Basic Algebra by Cohn:
If $k$ is infinite field then the subring of $k[x,y]$ given by $k+xk[x,y]$ is not Noetherian.
Proof: Consider following chain of ideals in $k+xk[x,y]$: $$(xy) \subset (xy,xy^2) \subset (xy,xy^2,xy^3)\subset \cdots$$ Claim: this chain of ideal in $k+xk[x,y]$ is strictly ascending.
For example, lets show second inclusion is strict. For this, if $xy^3$ is in the ideal $(xy,xy^2)$ then $$xy^3=xyf_1 + xy^2f_2 \hskip5mm \mbox{ for some } f_1,f_2\in k+xk[x,y].$$ We cancel $x,y$ from both sides and let $f_1=a+xg_1$ and $f_2=b+xg_2$ where $a,b\in k$ and $g_1,g_2\in k[x,y]$. Then we have $$y^2=(a+xg_1) + y(b+xg_2).$$ Rewrite this in way $$y^2-(a+by)=x(g_1+yg_2)$$ So this is valid in $k[x,y]$. Now left side is in $k[y]$ and right side is in $xk[x,y]$ (i.e. ideal generated by $x$ in $k[x,y]$). But $k[y]\cap xk[x,y]=0$, so last equation gives contradiction. So given ring is not Noetherian.
Question. Is the proof correct? In this proof, I not used $k$ is infinite. Therefore was unsure about answer. (Cohn may have different argument in the case $k$ is infinite; so what could be other way to prove non-Noetherian of ring if $k$ is infinite?)