Here is the figure I want to draw:
I know how to draw a commutative square, like this:
\[\begin{tikzcd}[sep = large]
0 \ar[r] & A \ar[d]\ar[r] & B \ar[d]\ar[r] & C \ar[d]\ar[r] & 0 & (a) \\
0 \ar[r] & X \ar[d]\ar[r] & Y \ar[d]\ar[r] & Z \ar[d]\ar[r] & 0 & (b)\\
\end{tikzcd}\]
How can I add a big equality sign instead of an arrow and how can I start from the bottom by the sequence given in my picture?




=\joinrel=or=\joinrel=\joinrel=(etc.) work for you? – 542goweast May 16 '21 at 22:58