So I've been redoing some relations problems and came across this one:
Prove that the relation defined over $\mathbb{R}^2$ is a total order relation $$ (x_1, y_1) \rho (x_2, y_2) \iff x_1 < x_2 \lor (x_1 = x_2 \land y_1 \le y_2) $$
Assuming the relation is indeed reflexive, antisymmetric and transitive ( these don't seem too difficult to prove, and the task focuses more on the type of relations ), it doesn't take too long to find an example that counters the totality i.e. $(2,0)$ and$(1,0)$.
Did I misunderstood the concept of a total order relation, i.e. having already proven the reflexivity, antisymmetry and transitivity, we are left to prove the totality i.e. $$ (\forall\ x,y\in \mathbb{R}^2)\ x\rho y\ \lor\ y\rho x $$
which of course is not true for the given sample values. In fact, it doesn't make sense for this relation to be total order since it never allows $x_2 > x_1$, or at least i think so.
I think you are misunderstanding totality.
For all $(a,b)$ and $(c,d)$ either $(a,b)\rho(c,d)$ or $(c,d)\rho(a,b)$ or $(a,b) = (c,d)$ all mutually exclusive.
So you if you can prove
1) $(a,b)\not \rho (a,b)$ for any $(a,b)$.
2) If $(a,b) \ne (c,d)$ either $(a,b) \rho (c,d)$ or $(c,d) \rho (a,b)$ but never both.
you will have proven it is a total order.
=====
Actually, I screwed up the definition of total order too. I was thinking of "<" vs "$\le$". I always get them confused.
we want
1)$(a,b) \rho (a,b)$
2)$(c,d) \rho (a,b)$ or $(a,b)\rho(c,d)$ for any two $(a,b), (c,d)$ but if $(a,b)\rho(c,d)$ AND $(c,d)\rho(a,b)$ then $(a,b) = (c,d)$.