In category theory, a cocone for a diagram is a object, paired with a Natural Transformation where is the constant functor. Naturality tells us that for all in , the cocone commutes with .
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
a \arrow[d, "\alpha_a"] \arrow[r, "f"] & b \arrow[d, "\alpha_b"] \\
d \arrow[r, "id_d"] & d
\end{tikzcd}
\end{document}