Given $X$ a set, Take $(P(X),\subseteq)$ Where $P(X)$ is the power set of $X$, My question is how would i show if the above is a partial order, and when is it a total order? and is it a lattice, how could i determine the max and min of $P(X)$ for a general set $X$.
My attempt for the first part would be to test that $X$ itself is reflexive, anti-symmetric and transitive, however i don't know if i'm to apply this to the set $X$ or $P(X)$ and how to do this for a set which is just as general as the one above.
It may help if we first define what "$\subseteq$" means exactly. Given two sets $A$ and $B$, we say $A \subseteq B$ if for all $x \in A$, we have $x \in B$.
Try to do each part without looking at my answer, and then see how we compare.
We need to show three conditions for it to be a partial ordering: $\subseteq$ is reflexive, antisymmetric, and transitive. We must show this on the subsets of $X$.
Reflexive: Let $A \subseteq X$ be some subset. Is it true that $A \subseteq A$?
Antisymmetric: Let $A, B \subseteq X$. If $A \subseteq B$ and $B \subseteq A$, then does $A = B$?
Transitive: Let $A, B, C \subseteq X$. Then if $A \subseteq B$, and $B \subseteq C$, do we have $A \subseteq C$?
For total order, we require a third property; that is, for all $A, B \in \mathcal{P}(X)$, we have $A \subseteq B$ or $B \subseteq A$. Try to first construct a counterexample.
Can you construct an example?
What can you then say about these two examples? Can you construct a claim from this?
How would you prove this claim?
How would you show its a lattice?
How would you determine a max and a min?
What can we then say about our lattice $\mathcal{P}(X)$?