I was reading about total orders on this website: https://medium.com/@WindUpDurb/on-partial-ordering-total-ordering-and-the-topological-sort-9f9c0d0d812f and they say that $(ℤ, <)$ is a total order, but I think that it's incorrect since for it to be a total order it must first be a partial order, which means the relation $<$ must be reflexive. $<$ is not reflexive, so that shouldn't be a a total order, correct?
Asked
Active
Viewed 291 times
Antisymmetry: If $a \leq b$ and $b\leq a$, then $ a = b$. Transitivity: If $a \leq b$ and $b\leq c$, then $a\leq c and b ≤ c.$ Connexity(Comparabilty) $a\leq b$ or $b\leq a}$ for all $a, b$ in $X$."
– amWhy Apr 02 '20 at 18:12Antisymmetry I $a ≤ b$ and $b ≤ a$ , $ a=b;$ Transitivity : If $a\leq b$ and $b\leq c$ then $ a\leq c$; Connexity: If $a ≤ b$ or $b ≤ a$ for all $a, b \in X$
– amWhy Apr 02 '20 at 18:25