I wonder how to draw the typical Functor-Diagram (picture below) in tikz-cd. I know how to draw commutative diagrams, however I don't know how to make the short \mapsto arrows as well as the mapsto arrow in between the vertical arrows. Thanks in advance for any help.
Edit (code that produces errors, namely the ngerman package):
\documentclass{amsart}
%Standardpakete
\usepackage{amsmath}
\usepackage[ngerman]{babel}
\usepackage{tikz-cd}
\begin{document}
$$
\begin{tikzcd}
\mathsf{C}^{\mathsf{op}} \arrow[rr, "F"] & & \mathsf{D} \
c \arrow[dd, "f"'] & \mapsto & Fc \
& \mapsto & \
c' & \mapsto & Fc' \arrow[uu, "Ff"']
\end{tikzcd}
$$
\end{document}




amsartclass and the code work correctly. – Sebastiano Jun 02 '21 at 11:21