[step:Show that if $B$ is compressed and $x < y$ with $x \notin B$ and $y \in B$, then $y = x^c$]Suppose $B$ is $i$-compressed for every $1 \leq i \leq n$, and suppose there exist $x, y \in \mathcal{P}(X)$ with $x < y$ in the simplicial order, $x \notin B$, and $y \in B$.
Consider any element $j \in \{1, \ldots, n\}$. We claim that $j$ belongs to exactly one of $x$ and $y$. Suppose for contradiction that $j \in x \cap y$ (both contain $j$). Then $x \setminus \{j\} \in (Q_{n-1})$ and $y \setminus \{j\} \in (Q_{n-1})$. Since $|x| \leq |y|$ (as $x < y$) and removing $j$ from both preserves the size relationship, we have $x \setminus \{j\} \leq y \setminus \{j\}$ in the simplicial order on $\mathcal{P}(X \setminus \{j\})$. Now $x \setminus \{j\} \in B_+^{(j)}$ would require $x \in B$, contradicting $x \notin B$. So $x \setminus \{j\} \notin B_+^{(j)}$. But $y \setminus \{j\} \in B_+^{(j)}$ (since $y \in B$ and $j \in y$). Since $B$ is $j$-compressed, $B_+^{(j)}$ is a simplicial initial segment and must contain all elements smaller than $y \setminus \{j\}$. In particular $x \setminus \{j\} \leq y \setminus \{j\}$ forces $x \setminus \{j\} \in B_+^{(j)}$, a contradiction.
Similarly, suppose $j \notin x$ and $j \notin y$ (neither contains $j$). Then $x \in B_-^{(j)}$ would require $x \in B$, contradicting $x \notin B$. So $x \notin B_-^{(j)}$. But $y \in B_-^{(j)}$ (since $y \in B$ and $j \notin y$). Since $B$ is $j$-compressed, $B_-^{(j)}$ is a simplicial initial segment, and $x < y$ implies $x \leq y$ in the simplicial order on $\mathcal{P}(X \setminus \{j\})$. So $x$ must be in $B_-^{(j)}$, a contradiction.
In both cases we reach a contradiction. Therefore, for every $j \in \{1, \ldots, n\}$, the element $j$ belongs to exactly one of $x$ and $y$. This means $x \cup y = X$ and $x \cap y = \varnothing$, i.e., $y = x^c$.[/step]