Definition
A -algebra (or an algebra for the monad ) is a pair consisting of:
- An objects (the underlying object).
- A morphism in (the structure map or algebra action).
This pair must satisfy the following two conditions:
- Associativity: .
- Unit Law: .
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
T^2 A \arrow[r, "T\alpha"] \arrow[d, "\mu_A"'] & TA \arrow[d, "\alpha"] & & A \arrow[r, "\eta_A"] \arrow[rd, "1_A"'] & TA \arrow[d, "\alpha"] \\
TA \arrow[r, "\alpha"'] & A & & & A
\end{tikzcd}
\end{document}Homomorphisms
A morphism of -algebras (or -homomorphism) from to is a morphism in that commutes with the algebra actions. That is, .
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
TA \arrow[r, "Tf"] \arrow[d, "\alpha"'] & TB \arrow[d, "\beta"] \\
A \arrow[r, "f"'] & B
\end{tikzcd}
\end{document}