[step:Reparameterise to obtain the bar-product form $(x \mid x + y)$]Recall the definition of the bar product:
\begin{align*}
\mathrm{RM}(d-1, r) \mid \mathrm{RM}(d-1, r-1) = \{(x \mid x + y) : x \in \mathrm{RM}(d-1, r),\ y \in \mathrm{RM}(d-1, r-1)\}.
\end{align*}
This requires the containment $\mathrm{RM}(d-1, r-1) \subseteq \mathrm{RM}(d-1, r)$, which holds because every generator $\tilde v_{i_1} \wedge \cdots \wedge \tilde v_{i_{s-1}}$ of $\mathrm{RM}(d-1, r-1)$ (with $s - 1 \leq r - 1$, so $s - 1 \leq r$) is itself a generator of $\mathrm{RM}(d-1, r)$.
Define the reparameterisation
\begin{align*}
\Theta: \mathrm{RM}(d-1, r) \times \mathrm{RM}(d-1, r-1) &\to \mathrm{RM}(d-1, r) \times \mathrm{RM}(d-1, r-1), \\
(w, w') &\mapsto (x, y) := (w + w',\ w').
\end{align*}
This is a well-defined $\mathbb{F}_2$-linear map: because $\mathrm{RM}(d-1, r-1) \subseteq \mathrm{RM}(d-1, r)$, we have $w + w' \in \mathrm{RM}(d-1, r)$, and $y = w'$ stays in $\mathrm{RM}(d-1, r-1)$. It is a bijection with inverse $(x, y) \mapsto (x - y, y) = (x + y, y)$, since addition is self-inverse in $\mathbb{F}_2$.
Under $\Theta$, the image computed in Step 5 becomes
\begin{align*}
\{(w + w',\ w) : (w, w') \in \mathrm{RM}(d-1, r) \times \mathrm{RM}(d-1, r-1)\} = \{(x,\ x + y) : (x, y) \in \mathrm{RM}(d-1, r) \times \mathrm{RM}(d-1, r-1)\},
\end{align*}
because $w = (w + w') + w' = x + y$ and $w + w' = x$. Concatenating instead of tupling in the target space gives
\begin{align*}
\Psi(\mathrm{RM}(d, r)) = \{(x \mid x + y) : x \in \mathrm{RM}(d-1, r),\ y \in \mathrm{RM}(d-1, r-1)\} = \mathrm{RM}(d-1, r) \mid \mathrm{RM}(d-1, r-1).
\end{align*}
Since $\Psi$ is an isomorphism that we used merely to recoordinatise $\mathbb{F}_2^n$, we conclude
\begin{align*}
\mathrm{RM}(d, r) = \mathrm{RM}(d-1, r) \mid \mathrm{RM}(d-1, r-1),
\end{align*}
proving (i).[/step]