0

This is an exercise that I solved before many semesters, and I just remember I solved in a very complicated(or stupid) way, today when I need to use this exercise as a tool I wonder if there are some brief proofs

Thanks for anyone’s help!

Bill Dubuque
  • 272,048

1 Answers1

2

The "only if" is the harder direction. Let $j$ be the smallest nonegative integer s.t. $d|(n-j)$. Assume $j$ is positive. Then $j<d$ and [assuming the "if" direction] $$(x^d-1)|(x^{n-j}-1)x^j$$ $$ = x^n-1-(x^j-1).$$ So the remainder of $x^n-1$ divided by $x^d-1$ is nonzero, precisely a polynomial of degree precisely $j$, namely $x^j-1$.

To see the "if" direction let $y=x^d$. Then $x^d-1=y-1$ and $x^n-1=y^{\frac{n}{d}}-1$ where $\frac{n}{d}$ is a positive integer.

Mike
  • 20,434