I am currently studying Zorn's lemma and its my understanding that the definition of a maximal element is a primitive to the lemma.
From my understanding a maximal element $M$ of a partially ordered set $(S,<)$ is an element $M \in S$ where, if $M \leq x $ for some $ x \in S$, then $x=m$.
This easilty illustrated when the set is {∅, {1}, {2}, {3}, {1, 2}}. Then the maximal elements are {3} and {1,2}.
But what if the partially ordered set i am considering is $(S,R)$. So for example let S=P({a,b,c}) which is the power set of {a,b,c} and the relation $\subseteq$. Now whats is the maximal element in this set?
Thank you in advance.
The only maximal element in the power set $S = P(\{a,b,c\})$ is $\{a,b,c\}$. Clearly $\{a,b,c\}$ is itself maximal and any other maximal subset $M$ of $\{a,b,c\}$ satisfies $M \subseteq \{a,b,c\} = x$ and thus by the maximality has $M = x= \{a,b,c\}$.