I am trying to prove that the set of irrational numbers $\mathbb{I}$ is totally ordered. I almost completed the proof but stuck at the very end...
Some theory. The set of irrational numbers $\mathbb{I}$ consist of all possible $A)(A'$ cuts that can be constructed on rational numbers $\mathbb{Q}$. The $A)(A'$ means there is no biggest element in $A$ class and no lowest element in $A'$ class.
Now we define the equal and bigger relations between two arbitrary irrational numbers $\alpha = A)(A'$ and $\beta = B)(B'$.
$$ \alpha = \beta :\Leftrightarrow (A=B) \land (A' = B') \qquad \quad \alpha > \beta :\Leftrightarrow B\subset A $$
So now I need to prove that the set of irrational numbers is totally ordered:
$$ \boxed{\forall \alpha, \beta \in \mathbb{I} : \ (\alpha = \beta) \lor \Big( (\alpha > \beta) \dot{\lor} (\beta > \alpha)\Big)} $$
I think it's easier to prove trichotomy by showing that if $\ \alpha\ne \beta\ $ and $\ \alpha\not>\beta\ $ then $\ \beta>\alpha\ $.
If $\ \alpha\not>\beta\ $ then, by definition $\ B\not\subset A\ $, and if $\ \alpha\ne\beta\ $ too, it follows that $\ B\not\subseteq A\ $. Therefore $\ B\cap A'\ne\emptyset\ $. Let $\ b\in B\cap A'\ $ and $\ a\in A\ $. Since $\ b\in A'\ $, then $\ b>a\ $ and therefore $\ a\in B\ $. Since this holds for any $\ a\in A\ $, it follows that $\ A\subseteq B\ $, and, since $\ A\ne B\ $, that $\ A\subset B\ $. Therefore $\ \beta>\alpha\ $.
For completeness, I note that I've here used a couple of properties of the Dedekind cut $\ A)(A'\ $ that you didn't mention in your description—namely $\ a'>a\ $ for all $\ a'\in A'\ $ and $\ a\in A\ $, and $\ (x\in A) \wedge (x>y)\implies y\in A\ $.