I have the following problem:
Let $(A,\leq)$ a poset. Prove that there exist a total order $\leq^ *$ on $A$ such that if we have $a\leq b$ we can conclude $a\leq^*b$. (Hint: Use the Zorn Lemma)
I tried to use the hint. Considering the set $D$ of all the pair $(B,\leq _B)$ such that $B\subset A$ and $\leq_B$ is a total order such that $a\leq b$ implies $a\leq_B b$. I defined a partial order on $D$ in the following way: $$(B,\leq_B)\leq (C, \leq_C)$$ iff $B\subset C$ and $\leq_B\subset \leq_C$. I can prove that the hypothesis of the lemma Zorn holds. Then I can suposse that there exist maximal $(\bar A, \leq_{\bar A})$ in $D$. How do I prove that $A=\bar A$?
If I suposse that $A\not = \bar A$ then I can choose a $x\in A-\bar A$. I need specifically a way to construct a total order $\bar\leq$ on $A\cup \{x\}$ such that $\leq_{\bar A}\subset\bar\leq$ and if $a\leq b$ where $a,b \in A\cup \{x\}$ then $a\bar\leq b$. How can I do that?
Thanks!