Suppose the set $S$, partially ordered by $\subseteq$ respectively, is $S=\{x,y,z\}$. Show all maximal chains in the power set of S.
1st Attempt: I wrote out the power set of S ( $P(S)$ ) as such $P(S)=\{\emptyset,\{x\},\{y\},\{z\},\{x,y\},\{x,z\},\{y,z\},\{x,y,z\}\}$. I think the maximal chain(s) would just be $\{x,y,z\}$ (or $S$ itself) given the definition of a maximal chain.
2nd Attempt:However, this brought me to confusion on $\{\emptyset, x\}$, $\{ \emptyset, y\}$, and so forth on being maximal chains as well despite not being explicitly stated in the power set. Any suggestions on how to move forward?
Hint. One of the maximal chains is $$\emptyset \subseteq \{x\} \subseteq \{x, y \} \subseteq \{x,y,z\}.$$ Can you find the other ones?