I'm trying to work my way through the following problem.
Let $n$ be a natural number, $p$ a prime, and $d$ a divisor of $(n + 1)^p - n^p$.
Show that $d \equiv 1 \textrm{ (mod } p \textrm{)}$.
I'm not sure where to start on this. I can see $(n + 1)^p - n^p \equiv 1 \textrm{ (mod } p)$ and ofcourse $(n + 1)^p - n^p \equiv 0 \textrm{ (mod } d)$. So definitely $p, d$ are coprime. Also $(n + 1)^p - n^p \equiv 1 \textrm{ (mod } n)$. This feels like it shouldn't be too hard a problem but I'm not entirely sure what I'm missing.