Let $X$ be a set with more than two elements. Define a relation $R$ on $P (X)$, the power set of X, by $(A, B) \in R$ if and only if $A \subseteq B$. Show that $R$ is a partial order on $P (X)$. Is it a well ordering? Is it a total ordering?
So there is a set $X$, that has more than 2 elements. The power set of $X$ has $(A,B)\in R$ if and only if $A \subseteq B$. How would I show if it is partial order on $P(X)$? Or if it is well and/or total ordering? If I am correct, partial ordering is when reflexive, anti symmetric, and transitive. I am not to sure about total ordering. Well ordering = a set having a least element, if I am not mistaken.
(Discrete Mathematics)
A total ordering is a partial ordering that also has that for all $a$ and $b$, either $(a,b)\in R$ or $(b,a)\in R$. A well ordering is a total ordering with the property that every subset of $X$ has a least element.
To show each of these properties, you have to answer the following questions for all $A, B, C$, where they are subsets of $X$:
Reflexivity: Is every set a subset of itself?
Antisymmetry: If $A\subseteq B$ and $B\subseteq A$, is $A=B$?
Transitivity: If $A\subseteq B$ and $B\subseteq C$, is $A\subseteq C$?
To be totally ordered (if you proved partial ordering): For any subsets of $X$, $A$ and $B$, is $A\subseteq B$ or $B\subseteq A$?
To be well ordered (if you proved total ordering): For any set of subsets of $X$, is there always one that is a subset of all of the other subsets?