I am given this proposition to prove which is a corollary to HMP(Hausdorff maximality principle). My two concerns are: 1. is my attempted proof correct? and 2. Is HMP applicable even when we're dealing with collections instead of sets? This last point troubles me because after reading Asaf Karagila answer here I try to be more careful when talking about collections.
Here is the corollary:
Proposition: Suppose $X$ is a non-void set and $A$ is some non-void collection of subsets of $X$, and $S$ is a subcollection of $A$ which is monotonic. Then there exists a maximal monotonic subcollection of $A$ which contains $S$.
I have included a proof outline because: 1. I still can't write proofs correctly so my reasoning in the final proof can appear wrong and 2. So that you can figure out where I got things wrong, if i did.
Proof outline: First we define a relation $\leq$ on $A$ given by $A_i \leq A_j$ iff $A_i \subset A_j$ for $A_i, A_j \in A$ and we show that $\leq$ is a partial ordering. Then we find a subcollection $S$ of $A$ such that the ordering is linear on $S$. Finally we apply HMP to show the existence of the subcollection asked in the proposition.
Proof: Let $\leq$ be a relation on $A$ such that $A_i \leq A_j$ iff $A_i \subset A_j$ for $A_i, A_j \in A$. $\leq$ is a partial ordering since it is: 1. reflexive: if $A_i \in A$ then $A_i \leq A_i$, 2. anti-symmetric: if $A_i \leq A_j$ and $A_j \leq A_i$ then $A_i = A_j$ and 3. transitive: if $A_i \leq A_j$ and $A_j \leq A_k$ then $A_i \leq A_k$. Let $S$ be a subcollection of $A$. Since there is a partial ordering on $A$ then there is a partial ordering on $S$. Furthermore let $S$ be the collections of those sets $S_i$ such that $S_1 \subset S_2 \subset S_3 \subset \dots \subset S_n$, for $S = \{S_1, S_2, S_3, \dots, S_n\}$. We can verify that for any two sets $S_i, S_j \in S$; $S_i \leq S_j$ or $S_j \leq S_i$, therefore $\leq$ is a linear ordering on $S$. By HMP, there exists a set $M$ such that it is maximal and $S \subset M$. And since $M \subset A$ and $A$ is monotonic, $M$ is monotonic as well. $\square$
If this proof is correct (or even if not) is there any other proof(s)?
Enlightenment please!
UPDATE 1:
Here is the statement of HMP I'm using:
Any linearly ordered subset of a partially ordered set is contained in maximal linearly ordered subset.
UPDATE 2:
As per answer by Asaf Karagila bellow and comments, I have a final proof with minor corrections. It appeared better to leave the original proof for future reference without future readers having to go through revision history to understand what was happening. So here we go:
Proof: Let $\leq$ be a relation on $A$ such that $A_1 \leq A_2$ iff $A_1 \subseteq A_2$ for $A_1, A_2 \in A$. $\leq$ is a partial ordering since it is: 1. reflexive: if $A_1 \in A$ then $A_1 \leq A_1$, 2. anti-symmetric: if $A_1 \leq A_2$ and $A_2 \leq A_1$ then $A_1 = A_2$ and 3. transitive: if $A_1 \leq A_2$ and $A_2 \leq A_3$ then $A_1 \leq A_3$. Let $S$ be a subcollection of $A$. Since there is a partial ordering on $A$ then there is a partial ordering on $S$. Also since $A$ is monotone, $S$ is monotone as well. We then verify that for any two sets $S_1, S_2 \in S$: $S_1 \leq S_2$ or $S_2 \leq S_1$, therefore $\leq$ is a linear ordering on $S$. By HMP, there exists a set $M$ such that it is maximal and $S \subset M$. And since $M \subset A$ and $A$ is monotonic, $M$ is monotonic as well. $\square$