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.