Show that if $a|b \ \ then\ \ 2^a-1|2^b-1$
I've seen this assertion in the proof of another problem but the author hadn't given any reason:
[Original problem containing this assertion][1]
[1]: Proving that $\gcd(2^m - 1, 2^n - 1) = 2^{\gcd(m,n )} - 1$ .
Seemingly simple,I have no idea how to progress in solving this problem!!
2026-04-18 03:23:46.1776482626
On
Show that if $a\mid b$ then $2^a-1\mid 2^b-1$
114 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
If $a|b$ then $b = m.a$ where $m$ is an integer.
$2^b - 1 = 2^{m.a} - 1 = (2^a)^m - 1 = (2^a - 1).(1 + 2^a + (2^a)^2 + ... + (2^a)^{m-1} )$
Thus $2^a - 1 | 2^b - 1$.
$a|b \Rightarrow b=ka, k \in \mathbb Z$ $$2^b-1=2^{ka}-1=(2^a)^k-1=(2^a-1)((2^a)^{k-1}+(2^a)^{k-2}+...+1)$$