I'm trying to solve a few problems and can't seem to figure them out. Since they are somewhat related, maybe solving one of them will give me the missing link to solve the others.
(1) Prove that there's no a so that a3≡−3(mod13)
So I need to find a so that a3≡10(mod13). From this I get that a≡(13k+10)1/3(mod13) If I can prove that there's no k so that (13k+10)1/3 is a integer then the problem is solved, but I can't seem to find a way of doing this.
(2) Prove that a7≡a(mod7)
If a=7q+r→a7≡r7(mod7). I think that next step should be r7≡r(mod7), but I can't figure out why that would hold.
(3) Prove that 7|a2+b2⟷7|aand7|b
Left to right is easy but I have no idea how to do right to left since I know nothing about what 7 divides except from the stated. Any help here would be much appreciated.
There're a lot of problems I can't seem to solve because I don't know how to prove that a number is or isn't a integer like in problem 1 and also quite a few that are similar to problem 3, but I can't seem to find a solution. Any would be much appreciated.
Answer
HINT (2) mod 7: {±1,±2,±3}3≡±1, so squaring yields a6≡1 if a≢0.
(3) mod 7: if a2≡−b2, then, by above, cubing yields 1≡−1 for a,b≢0.
(1) mod 13: {±1,±3,±4}3≡±1, {±2,±5,±6}3≡±5, and neither is ≡−3.
If you know Fermat's little theorem or a little group theory then you may employ such to provide more elegant general proofs - using the above special cases as hints.
No comments:
Post a Comment