答案1
答案2
最好使用简单align*
和嵌套的来实现这一点aligned
。我借此机会用from:=
替换,以便冒号和等号具有相同的轴:\coloneq
mathtools
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{align*}
\tau\colon G\times k[V]&\longrightarrow k[V] \\
(x,f)&\longmapsto\begin{aligned}[t]\tau_{x}(f)=x\cdot f\colon V&\longrightarrow k \\
v&\longmapsto\tau_{x}(f)(v)\coloneqq f(x^{-1}\cdot v)\end{aligned}
\end{align*}
\end{document}