4

Prove that $(p^m-1) \mid (p^n-1) \Leftrightarrow m \mid n$. The $\Leftarrow$ part is ok, the $\Rightarrow$ part should be easy but I'm stuck with it! Thanks in advance.

Shaun
  • 44,997
PITTALUGA
  • 804

3 Answers3

1

This follows from the fact that, given integers $a>b>0$, then $(a^n-b^n)_{n\ge 1}$ is a divisibility sequence (see also this article on Arxiv).

Paolo Leonetti
  • 15,423
  • 3
  • 24
  • 57
0

Let $n=mq+r$ where $0<r<m$ and consider modulo $p^m-1$

Arturo
  • 483
0

We are required to prove:

If $p^m-1\mid p^n-1$, then $m\mid n$

We can state this in an equivalent contrapositive

If $m\nmid n$, then $p^m-1\nmid p^n-1$

We can prove the second statement by contradiction:

Assume there exist integers $m, n$ such that $m\nmid n$, but $p^m - 1 \mid p^n - 1$. How will you prove this?

Hanul Jeon
  • 27,376
Gerard
  • 4,264
  • How is this not just restating the problem? This doesn't seem to provide guidance in how to take a step forward... – Steven Stadnicki Nov 11 '13 at 03:36
  • It does. In a mathematical sense, everything is just restating the problem. Additionally, a lot of theorems have been proved by actually proving their contrapositives. Take the Steiner-Lehmus problem, for example. – Gerard Nov 11 '13 at 10:10