Let $A$ be a finite set, and $\langle A,R\rangle $ be partially ordered.
$\textbf{Prove}$ that there exists a total order $\leq$ over $A$ such that $R \subseteq {\le}$.
$\textbf{My Attempt:}$ Define $B \subseteq \mathbb{N}$ by $B = \{ k \in \mathbb{N}\mid$ there is a partial order $S$ on $A$ such that $ R \subseteq S$ and $|S| = k \}$.
Now, I tried to prove that $B \neq \emptyset$ and Bounded. I thought about using the maximum principle (the opposite of the Well-ordering principle).
I can’t follow your description of what you’re trying to do, I’m afraid. One straightforward approach is to prove the result by induction on $|A|$. If you know the result for sets of cardinality $n$, and $|A|=n+1$, fix $a_0\in A$, extend the restriction of $R$ to $A\setminus\{a_0\}$ to a linear order on $A\setminus\{a_0\}$, and then show that it’s always possible to insert $a_0$ into this linear order to get a linear extension of $R$.
Added: In more detail, $P(n)$ is the statement that if $\langle A,R\rangle$ is a partial order, and $|A|=n$, then there is a linear order $L$ on $A$ such that $R\subseteq L$. This is trivial for $n=1$. The induction argument is to assume that $P(n)$ is true and show that $P(n+1)$ is true. To do this, start with a partial order $\langle A,R\rangle$ such that $|A|=n+1$. Pick any $a_0\in A$, let $A_0=A\setminus\{a_0\}$, and let $R_0=R\cap(A_0\times A_0)$. Then $\langle A_0,R_0\rangle$ is a partial order, and $|A_0|=n$, so by the induction hypothesis there is a linear order $L_0$ on $A_0$ such that $R_0\subseteq L_0$. Now show that it is possible to insert $a_0$ into the linear order $L_0$ to get a linear order $L$ of all of $A$ such that $R\subseteq L$.