Hilbert's basis theorem : If $R$ is a Noetherian ring, then $R[X]$ is a Noetherian ring.
The following proof is from Fulton's algebraic curves. I am skipping some parts of the proof and coming directly to my doubt.
Proof: We first choose a set $J$ which contains all the leading coefficients of any ideal $I$ which we want to prove, is finitely generated. We prove that $J$ is an ideal in $R$ and hence finitely generated, say, $(a_1,\dots,a_r)$ with the corresponding polynomials $f_1,\dots, f_r$. To generate the elements of lower degree in $I$, we take other 'similar' sets $J_m \; \forall m \leq N $ where $N $ is greater than the $\max\{ deg(f_1), \dots, deg(f_r) \}$. We denote the corresponding polynomials for $J_m$ by $\{ f\}_{mj}$.
Next, we claim that $I$ is generated by $f_1,\dots, f_r$ and all $\{ f\}_{mj}$. Proof given in book: Let's call the latter as $I'$. We can easily see that $I'\subset I$. Suppose $I'$ were smaller than $I$; let $G$ be an element of $I$ of lowest degree that is not in $I'$. If $deg(G) > N$, we can find polynomials $Q_i$ such that $\sum Q_iF_i$ and $G$ have the same leading term.
argument: But then $deg(G - \sum Q_iF_i ) < deg G$, so $G - \sum Q_iF_i \in I'$, so $G \in I'$.
Doubt: I don't understand why the following is true? If $deg(G - \sum Q_iF_i ) < deg G$, then $G - \sum Q_iF_i \in I'$. It might be possible that both $I$ and $I'$ might have polynomials of all degree.
It seems that you don't want to proceed with lowest degree element. Even if you don't start with that, assume $G \in I \backslash I'$ whose degree is, say, $m >0$. Based on the similar argument, you can say that the degree of $G - \sum F_iQ_i$ is less than degree of $G$. You can keep doing this until you get to 0 in which case, we have a $constant \in I \backslash I'$. Hence, $I = k[X_1,\dots, X_n]$. Contradiction.