a^n | b^n => a|b: I'm having trouble finishing up the proof

Steven G

Elite Member
Joined
Dec 30, 2014
Messages
14,383
I am having trouble finishing up the proof for a^n | b^n => a|b. If I was a student I would think about this for days but 4-5 hours is long enough these days. A hint would be nice.
Here is what I have so far.

Proof: Let d = gcd(a,b) implies d|a and d|b implies a=rd and b=sd, where gcd(r,s)=1
[note: if r=1 then a=d implies b=sa implies a|b----so it suffices to show that r=1]
Given a^n | b^n which implies b^n = m*a^n
Define d'= gcd(a^n, b^n)
By previous theorem, gcd(r,s) = 1 implies gcd(r^n, s^n) = 1

There exist x and y in Z, s/t d=ax+by
There exist x' and y' in Z s/t d' = x'a^n + y'b^n
There exist x" and y" in Z s/t 1 = x"r^n + y"s^n
There exists x''' and y''' in Z s/t 1 = rx''' + sy'''
...???
 
Not the most elegant approach, but I'd look at prime factorizations of 'a' and 'b'.
Yes, I can easily prove it that way. However the book that I am studying number theory from hasn't gotten into prime factorization yet. The author clearly wants me to use the definition of a|b.
 
Another approach could be reducing the problem to the case of mutually prime 'a' and 'b'.
 
I am having trouble finishing up the proof for a^n | b^n => a|b. If I was a student I would think about this for days but 4-5 hours is long enough these days. A hint would be nice.
Here is what I have so far.

Proof: Let d = gcd(a,b) implies d|a and d|b implies a=rd and b=sd, where gcd(r,s)=1
[note: if r=1 then a=d implies b=sa implies a|b----so it suffices to show that r=1]
Given a^n | b^n which implies b^n = m*a^n
Define d'= gcd(a^n, b^n)
By previous theorem, gcd(r,s) = 1 implies gcd(r^n, s^n) = 1

There exist x and y in Z, s/t d=ax+by
There exist x' and y' in Z s/t d' = x'a^n + y'b^n
There exist x" and y" in Z s/t 1 = x"r^n + y"s^n
There exists x''' and y''' in Z s/t 1 = rx''' + sy'''
...???
How about a proof by induction? Tried it, can't quite wrap my mind around the logic of the induction step yet...
I asked ChatGPT, it gave me a proof, but I am not 100% sure it's correct.
 
The author of the textbook which the problem came from gave the hint to show that r=1.
 
The author of the textbook which the problem came from gave the hint to show that r=1.

[imath]r,s[/imath] are mutually prime, thus [imath]\exists f,g : fs+gr = 1 \rightarrow fs = (1-gr)[/imath]
But [imath]r^n | s^n \rightarrow r^n | f^n s^n = (1-gr)^n[/imath]
Does this look good enough ?:)
 
[imath]r,s[/imath] are mutually prime, thus [imath]\exists f,g : fs+gr = 1 \rightarrow fs = (1-gr)[/imath]
But [imath]r^n | s^n \rightarrow r^n | f^n s^n = (1-gr)^n[/imath]
Does this look good enough ?:)
What you wrote is valid, but I still don't see why r=1 (or a|b)
 
What you wrote is valid, but I still don't see why r=1 (or a|b)
[imath]r^n | (1-gr)^n \rightarrow (1-gr)^n = p r^n = p_2 r[/imath]
But [imath]1-gr)^n = 1 + p_3 r[/imath] thus we get [imath]1+p_3r = p_2 r \rightarrow (p_2-p_3)r = 1[/imath], which means that [imath]r[/imath] divides 1.
 
Wait a minute. I have a problem with your post #9.
If r and s are mutually prime, then how can rn | sn? If rn | sn is true, by symmetry, wouldn't sn | rn as well? Then rn and sn would just differ by maybe a sign.
What am I missing??


Clearly, gcd(4,9)=1. 4|9, no! 4n | 9n, no!
 
Last edited:
'r' and 's' are mutually prime because they came from dividing 'a' and 'b' by their GCD, i.e. gcd(r,s) = 1.
[imath]r^n | s^n[/imath] because [imath]a^n | b^n[/imath]

Division is not symmetric.
How did I not see that [imath]r^n | s^n[/imath] because [imath]a^n | b^n[/imath]?
I know that division is not symmetric. I was thinking that if randomly [imath]r^n | s^n[/imath], then naturally [imath]s^n | r^n[/imath]
 
Here is my proof:

Fact: If an | bn, then a|b
Proof: Let d=gcd(a,b) => a=rd and b =sd, where gcd(r,s) = 1 => there exists u and v in Z s/t 1=ru+sv =>sv = 1 - ru.
Now an | bn iff (rd)n | (sd)n iff rn | sn iff rn | snvn iff rn | (1-ru)n =>(1-ru)n = prn=(prn-1)r = p2r.
(1-ru)n= 1+p3r. Then p2r= 1+p3r => (p2-p3)r = 1 =>r|1 => r=1 =>a=d=>b=sa => a|b
 
I'm not sure why the above proof was so hard for me given that I was able to do many other proofs of this type of equal difficulty.
Having said that, I do think that proofs like this, imo, are more elegant than using prime factorization.
 
Top