Prove a sequence is a divisibility sequence [duplicate]
$begingroup$
This question already has an answer here:
How to prove $,x^a-1 mid x^b-1 iff amid b$
5 answers
Sequence: $a_n=2^n-1$
I want to prove that $a_m|a_n$ whenever $m|n$.
I started by approaching with induction, base/trivial cases being $m=n$, $n=0$, and $m=1$, but I'm not sure where to go from there or if there is a more straightforward method.
Note:
$m|n$ means for some $x$, $mx = n$
$a_m|a_n$ means for some $y$, $a_my=a_n$
Other similar questions appeal to laws beyond basic arithmetic and the definitions of divisibility and the sequence.
sequences-and-series elementary-number-theory divisibility
$endgroup$
marked as duplicate by Bill Dubuque
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 30 at 20:03
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
$begingroup$
This question already has an answer here:
How to prove $,x^a-1 mid x^b-1 iff amid b$
5 answers
Sequence: $a_n=2^n-1$
I want to prove that $a_m|a_n$ whenever $m|n$.
I started by approaching with induction, base/trivial cases being $m=n$, $n=0$, and $m=1$, but I'm not sure where to go from there or if there is a more straightforward method.
Note:
$m|n$ means for some $x$, $mx = n$
$a_m|a_n$ means for some $y$, $a_my=a_n$
Other similar questions appeal to laws beyond basic arithmetic and the definitions of divisibility and the sequence.
sequences-and-series elementary-number-theory divisibility
$endgroup$
marked as duplicate by Bill Dubuque
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 30 at 20:03
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
$begingroup$
Use the fact that $a^n-b^n=(a-b)(a^{n-1} + a^{n-2}b + ldots + b^{n-1})$
$endgroup$
– Ashish K
Jan 30 at 20:00
add a comment |
$begingroup$
This question already has an answer here:
How to prove $,x^a-1 mid x^b-1 iff amid b$
5 answers
Sequence: $a_n=2^n-1$
I want to prove that $a_m|a_n$ whenever $m|n$.
I started by approaching with induction, base/trivial cases being $m=n$, $n=0$, and $m=1$, but I'm not sure where to go from there or if there is a more straightforward method.
Note:
$m|n$ means for some $x$, $mx = n$
$a_m|a_n$ means for some $y$, $a_my=a_n$
Other similar questions appeal to laws beyond basic arithmetic and the definitions of divisibility and the sequence.
sequences-and-series elementary-number-theory divisibility
$endgroup$
This question already has an answer here:
How to prove $,x^a-1 mid x^b-1 iff amid b$
5 answers
Sequence: $a_n=2^n-1$
I want to prove that $a_m|a_n$ whenever $m|n$.
I started by approaching with induction, base/trivial cases being $m=n$, $n=0$, and $m=1$, but I'm not sure where to go from there or if there is a more straightforward method.
Note:
$m|n$ means for some $x$, $mx = n$
$a_m|a_n$ means for some $y$, $a_my=a_n$
Other similar questions appeal to laws beyond basic arithmetic and the definitions of divisibility and the sequence.
This question already has an answer here:
How to prove $,x^a-1 mid x^b-1 iff amid b$
5 answers
sequences-and-series elementary-number-theory divisibility
sequences-and-series elementary-number-theory divisibility
edited Jan 30 at 20:18
raznbagel
asked Jan 30 at 19:54


raznbagelraznbagel
206
206
marked as duplicate by Bill Dubuque
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 30 at 20:03
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Bill Dubuque
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Jan 30 at 20:03
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
$begingroup$
Use the fact that $a^n-b^n=(a-b)(a^{n-1} + a^{n-2}b + ldots + b^{n-1})$
$endgroup$
– Ashish K
Jan 30 at 20:00
add a comment |
$begingroup$
Use the fact that $a^n-b^n=(a-b)(a^{n-1} + a^{n-2}b + ldots + b^{n-1})$
$endgroup$
– Ashish K
Jan 30 at 20:00
$begingroup$
Use the fact that $a^n-b^n=(a-b)(a^{n-1} + a^{n-2}b + ldots + b^{n-1})$
$endgroup$
– Ashish K
Jan 30 at 20:00
$begingroup$
Use the fact that $a^n-b^n=(a-b)(a^{n-1} + a^{n-2}b + ldots + b^{n-1})$
$endgroup$
– Ashish K
Jan 30 at 20:00
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $m | n$ then
$n = km$
so
$begin{array}\
2^n-1
&=2^{km}-1\
&=(2^{m})^k-1\
&=(2^m-1)sum_{j=0}^{k-1}2^{jm}\
end{array}
$
$endgroup$
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If $m | n$ then
$n = km$
so
$begin{array}\
2^n-1
&=2^{km}-1\
&=(2^{m})^k-1\
&=(2^m-1)sum_{j=0}^{k-1}2^{jm}\
end{array}
$
$endgroup$
add a comment |
$begingroup$
If $m | n$ then
$n = km$
so
$begin{array}\
2^n-1
&=2^{km}-1\
&=(2^{m})^k-1\
&=(2^m-1)sum_{j=0}^{k-1}2^{jm}\
end{array}
$
$endgroup$
add a comment |
$begingroup$
If $m | n$ then
$n = km$
so
$begin{array}\
2^n-1
&=2^{km}-1\
&=(2^{m})^k-1\
&=(2^m-1)sum_{j=0}^{k-1}2^{jm}\
end{array}
$
$endgroup$
If $m | n$ then
$n = km$
so
$begin{array}\
2^n-1
&=2^{km}-1\
&=(2^{m})^k-1\
&=(2^m-1)sum_{j=0}^{k-1}2^{jm}\
end{array}
$
answered Jan 30 at 20:00
marty cohenmarty cohen
74.9k549130
74.9k549130
add a comment |
add a comment |
$begingroup$
Use the fact that $a^n-b^n=(a-b)(a^{n-1} + a^{n-2}b + ldots + b^{n-1})$
$endgroup$
– Ashish K
Jan 30 at 20:00