[guided]We need to check that intersecting blocks does not accidentally create a new crossing. Assume the opposite, so that two distinct blocks $A$ and $B$ of $\mu$ cross. By the definition of a crossing, there are indices $a,b,c,d \in [n]$ satisfying
\begin{align*}
a < b < c < d
\end{align*}
with $a,c$ in one block and $b,d$ in the other. Thus $a,c \in A$ and $b,d \in B$.
Because every block of $\mu$ is an intersection of one block of $\pi$ and one block of $\sigma$, we may write
\begin{align*}
A = V \cap W
\end{align*}
for blocks $V \in \operatorname{Bl}(\pi)$ and $W \in \operatorname{Bl}(\sigma)$, and
\begin{align*}
B = V' \cap W'
\end{align*}
for blocks $V' \in \operatorname{Bl}(\pi)$ and $W' \in \operatorname{Bl}(\sigma)$.
The key point is that a crossing of intersection blocks must already be visible in at least one of the original partitions. Since $A$ and $B$ are distinct blocks of $\mu$, it cannot happen that both $V = V'$ and $W = W'$. Therefore either $V \neq V'$ or $W \neq W'$.
If $V \neq V'$, then the elements $a,c$ lie in $V$ and the elements $b,d$ lie in $V'$. Together with $a < b < c < d$, this is exactly a crossing of the two distinct blocks $V$ and $V'$ in $\pi$, contradicting that $\pi$ is noncrossing.
If $V = V'$, then the distinction between $A$ and $B$ must come from $\sigma$, so $W \neq W'$. In this case $a,c \in W$ and $b,d \in W'$, again with $a < b < c < d$. This is a crossing of the two distinct blocks $W$ and $W'$ in $\sigma$, contradicting that $\sigma$ is noncrossing.
Both alternatives contradict the hypotheses. Hence no crossing exists in $\mu$, and $\mu \in NC(n)$.[/guided]