I want to make a commutative diagram which looks like:
I tried the following code:
\begin{tikzcd}
A\arrow[r,"\phi_n"] \arrow[d,swap,"\text{id}"]&
A_n \arrow[dl,swap,"\psi_n"] \arrow[dr,"\pi_n"]\\
\mathbb{B}(H) && \mathbb{B}(H_n)
\end{tikzcd}
This gave me a portion of the diagram. How do I get the other half?

