ΘρϵηΠατπ

The Order Basis
Let (X,) be a total order and assume that |X|2 then let be defined as follows:
  • All open intervals (a,b)X
  • All intervals of the form [a0,b) where a0 is the smallest element of X, if there are no smallest element then these sets are not included (as they don't exist)
  • All intervals of the form (a,b0) where b0 is the largest element of X, if there are no largest element then these sets are not included (as they don't exist)
then we call the order basis for X
The Order Basis Is a Basis
As per title.
TODO: Add the proof here.
The Order Topology
Suppose that is the order basis for X, then we call the topology generated by the order topology on (X,)
The Dictionary Order
Let X1,X2,,Xn be sets with orders 1,2,,n, respectively. The dictionary order on the Cartesian product X1×X2××Xn is defined as follows: For 𝐚=(a1,a2,,an)and𝐛=(b1,b2,,bn) in X1×X2××Xn, we say that 𝐚𝐛 if, for some i{1,2,,n}, we have a_j = b_j \quad \text{for all} \quad j < i \quad \text{and} \quad a_i \leq_i b_i. ParseError: Expected 'EOF', got '&' at position 40: …r all} \quad j &̲lt; i \quad \te…

Suppose we're working in × with the dictionary order, then if we consider the two points (a,b),(c,d)× the notationally the interval between them is ((a,b),(c,d)) as you can see the outer parenthesis form an interval but the inner ones are simply points, this becomes incredibly confusing so the notation x×y is sometimes used to refer to points in ×.

The Order Basis for the Dictionary Order on RxR
The order basis for the dictionary order on × is {(a×b,c×d):(a<c)(a=cb<d),a,b}
TODO: Add the proof here.