I'm currently writing an original chapter of a textbook I'm republishing and I need to know if this rather pedantic proof of a total ordering on $\mathbb{R}$ is correct. It looks correct, but something is still bothering me about it. I'd be very grateful if I could get a second opinion on it.
I'll post the theorem preceded by the definitions and terminology I'm using.
Defintion: Let R be a relation from a set A into A i.e. a subset of A × A. Such a relation is called a binary relation. Let a,b,c $\in$ A. Then: a) R is called reflexive if (a,a) $\in$ R. b) R is called antisymmetric if when (a,b)$\in$ R and (b,a) $\in$ R, then a = b. c) R is called transitive if when (a,b)$\in$ R and (b,c) $\in$ R, then (a,c)$\in$ R. d) R is called symmetric if when (a,b)$\in$ R, then (b,a) $\in$ R e) R has the connex property if for every a,b $\in$ A, either (a,b)$\in$ R or (b,a) $\in$ R. f) R is called trichotomous if exactly one of the following conditions holds: (a,b)$\in$ R, (b,a) $\in$ R or a=b. (In other words, if (a,b)$\in$ R and a$\neq$b, then (b,a) $\notin$R. A relation that satisfies this property is called asymmetric.)
Note: It can confusing for beginners what the difference is between property (b) and property (f). These properties refer to 2 different but related relations on A. (f) is a stronger condition and it requires that condition (a) is false for any relation that (f) is true of. The classic example of a trichotomous relation is the relation “< or >“ on ℝ. Clearly this relation is anti-symmetric-for every a,b$\in$ ℝ, a < b and b < a can only be true if a = b because otherwise, we have a logical contradiction. But clearly, a < a or a >a is also a contradiction for the exact same reason. So $(a,a)\notin R$ and the relation is not reflexive on ℝ! So any asymmetric relation is antisymmetric, but the converse is not true. Now we can define some important kinds of relations in mathematics: Def: Let R be a binary relation on a set A. If R is reflexive, transitive and antisymmetric (properties (a)-(c)), we say R is a partial ordering on A. If A has a partial ordering and in addition has property (e), then we say A is a totally ordered set. If a totally ordered set has a second binary relation R’ on A such that property (f) holds, then we call this relation a strict total ordering on A.
We first need to state precisely what “≥” on ℝ means. Since we’ve avoided an explicit construction of ℝ beyond the brief one from ℚ given by Dresden, we’re going to state certain results proven in a detailed construction axiomatically i.e. by definition. Let’s assume ℝ with the usual arithmetic operators + and × that you remember from high school with the usual properties of commutative, associative and distributive laws of algebra. We also assume the absolute value as defined by Dresden in chapter 3. Def: We define 0$\in\mathbb ℝ $ as the unique real number such that for any a$\in\mathbb ℝ $, a + 0 = a. We define 1 as the unique real number where 1 ≠ 0 and for every a $\in\mathbb ℝ$, 1× a = a.
Def: Let a $\in\mathbb ℝ$. Then the negative of a, denoted –a, is the unique real number such that a + -a = 0.
We now define axiomatically a unique subset of ℝ that will allow us to rigorously define “≥”. It will also eventually permit us to give a more rigorous definition of the absolute value that’s consistent with modern usage.
Def: Let x,y$\in\mathbb ℝ $.Then there exists P$\subset\mathbb ℝ $, denoted P, that satisfies the following 2 axioms:
(i) P is closed under + and × i.e. x,y$\in P$ implies x + y$\in P$ and x × y $\in P$.
(ii) For every real number x$\in \mathbb R$, either x$\in P$, x = 0 or - x$\in P$.
We can now use P, called the positive class of the reals, to rigorously define the relation “≥”. Def: Let x $\in\mathbb R$. Then x ≥ 0 if and only if either x $\in P$ or x = 0. Similarly, we say x$\leq$ 0 if and only if either –x $\in P$ or x =0. Now let a,b,c $\in\mathbb R$. such that c = b − a. Then c ≥ 0 $\longrightarrow $ b – a ≥ 0 $\longrightarrow $ b ≥ a. Similarly, c $\leq $0 $\longrightarrow $ b – a $\leq$ 0 $\longrightarrow $ b $\leq$ a.
Now we’ll prove the relation gives a total ordering.
1) Reflexive: Let x ∈ℝ. Then, x ≥ x $\longrightarrow $ x - x ≥ 0, which is true since x - x =0. Thus, (x,x)∈ℝ×ℝ. 2) Anti-symmetric: Let (x,y)∈ ℝ×ℝ and (y,x)∈ ℝ×ℝ. Then, x≥y and y≥x. If x=y $\longleftrightarrow $ y=x, then it’s trivial. Assume x≠y. Then either x > y or y >x. If x >y, then x−y > 0. If y >x, then y−x >0. These cannot both be true because then because P is closed under addition, (x−y) + (y-x) >0 $\longleftrightarrow $ 0 >0, which is a contradiction. So the only time when this holds is when x and y are the same value. Therefore, x=y and the relation is anti-symmetric. 3) Transitive: Let (x,y)∈ ℝ×ℝ and let (y,z)∈ ℝ×ℝ. Thus, x≥y and y≥z. If x≥y , then either x−y $\in P$ $\longrightarrow $ x−y > 0 or x−y =0. Similarly, if y≥z , then either y−z $\in P$ $\longrightarrow $ y−z > 0 or y-z =0. We now check each possible case. If x−y$\in P$ and y−z =0, then y=z and x−z $\in P$, so x≥z. Similarly, if y−z $\in P$ and x =y , then x−z $\in P$ , so x≥z. Clearly if x= y = z, then x =z and (x,z)∈ ℝ×ℝ. There is just one case left to check: if x >y and y > z. If so, then x –y $\in P$ and y – z $\in P$ . By closure of P, (x –y) + (y – z) = x – z $\in P$ . Thus, x≥z. Therefore, (x,z)∈ ℝ×ℝ in all cases and transitivity is proven.. We lastly have to prove the connex property i.e. that for any x,y ∈ℝ, (x,y) or (y,x) ∈ℝ×ℝ. Let’s prove it by contradiction. Assume neither ordered pair is in the relation. Then x < y and y < x, which is clearly impossible. So at least one of these ordered pairs has to be present. So the relation is comparable and is therefore a total ordering on ℝ! Q.E.D
Edit: I've gone back and cleared up all the MathJax text as best I can. I'm gonna check it carefully against the original Microsoft Word document, but it looks correct. I'll be very grateful to whoever responds.
This is a comment.
I prefer definitions to use "iff" , not "if" because in almost all cases in almost all books, that is what is actually meant. I think you should include quantifiers. I think you should delete the word "called". E.g.
$R$ is reflexive iff $\forall a\in A\,(\, (a,a)\in R)$
or: $R$ is reflexive iff $(a,a)\in R$ for all $a\in A.$
I think you should not label the properties as a), b),c), etc., because you are also using these letters for members of $A,$ which makes it harder to read and to digest.
I think Symmetric and Anti-Symmetric should be listed consecutively.
Two simple examples of a transitive $R$ (property c)) without Trichotomy (property f)) are (1): $R=A\times A$ when $A$ has more than 1 member, and (2): $R=\emptyset \ne A.$
Many books say a relation "satisfies Trichotomy" so perhaps you should mention that this means the same as "Trichotomous".