Modular arithmetic power rule implications
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Assume that $a equiv b text (mod m)$, the following:
$$a^nequiv b^n text (mod m)$$
is true.
However, does $a^nequiv b^n text (mod m)$ imply that $a equiv b text (mod m)$ is true when n is odd?
If n is odd, it seems like this is justifiable because negative numbers do not become positive numbers if raised to an odd power.
Also would it be true for when n is even if say $a^nequiv b^n text (mod m)$ imply $a equiv ±b text (mod m)$?
modular-arithmetic
add a comment |Â
up vote
0
down vote
favorite
Assume that $a equiv b text (mod m)$, the following:
$$a^nequiv b^n text (mod m)$$
is true.
However, does $a^nequiv b^n text (mod m)$ imply that $a equiv b text (mod m)$ is true when n is odd?
If n is odd, it seems like this is justifiable because negative numbers do not become positive numbers if raised to an odd power.
Also would it be true for when n is even if say $a^nequiv b^n text (mod m)$ imply $a equiv ±b text (mod m)$?
modular-arithmetic
No, its is not true. For example, if $m=7$ and $n=3$, then $2^3equiv 1^3 pmod7$, but $2notequiv 1 pmod7$.
– xarles
Jul 29 at 6:52
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Assume that $a equiv b text (mod m)$, the following:
$$a^nequiv b^n text (mod m)$$
is true.
However, does $a^nequiv b^n text (mod m)$ imply that $a equiv b text (mod m)$ is true when n is odd?
If n is odd, it seems like this is justifiable because negative numbers do not become positive numbers if raised to an odd power.
Also would it be true for when n is even if say $a^nequiv b^n text (mod m)$ imply $a equiv ±b text (mod m)$?
modular-arithmetic
Assume that $a equiv b text (mod m)$, the following:
$$a^nequiv b^n text (mod m)$$
is true.
However, does $a^nequiv b^n text (mod m)$ imply that $a equiv b text (mod m)$ is true when n is odd?
If n is odd, it seems like this is justifiable because negative numbers do not become positive numbers if raised to an odd power.
Also would it be true for when n is even if say $a^nequiv b^n text (mod m)$ imply $a equiv ±b text (mod m)$?
modular-arithmetic
asked Jul 29 at 6:45
LHC2012
697
697
No, its is not true. For example, if $m=7$ and $n=3$, then $2^3equiv 1^3 pmod7$, but $2notequiv 1 pmod7$.
– xarles
Jul 29 at 6:52
add a comment |Â
No, its is not true. For example, if $m=7$ and $n=3$, then $2^3equiv 1^3 pmod7$, but $2notequiv 1 pmod7$.
– xarles
Jul 29 at 6:52
No, its is not true. For example, if $m=7$ and $n=3$, then $2^3equiv 1^3 pmod7$, but $2notequiv 1 pmod7$.
– xarles
Jul 29 at 6:52
No, its is not true. For example, if $m=7$ and $n=3$, then $2^3equiv 1^3 pmod7$, but $2notequiv 1 pmod7$.
– xarles
Jul 29 at 6:52
add a comment |Â
4 Answers
4
active
oldest
votes
up vote
2
down vote
accepted
The above example by Lord Shark the Unknown indicates that no complete answer can be found. But sometimes, we do have that kind of higher cancellation:
We have, by telescopic sum,
$$
a^n - b^n = (a - b) sum_j=0^n-1 a^n-1-jb^j,
$$
so that $a^n equiv b^n mod m$ implies $a equiv b mod m$ if
$$
sum_j=0^n-1 a^n-1-jb^j
$$
is not a zero divisor.
add a comment |Â
up vote
0
down vote
$2^3equiv4^3pmod 7$, but $2notequiv4pmod7$.
add a comment |Â
up vote
0
down vote
First, all you say about being positive or negative modulo $n$ makes really no sense, since $aequiv a-m pmodm$, so any positive number is equivalent to a negative number and viceversa.
However, there is a natural condition to put on $n$ related to $m$, if $m$ is prime: if $n$ and $m-1$ are coprime (so they share no comon divisor) , then $a^nequiv b^n pmodm$ implies $a equiv b pmodm$.
Is there a reason they have to be coprime?
– LHC2012
Jul 29 at 7:08
See my posting for a counterexample to your final claim.
– Lord Shark the Unknown
Jul 29 at 7:11
Ups, I forgot to write the $varphi$ in front of $m$...
– xarles
Jul 29 at 7:16
1
OK, then $2^5equiv 6^5pmod 8$ and $2notequiv6pmod 8$. Here $n=5$ and $phi(m)=4$ are coprime.
– Lord Shark the Unknown
Jul 29 at 7:25
1
Sorry for the errors, now stated in the prime modulus case. If $m$ is not prime, the result is true for the invertible elements modulo $m$, changing $m-1$ by Euler's $varphi$ function.
– xarles
Jul 29 at 7:35
add a comment |Â
up vote
0
down vote
For $gcd(n,phi(m))=1$, then you will have $a^nequiv b^n implies aequiv b bmod m.$ (Since $phi(m)$ is always even for $m>2$, $n$ will always be odd under this condition, but many odd numbers will not fulfill this).
When $gcd(n,phi(m))>1$, you can have two (or more) different values producing the same $n$th power - for example, $4^3equiv 9^3equiv 29 bmod 35$.
add a comment |Â
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
The above example by Lord Shark the Unknown indicates that no complete answer can be found. But sometimes, we do have that kind of higher cancellation:
We have, by telescopic sum,
$$
a^n - b^n = (a - b) sum_j=0^n-1 a^n-1-jb^j,
$$
so that $a^n equiv b^n mod m$ implies $a equiv b mod m$ if
$$
sum_j=0^n-1 a^n-1-jb^j
$$
is not a zero divisor.
add a comment |Â
up vote
2
down vote
accepted
The above example by Lord Shark the Unknown indicates that no complete answer can be found. But sometimes, we do have that kind of higher cancellation:
We have, by telescopic sum,
$$
a^n - b^n = (a - b) sum_j=0^n-1 a^n-1-jb^j,
$$
so that $a^n equiv b^n mod m$ implies $a equiv b mod m$ if
$$
sum_j=0^n-1 a^n-1-jb^j
$$
is not a zero divisor.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
The above example by Lord Shark the Unknown indicates that no complete answer can be found. But sometimes, we do have that kind of higher cancellation:
We have, by telescopic sum,
$$
a^n - b^n = (a - b) sum_j=0^n-1 a^n-1-jb^j,
$$
so that $a^n equiv b^n mod m$ implies $a equiv b mod m$ if
$$
sum_j=0^n-1 a^n-1-jb^j
$$
is not a zero divisor.
The above example by Lord Shark the Unknown indicates that no complete answer can be found. But sometimes, we do have that kind of higher cancellation:
We have, by telescopic sum,
$$
a^n - b^n = (a - b) sum_j=0^n-1 a^n-1-jb^j,
$$
so that $a^n equiv b^n mod m$ implies $a equiv b mod m$ if
$$
sum_j=0^n-1 a^n-1-jb^j
$$
is not a zero divisor.
answered Jul 29 at 7:12
AlgebraicsAnonymous
66611
66611
add a comment |Â
add a comment |Â
up vote
0
down vote
$2^3equiv4^3pmod 7$, but $2notequiv4pmod7$.
add a comment |Â
up vote
0
down vote
$2^3equiv4^3pmod 7$, but $2notequiv4pmod7$.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
$2^3equiv4^3pmod 7$, but $2notequiv4pmod7$.
$2^3equiv4^3pmod 7$, but $2notequiv4pmod7$.
answered Jul 29 at 6:49
Lord Shark the Unknown
84.5k950111
84.5k950111
add a comment |Â
add a comment |Â
up vote
0
down vote
First, all you say about being positive or negative modulo $n$ makes really no sense, since $aequiv a-m pmodm$, so any positive number is equivalent to a negative number and viceversa.
However, there is a natural condition to put on $n$ related to $m$, if $m$ is prime: if $n$ and $m-1$ are coprime (so they share no comon divisor) , then $a^nequiv b^n pmodm$ implies $a equiv b pmodm$.
Is there a reason they have to be coprime?
– LHC2012
Jul 29 at 7:08
See my posting for a counterexample to your final claim.
– Lord Shark the Unknown
Jul 29 at 7:11
Ups, I forgot to write the $varphi$ in front of $m$...
– xarles
Jul 29 at 7:16
1
OK, then $2^5equiv 6^5pmod 8$ and $2notequiv6pmod 8$. Here $n=5$ and $phi(m)=4$ are coprime.
– Lord Shark the Unknown
Jul 29 at 7:25
1
Sorry for the errors, now stated in the prime modulus case. If $m$ is not prime, the result is true for the invertible elements modulo $m$, changing $m-1$ by Euler's $varphi$ function.
– xarles
Jul 29 at 7:35
add a comment |Â
up vote
0
down vote
First, all you say about being positive or negative modulo $n$ makes really no sense, since $aequiv a-m pmodm$, so any positive number is equivalent to a negative number and viceversa.
However, there is a natural condition to put on $n$ related to $m$, if $m$ is prime: if $n$ and $m-1$ are coprime (so they share no comon divisor) , then $a^nequiv b^n pmodm$ implies $a equiv b pmodm$.
Is there a reason they have to be coprime?
– LHC2012
Jul 29 at 7:08
See my posting for a counterexample to your final claim.
– Lord Shark the Unknown
Jul 29 at 7:11
Ups, I forgot to write the $varphi$ in front of $m$...
– xarles
Jul 29 at 7:16
1
OK, then $2^5equiv 6^5pmod 8$ and $2notequiv6pmod 8$. Here $n=5$ and $phi(m)=4$ are coprime.
– Lord Shark the Unknown
Jul 29 at 7:25
1
Sorry for the errors, now stated in the prime modulus case. If $m$ is not prime, the result is true for the invertible elements modulo $m$, changing $m-1$ by Euler's $varphi$ function.
– xarles
Jul 29 at 7:35
add a comment |Â
up vote
0
down vote
up vote
0
down vote
First, all you say about being positive or negative modulo $n$ makes really no sense, since $aequiv a-m pmodm$, so any positive number is equivalent to a negative number and viceversa.
However, there is a natural condition to put on $n$ related to $m$, if $m$ is prime: if $n$ and $m-1$ are coprime (so they share no comon divisor) , then $a^nequiv b^n pmodm$ implies $a equiv b pmodm$.
First, all you say about being positive or negative modulo $n$ makes really no sense, since $aequiv a-m pmodm$, so any positive number is equivalent to a negative number and viceversa.
However, there is a natural condition to put on $n$ related to $m$, if $m$ is prime: if $n$ and $m-1$ are coprime (so they share no comon divisor) , then $a^nequiv b^n pmodm$ implies $a equiv b pmodm$.
edited Jul 29 at 7:32
answered Jul 29 at 7:01


