- #1
nomadreid
Gold Member
- 1,726
- 228
- TL;DR Summary
- On a variation of the lexicographical order, but in polar coordinates (identifying angles with the same position in the plane), this would naively seem to be both a linear order (not amenable to a field structure!) and to cover the plane... but this would be too easy, so I am overlooking something basic....
On a plane with a selected origin point and a selected zero rotation direction, identify each point p with (rp,θp), where rp is the distance to the origin and θp is the angle in [0, 2π). Define an order ≤* between points p and q as b
p=*q if they are identical,
p <* q if
[1] rp < rq, or
[2] rp = rq & θp = θq
(that is, if the plane consists of concentric circles around the origin, then those on the inner circles are less than those on the outer circles, and inside a circle, the points at a smaller non-negative angle (mod 2π) are smaller than the points with a larger one).
Either what is wrong with this definition (and could it be easily fixed), why isn't it a linear order (yes, I know that it can't be made into a field structure), and/or why isn't it a space-filling curve?
p=*q if they are identical,
p <* q if
[1] rp < rq, or
[2] rp = rq & θp = θq
(that is, if the plane consists of concentric circles around the origin, then those on the inner circles are less than those on the outer circles, and inside a circle, the points at a smaller non-negative angle (mod 2π) are smaller than the points with a larger one).
Either what is wrong with this definition (and could it be easily fixed), why isn't it a linear order (yes, I know that it can't be made into a field structure), and/or why isn't it a space-filling curve?