با سلام
رسم این شکل بسیار ساده است. من قسمتی از آن را رسم کردم، کامل کردن آن به عهده خودتان
\documentclass{article}
\usepackage{amsmath}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\node at (0,0)(a){$A^{o*}$};
\node at (3,0)(b){$ A^{o*}\otimes A^{o*}$};
\node at (3,4)(c){$ (A\otimes A)'$};
\node at (10,3)(d){$A^{o*}\otimes A^{o*}\otimes A^{o*}$};
\draw [->,thick] (a)--(b)node[midway,sloped,right,below]{$\Delta$};
\draw [->,thick] (b)--(c)node[midway,sloped,right,right,rotate=-90]{$\psi$};
\draw [->,thick] (b)--(d)node[midway,sloped,right,below]{$\Delta\otimes l$};
\end{tikzpicture}
\end{document}