Uniqueness Monic Polynomial Division Arbitrary Ring

polynomialsring-theory

Artin states "Let $R$ be a ring, $f$ be a monic polynomial and let $g$ be any polynomial, both with coefficients in $R$. There are uniquely determined polynomials $q$, $r$ in $R[x]$ such that $g = fq + r$ with degree $r <$ degree $f$ or $r = 0$."

He does not prove this theorem. The part I am having trouble with is uniqueness.

For the proof in a field, you assume there exists $q_1$, $r_1$ and $q_2$, $r_2$ and show that $$(q_1 – q_2)f = r_1 – r_2$$ In a field this proves that $q_1 = q_2$ and $r_1 = r_2$ due to degree LHS > degree RHS unless both zero. However, in an arbitrary ring I am not certain due to zero divisors.

Thanks for the help.

Best Answer

I'll assume $f$ is monic. You have $(q_1-q_2)f=r_1-r_2$. The leading term of $f$ is $x^d$ for some $d$. If $q_1-q_2$ is not the zero polynomial, then its leading term is $ax^t$ for some $t$ and the leading term of $(q_1-q_2)f=r_1-r_2$ is $a x^{d+t}$, so this polynomial has degree $d+t$. As $r_1-r_2$ has degree $<d$, we'll get a contradiction.

Notice how $f$ being monic was crucial here. It's also OK if the leading coefficient of $f$ is not a zero-divisor.