#Why do these numbers don't have a gcd?
15 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
@cinder plume I think Euclid's lemma is a quick clean approach
Which is that?
More specifically, if gcd (ax,bx) exists, then Euclid's lemma says that
if a | bx and gcd(a,b) = 1, then a | x
hence, if you show that Euclid's lemma fails for these elements, then their gcd cannot exist
in your case a = 1 + sqrt(-5), b = 3 and x = 2
assuming gcd(ax,bx) exists, we must have the Euclid lemma
- Note that ( 1+sqrt(-5) ) (1-sqrt(-5)) = 6 = bx, so a | bx
- gcd (a,b) = 1
so it must follow that 1+sqrt(-5) | 2
but is this true? @cinder plume
$$ (1+\sqrt{-5})(u+v\sqrt{-5}) = 2 $$
aL
does this have a solution?
||some (u, v) = (k,-k) works||
u + (u+v)root(-5) - 5v = 2, hence this can only work if u-5v = 2 and u+v = 0. There is no integer solution to this @true rapids