答案1
移动箭头:
\documentclass{article}
\usepackage{amsmath,tikz-cd}
\newcommand{\cat}[1]{\mathbf{#1}}
\newcommand{\op}{\mathrm{op}}
\begin{document}
\begin{equation*}
\begin{tikzcd}
\cat{Top}/X = \cat{Bund}\,X \arrow[r,shift left=.5ex,"\Gamma"]
&
\cat{Sets}^{\mathcal{O}(X)^{\op}} \arrow[l,shift left=.5ex,"\Lambda"]
\end{tikzcd}
\end{equation*}
\end{document}