[step:State the inductive hypothesis and define the splitting construction]Suppose $\mathcal{P}([n-1])$ has a symmetric chain decomposition $\mathcal{C}_1, \mathcal{C}_2, \ldots, \mathcal{C}_t$, where each $\mathcal{C}_j$ is a chain $\{C_{a_j}, C_{a_j+1}, \ldots, C_{n-1-a_j}\}$ with $|C_k| = k$ for each $k$. (Here $a_j$ is the starting level of $\mathcal{C}_j$, and the chain ends at level $n - 1 - a_j$ by symmetry.)
From each chain $\mathcal{C}_j$, construct two families in $\mathcal{P}([n])$:
\begin{align*}
\mathcal{C}_j^{(0)} &= \{C_{a_j},\, C_{a_j+1},\, \ldots,\, C_{n-1-a_j},\, C_{n-1-a_j} \cup \{n\}\}, \\
\mathcal{C}_j^{(1)} &= \{C_{a_j} \cup \{n\},\, C_{a_j+1} \cup \{n\},\, \ldots,\, C_{n-2-a_j} \cup \{n\}\}.
\end{align*}
The chain $\mathcal{C}_j^{(0)}$ is formed by keeping the original chain and appending the set $C_{n-1-a_j} \cup \{n\}$ (the top element of $\mathcal{C}_j$ with $n$ adjoined) at the end. The chain $\mathcal{C}_j^{(1)}$ is formed by taking all elements of $\mathcal{C}_j$ except the top element $C_{n-1-a_j}$ and adjoining $n$ to each.
When $|\mathcal{C}_j| = 1$ (i.e., $a_j = (n-1)/2$ so the chain consists of a single element at the middle level), the chain $\mathcal{C}_j^{(1)}$ would be empty and is dropped.[/step]