2

I'm reading a proof, in which they claim:

$q^m -1 \mid q^n-1$ implies $m\mid n$

They continue by substituting $n = am +r$ for $0 \leq r < m$, then saying $q^m-1\mid q^{am+r} -1$ implies:

$q^m-1\mid (q^{am+r} -1)-(q^m-1) = q^m(q^{(a-1)m+r}-1)$

and thus $q^m-1\mid q^{(a-1)m+r} -1$ since $q^m$ and $q^m-1$ are relatively prime. Continuing in this way we find $q^m-1\mid q^r-1$ which is only possible for $r = 0$, that is, $m\mid n$.

I am not quite following this, what is the purpose of subtracting $q^m-1$ and why does that help prove the claim?

Bill Dubuque
  • 272,048
RAZERZ
  • 121
  • To decrease the exponent. It's much easier imho to realize that $q^m \equiv 1 \pmod{q^m-1}$ that way you can immediately deduce that $q^n-1 \equiv q^{n \pmod{m}}-1 \pmod{q^m-1}$. (So yeah you are right, this subtraction isn't very useful, just note that $q^m \equiv 1$ so $q^{am} \equiv 1$). As jjagmath noted, the condition is probably $q>1$. – Evariste Nov 27 '21 at 21:52
  • 1
    Any hypothesis about $q$? If not, the statement is false. – jjagmath Nov 27 '21 at 21:53
  • @Evariste That is a correct assumption, $q > 1$ and your explanation makes a ton of sense. – RAZERZ Nov 27 '21 at 21:55
  • The trick is that $a\mid b$ implies $a\mid b-a$ (or $a\mid b+ka$ for any integer $k$). Actually, I would have subtracted $q^{n-m}\cdot(q^m-1)$ (knowing that we must have $n\ge m$) – Hagen von Eitzen Nov 27 '21 at 22:02
  • @HagenvonEitzen Is that $a\mid (b-a)$ or $a\mid b -a$? – RAZERZ Nov 27 '21 at 22:05
  • Here the natural method is to use divisibility mod reduction, i.e.

    $$ M\mid N\iff M\mid (N\bmod N)$$

    applied here we we get $\ q^m-1\mid q^n-1\iff q^m-1\mid q^n-1 \bmod q^m-1 = \color{#0a0}{q^r}-1$

    – Bill Dubuque Nov 28 '21 at 00:20
  • by $!\bmod q^m-1!:,\ \color{#c00}{q^m\equiv 1}\Rightarrow q^n\equiv q^{n\bmod\color{#c00} m} = \color{#0a0}{q^r},$ by mod order reduction. or directly

    $$ q^n = q^{am+r} = (q^m)^a q^q \equiv \color{#c00}1^a \color{#0a0}{q^r}$$

    – Bill Dubuque Nov 28 '21 at 00:20

3 Answers3

2

This is the standard proof of the fact. Basically suppose the opposite: $q^m-1$ divides $q^n-1$ but $m$ does not divide $n$. And assume that $n$ is the smallest possible for this $m$. Then first, $n>m$ otherwise $q^n-1\le q^m-1$.

Second, divide $m$ by $n$ with a remainder as in your question, etc. and produce smaller $n$ for the same $m$, a contradiction. Subtracting $q^m-1$ is just a trick to achieve this goal. There is no deep meaning here.

markvs
  • 19,653
  • 1
    Actually there is a deep(er) meaning, viz. the proof is just a subtractive form of the standard descent argument used to prove that ideals are principal in Euclidean domains (or, equivalently, subgroups of cyclic groups are cyclic), as I briefly explain in my answer. – Bill Dubuque Nov 28 '21 at 01:29
  • @BillDubuque: "subtractive form" indeed. – markvs Nov 28 '21 at 01:41
1

what is the purpose of subtracting $q^m−1$ and why does that help prove the claim?

There are deeper algebraic reasons behind this (that will become apparent once one studies ideal theory or cyclic groups). I will try to explain the gist of it without requiring any knowledge of such.

The descent in the induction is: $ $ if $\, q^n-1$ is a multiple of $\,q^m-1$ then so too is $\,q^{n-m}-1,\,$ i.e. we descend from expt $\,n\,$ to $\,n-m,\,$ when $\,n\ge m.\,$ Iterating, we continue subtracting $m$ till we reach $\,r := n\bmod m = $ least nonnegative value of $\,n-km.\,$ Abstracting a bit, this is a special case of

Lemma $ $ If a set $S$ of naturals is $\rm\color{#c00}{closed}$ under subtraction $(>0)$ then it is closed under remainder (mod), by remainder is computable by iterated subtraction $\,n\bmod m = ((n\! -\! m)\! -\! m)\cdots -m $

Let $\,S\,$ be the set of naturals $k>0$ with $\,q^m-1\mid q^k-1$. Then $m\in S$ and $\,n\in S$ by hypothesis, hence $\,n\bmod m = r\in S\,$ by the Lemma, so $\,q^m-1\mid q^r-1,\,$ once we verify $S$ is $\rm\color{#c00}{closed}$ under subtraction $(> 0)$ as follows: $\,j> k\in S$ means $q^m-1$ divides $q^j-1,q^k-1\,$ so it divides their difference $\,\color{#0a0}{q^k}(q^{j-k}-1),\,$ so also $q^{j-k}-1$ (so $\,\color{#c00}{j\!-\!k\in S})$, by Euclid & $\,\gcd(\color{#0a0}q,q^m-1)\!=\!1$.

The OP quoted proof essentially works the same as above but omits explicitly highlighting the innate algebraic structure of the set $S$ - that it is closed closed under subtraction $(>0).$ When extended from $\Bbb N$ to $\Bbb Z$ such subtraction closed sets are prototypical examples of fundamental algebraic structures that are ubiquitous in number theory and algebra - namely subgroups of cyclic groups and (principal) ideals in (Euclidean) rings.

Notice, further, the fact that $S$ is closed under mod shows that $S$ is also closed under gcd (since Euclid's algorithm just iterates mods). The above use of subtraction (vs. mod) corresponds to using the subtractive version of the Euclidean algorithm: $\, m>n\Rightarrow \gcd(m,n) = \gcd(m-n,n).\,$

Now we can use either of these descent methods to then prove a key structural result about $\,S,\,$ namely $\,q^k\equiv 1 \iff m\mid k,\,$ where $k=m$ is the least natural with $\,q^k\equiv 1,\,$ i.e. the order of $q$.

These are special cases of basic results presented in courses in abstract algebra and number theory on cyclic groups and ideals (which are principal in a Euclidean domain, generated by their least nonzero element). For further discussion see here.

See also this answer which briefly explains the innate exponential $q$-analogy, namely that $\,a_m = q^m-1\,$ satisfies $\,a_m\mid a_n\iff m\mid n,\,$ and $\,\gcd(a_m,a_n) = a_{\gcd(m,n)},\,$ i.e. $\,a_k\,$ is a strong divisibility sequence.

J. W. Tanner
  • 60,406
Bill Dubuque
  • 272,048
1

Given that $q^{m}-1 \mid q^{n}-1$, we have $n\geq m.$

Assume, on the contrary, that $m\not |n$, then by the Euclidean Algorithm, $$ n=pm +r \text { for some }p\in N, \text{and } 0<r<m \cdots (*). $$

We have $$ q^{n}-1 =\left(q^{n-m}+q^{n-2 m}+\cdots+q^{n-p m}\right)\left(q^{m}-1\right)+\left(q^{r}-1\right) $$

$$\therefore q^{m}-1 \mid q^{n}-1 \Rightarrow q^{m}-1 \mid q^{r}-1 \Rightarrow m\leq r, \textrm{ which contradicts to the condition (*)}.$$

Now we can conclude that $m|n.$

Lai
  • 20,421