xarles
83558
83558
Is there a reason they have to be coprime?
– LHC2012
Jul 29 at 7:08
See my posting for a counterexample to your final claim.
– Lord Shark the Unknown
Jul 29 at 7:11
Ups, I forgot to write the $varphi$ in front of $m$...
– xarles
Jul 29 at 7:16
1
OK, then $2^5equiv 6^5pmod 8$ and $2notequiv6pmod 8$. Here $n=5$ and $phi(m)=4$ are coprime.
– Lord Shark the Unknown
Jul 29 at 7:25
1
Sorry for the errors, now stated in the prime modulus case. If $m$ is not prime, the result is true for the invertible elements modulo $m$, changing $m-1$ by Euler's $varphi$ function.
– xarles
Jul 29 at 7:35
add a comment |Â
Is there a reason they have to be coprime?
– LHC2012
Jul 29 at 7:08
See my posting for a counterexample to your final claim.
– Lord Shark the Unknown
Jul 29 at 7:11
Ups, I forgot to write the $varphi$ in front of $m$...
– xarles
Jul 29 at 7:16
1
OK, then $2^5equiv 6^5pmod 8$ and $2notequiv6pmod 8$. Here $n=5$ and $phi(m)=4$ are coprime.
– Lord Shark the Unknown
Jul 29 at 7:25
1
Sorry for the errors, now stated in the prime modulus case. If $m$ is not prime, the result is true for the invertible elements modulo $m$, changing $m-1$ by Euler's $varphi$ function.
– xarles
Jul 29 at 7:35
Is there a reason they have to be coprime?
– LHC2012
Jul 29 at 7:08
Is there a reason they have to be coprime?
– LHC2012
Jul 29 at 7:08
See my posting for a counterexample to your final claim.
– Lord Shark the Unknown
Jul 29 at 7:11
See my posting for a counterexample to your final claim.
– Lord Shark the Unknown
Jul 29 at 7:11
Ups, I forgot to write the $varphi$ in front of $m$...
– xarles
Jul 29 at 7:16
Ups, I forgot to write the $varphi$ in front of $m$...
– xarles
Jul 29 at 7:16
1
1
OK, then $2^5equiv 6^5pmod 8$ and $2notequiv6pmod 8$. Here $n=5$ and $phi(m)=4$ are coprime.
– Lord Shark the Unknown
Jul 29 at 7:25
OK, then $2^5equiv 6^5pmod 8$ and $2notequiv6pmod 8$. Here $n=5$ and $phi(m)=4$ are coprime.
– Lord Shark the Unknown
Jul 29 at 7:25
1
1
Sorry for the errors, now stated in the prime modulus case. If $m$ is not prime, the result is true for the invertible elements modulo $m$, changing $m-1$ by Euler's $varphi$ function.
– xarles
Jul 29 at 7:35
Sorry for the errors, now stated in the prime modulus case. If $m$ is not prime, the result is true for the invertible elements modulo $m$, changing $m-1$ by Euler's $varphi$ function.
– xarles
Jul 29 at 7:35
add a comment |Â
up vote
0
down vote
For $gcd(n,phi(m))=1$, then you will have $a^nequiv b^n implies aequiv b bmod m.$ (Since $phi(m)$ is always even for $m>2$, $n$ will always be odd under this condition, but many odd numbers will not fulfill this).
When $gcd(n,phi(m))>1$, you can have two (or more) different values producing the same $n$th power - for example, $4^3equiv 9^3equiv 29 bmod 35$.
add a comment |Â
up vote
0
down vote
For $gcd(n,phi(m))=1$, then you will have $a^nequiv b^n implies aequiv b bmod m.$ (Since $phi(m)$ is always even for $m>2$, $n$ will always be odd under this condition, but many odd numbers will not fulfill this).
When $gcd(n,phi(m))>1$, you can have two (or more) different values producing the same $n$th power - for example, $4^3equiv 9^3equiv 29 bmod 35$.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
For $gcd(n,phi(m))=1$, then you will have $a^nequiv b^n implies aequiv b bmod m.$ (Since $phi(m)$ is always even for $m>2$, $n$ will always be odd under this condition, but many odd numbers will not fulfill this).
When $gcd(n,phi(m))>1$, you can have two (or more) different values producing the same $n$th power - for example, $4^3equiv 9^3equiv 29 bmod 35$.
For $gcd(n,phi(m))=1$, then you will have $a^nequiv b^n implies aequiv b bmod m.$ (Since $phi(m)$ is always even for $m>2$, $n$ will always be odd under this condition, but many odd numbers will not fulfill this).
When $gcd(n,phi(m))>1$, you can have two (or more) different values producing the same $n$th power - for example, $4^3equiv 9^3equiv 29 bmod 35$.
answered Jul 29 at 17:09
Joffan
31.8k43169
31.8k43169
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2865828%2fmodular-arithmetic-power-rule-implications%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
No, its is not true. For example, if $m=7$ and $n=3$, then $2^3equiv 1^3 pmod7$, but $2notequiv 1 pmod7$.
– xarles
Jul 29 at 6:52