How can one show that there is no ordering on $\mathbb{Z}_n$?
At first the answer seemed trivial to me as there is no inclusion of the sets, meaning they are all pairwise disjoint elements. Hence Ordering Cannot exists. However we are asked to specifically show the following properties do not hold
i.) if $a<b$ and $b<c$ then $a<c$
ii.) if $a<b$ then $a+c<b+c$
How would one show these specifically do not hold since there is no ordering I can come up with at all? Or is it enough to say that there is no ordering without proving these specific examples?
Of course you need to prove it rigorously. If there is a total order $<$ over $\mathbb Z_n$, then either $1>0$ or $1<0$. What happens if you add the inequality to itself $n$ times?
Edit: note that the proof uses the fact that if $a<b$ and $c<d$ then $a+c<b+d$. This is because $a+c<b+c$ (by property $\mathrm{ii}$), and $b+c<b+d$ (again by property $\mathrm{ii}$). Then by property $\mathrm{i}$, we get $a+c<b+c$ and $b+c<b+d$ implies $a+c<b+d$.