A relation '$ < $' defined on a set $ A $ is called a strict total order (or a linear order, according to Munkres) relation if
- for any $ a\ne b $ from $ A $, either $ a<b $, or $ b<a $;
- for no $ a\in A $, $ a<a $;
- for any $ a $, $ b $, $ c $ from $ A $, $ a<b $ and $ b<c $ together imply $ a<c $.
I want to know whether it is always possible to define a strict total order relation on any given set. I know that if $ A $ is the given set, $ X $ is a strict totally ordered set, and $ f\mathpunct{:} A\to X $ is an injection, then such a relation can be induced in the following way $$ a_{1}<a_{2} \text{ if and only if }f(a_{1})<f(a_{2}). $$ However, in this case, my question reduces to: Given a set $ A $, can we always find a strict totally ordered set $ X $ to support such a map $ f $?
I must mention here that my primary objective is to have the answer to the question posed in the title. The above discussion is just one possible way to get the answer. If there are other trivial (or non-trivial) ways, please let me know about that.