Ordering of R (via Dedekind Cuts)

Ordering of R

R has Order.

Proof

We can order elements on R where AB for our cuts A,B means AB. This is automatically transitive:

ABBCABBCACAC

Now we can verify A,BR exactly one of A<B,A=B,A>B holds. To show this, let A,BR.

  1. (A<B): Assume AB,AB. We'll show A<B. Since AB then it's sufficient to show that AB (automatically a proper subset). Pick an arbitrary aA. Since we know BA then that implies that BA so then bB such that bA. If we show that a<b then we can finish. Using the properties from Q for order:

Therefore since a<b and B is a cut, then aB consequently. Thus AB. Thus A<B.

  1. Is it possible that A=B and B<A? No since if we assume both are true then A=B while BA so then clearly AB which implies A<B which is a contradiction as we assume that has to be false. Thus only one can be true at a time.