You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tensor product constructions for algebras and modules
Introduced definitions and properties of tensor products for R-algebras, including universal property, homomorphisms, and symmetric monoidal structure. Expanded module notes with bimodule examples, pure tensors, and bimodule structure on tensor products.
Copy file name to clipboardExpand all lines: associative_algebra.tex
+113Lines changed: 113 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,120 @@ \subsection{Graded Object}
89
89
Let $R$ be a commutative ring and $X_1,\cdots,X_n$ be indeterminates. Then $R[X_1,\cdots,X_n]$ is an $\mathbb{N}$-graded $R$-algebra with grading $R[X_1,\cdots,X_n]_i$ being the set of homogeneous polynomials of degree $i$.
90
90
\end{example}
91
91
92
+
\subsection{Tensor Product}
93
+
\begin{definition}{Tensor Product of Algebras}{}
94
+
Let $R$ be a commutative ring and $A$, $B$ be $R$-algebras. The \textbf{tensor product of $R$-algebras $A$ and $B$} is defined by the following universal property: for any triple $(C, f_A, f_B)$, where $C$ is an $R$-algebra and $f_A:A\to C$, $f_B:B\to C$ are $R$-algebra homomorphisms which satisfy
95
+
\[
96
+
f_A(a)f_B(b)=f_B(b)f_A(a),\quad\forall a\in A, b\in B,
97
+
\]
98
+
the tensor product
99
+
\[
100
+
(A\otimes_R B, \iota_A: A \times B \to A\otimes_R B, \iota_B: A \times B \to A\otimes_R B)
101
+
\]
102
+
is initial among such triples, i.e. there exists a unique $R$-algebra homomorphism \begin{align*}
103
+
\phi: A\otimes_R B &\longrightarrow C
104
+
\end{align*}
105
+
106
+
such that the following diagram commutes
107
+
\[
108
+
\begin{tikzcd}
109
+
A \arrow[r, "\iota_A"] \arrow[rd, "f_A"'] & A\otimes_R B \arrow[d, "\exists! \phi", dashed] & B \arrow[l, "\iota_B"'] \arrow[ld, "f_B"] \\[0.5em]
110
+
& C &
111
+
\end{tikzcd}
112
+
\]
113
+
114
+
Concretely, $A\otimes_R B$ can be constructed as the tensor product of $R$-modules $A\otimes_R B$ together with multiplication defined as
115
+
\[
116
+
(a_1\otimes b_1)(a_2\otimes b_2):=(a_1a_2)\otimes(b_1b_2),\quad\forall a_1,a_2\in A, b_1,b_2\in B
117
+
\]
118
+
and unity
119
+
\[
120
+
1_{A\otimes_R B}:=1_A\otimes 1_B.
121
+
\]
122
+
And the $R$-algebra homomorphisms $\iota_A$, $\iota_B$ are defined as
123
+
\begin{align*}
124
+
\iota_A : A &\longrightarrow A\otimes_R B\\
125
+
a &\longmapsto a\otimes 1_B,
126
+
\end{align*}
127
+
\begin{align*}
128
+
\iota_B : B &\longrightarrow A\otimes_R B\\
129
+
b &\longmapsto 1_A\otimes b.
130
+
\end{align*}
131
+
The unique $R$-algebra homomorphism $\phi:A\otimes_R B\to C$ is defined as
132
+
\begin{align*}
133
+
\phi: A\otimes_R B &\longrightarrow C\\
134
+
a\otimes b &\longmapsto f_A(a)f_B(b).
135
+
\end{align*}
136
+
\end{definition}
137
+
\begin{remark}
138
+
It is straightforward to check that the multiplication defined above is well-defined and makes $A\otimes_R B$ an $R$-algebra. According to \Cref{th:pure_tensors_generate_tensor_product}, since $(a,b)\mapsto f_A(a)f_B(b)$ is $\mathbb{Z}$-bilinear, $\phi$ is a well-defined abelian group homomorphism. We can further check that $\phi$ is an $R$-algebra homomorphism:
139
+
\[
140
+
\phi(r(a\otimes b))=\phi((r a)\otimes b)=f_A(r a)f_B(b)=r f_A(a)f_B(b)=r \phi(a\otimes b)
\begin{definition}{Tensor Product of $R$-algebra Homomorphisms}{}
151
+
Let $R$ be a commutative ring and $A_1$, $A_2$, $B_1$, $B_2$ be $R$-algebras. Given two $R$-algebra homomorphisms $f:A_1\to A_2$ and $g:B_1\to B_2$, the \textbf{tensor product of $R$-algebra homomorphisms} is defined as the $R$-algebra homomorphism
\begin{proposition}{Symmetric Monoidal Structure on $R$-$\mathsf{Alg}$}{}
167
+
Let $R$ be a commutative ring. The tensor product $\otimes_R$ defines a symmetric monoidal structure on the category $R$-$\mathsf{Alg}$, with unit object $R$.
168
+
\begin{enumerate}[(i)]
169
+
\item Tensor product: the tensor product functor is
\item Associator: for any $R$-algebras $A$, $B$, $C$, there is a natural isomorphism
181
+
\begin{align*}
182
+
\alpha_{A,B,C}:(A\otimes_R B)\otimes_R C &\xlongrightarrow{\sim}A\otimes_R (B\otimes_R C)\\
183
+
(a\otimes b)\otimes c &\longmapsto a\otimes (b\otimes c)
184
+
\end{align*}
185
+
\item Unit object: $R$.
186
+
\item An isomorphism in $R$-$\mathsf{Alg}$:
187
+
\begin{align*}
188
+
\iota: R \otimes_R R &\xlongrightarrow{\sim} R\\
189
+
r\otimes r' &\longmapsto rr'
190
+
\end{align*}
191
+
\item Symmetry: for any $R$-algebras $A$, $B$, there is a natural isomorphism
192
+
\begin{align*}
193
+
\gamma_{A,B}: A\otimes_R B &\xlongrightarrow{\sim} B\otimes_R A\\
194
+
a\otimes b &\longmapsto b\otimes a
195
+
\end{align*}
196
+
\end{enumerate}
197
+
\end{proposition}
198
+
199
+
\begin{proposition}{}{}
200
+
Let $R$ be a commutative ring and $A_1$, $A_2$ be $R$-algebras. Let $I_1\subseteq A_1$, $I_2\subseteq A_2$ be two-sided ideals of $A_1$, $A_2$ respectively. Then we have an $R$-algebra isomorphism
Copy file name to clipboardExpand all lines: module.tex
+153-2Lines changed: 153 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ \section{Basic Concepts}
199
199
\end{proposition}
200
200
201
201
\begin{prf}
202
-
We prove $(i)\Rightarrow(ii)\Rightarrow(iii)\Rightarrow(i)$.
202
+
We prove $\text{(i)}\Rightarrow(ii)\Rightarrow(iii)\Rightarrow(i)$.
203
203
204
204
\paragraph{$(i)\;\Rightarrow\;(ii)$}
205
205
Assume $M$ is simple and let $0\neq m\in M$.
@@ -385,13 +385,26 @@ \subsection{Free Object}
385
385
\subsection{Tensor Product}
386
386
387
387
\begin{definition}{Bimodule}{bimodule}
388
-
Let $R$ and $S$ be rings. An ($R$,$S$)-\textbf{bimodule} is an abelian group $M$ together with a structure of left $R$-module and a structure of right $S$-module such that
388
+
Let $R$ and $S$ be rings. An $(R, S)$-\textbf{bimodule} is an abelian group $M$ together with a structure of left $R$-module and a structure of right $S$-module such that
389
389
\[
390
390
r(ms)=(rm)s
391
391
\]
392
392
for all $r\in R$, $s\in S$, and $m\in M$.
393
393
\end{definition}
394
394
395
+
\begin{example}{Examples of Bimodule}{}
396
+
Let $R$ and $S$ be rings.
397
+
\begin{itemize}
398
+
\item If $M$ is a left $R$-module, then $M$ is an $(R,\mathbb{Z})$-bimodule.
399
+
\item If $M$ is a right $S$-module, then $M$ is a $(\mathbb{Z},S)$-bimodule.
400
+
\item If $R$ is a commutative ring, then every left $R$-module is an $(R,R)$-bimodule, and every right $R$-module is also an $(R,R)$-bimodule. In particular, every abelian group is a $\mathbb{Z}$-module, hence a $(\mathbb{Z},\mathbb{Z})$-bimodule.
401
+
\item Any two-sided ideal of a ring $R$ is an $(R,R)$-bimodule, with the ring multiplication both as the left and as the right multiplication. In particular, $R$ itself is an $(R,R)$-bimodule.
402
+
\item If $M$ is a right $R$-module, then $M$ is an $(\mathrm{End}_{\mathsf{Mod}\text{-}R}(M),R)$-bimodule, where the left multiplication is given by function application.
403
+
\item If $M$ is a left $R$-module, then $M$ is an $(R,\mathrm{End}_{R\text{-}\mathsf{Mod}}(M)^{\mathrm{op}})$-bimodule, where the right multiplication is given by function application.
404
+
\end{itemize}
405
+
406
+
\end{example}
407
+
395
408
\begin{definition}{Balanced Product}{}
396
409
Let $R$ be a ring, $M$ be a right $R$-module, $N$ be a left $R$-module and $G$ be an abelian group. A map $b:M\times N\to G$ is called a \textbf{$R$-balanced product} if
397
410
\begin{enumerate}[(i)]
@@ -485,6 +498,144 @@ \subsection{Tensor Product}
485
498
To show the uniqueness, assume there exists another group homomorphism $\tilde{b}':F/K\to G$ such that $\tilde{b}'\circ\pi\circ\iota=b$. Since $\hat{b}\circ\iota=b$, by the uniqueness of $\tilde{b}$, we have $\tilde{b}'\circ\pi=\hat{b}$. Then by the uniqueness of $\tilde{b}$, we have $\tilde{b}=\tilde{b}'$. Thus the tensor product $F/K$ is the initial object in the category $\mathsf{Bal}_R(M, N)$.
Let $R$ be a ring, $M$ be a right $R$-module, and $N$ be a left $R$-module. The elements of the image of the tensor product map $\otimes :M\times N\to M\otimes_R N$
503
+
\[
504
+
\mathrm{im}(\otimes) = \{m\otimes n \mid m\in M, n\in N\}.
505
+
\]
506
+
are called \textbf{pure tensors}.
507
+
\begin{enumerate}[(i)]
508
+
\item$\mathrm{im}(\otimes)$ generates $M\otimes_R N$ as an abelian group:
509
+
\[
510
+
M\otimes_R N = \langle\mathrm{im}(\otimes) \rangle_{\mathsf{Ab}}:=\left\{
511
+
\sum_{i=1}^k m_i\otimes n_i \mid k\in\mathbb{Z}_{\ge 1}, m_i\in M, n_i\in N
512
+
\right\}.
513
+
\]
514
+
\item Let $F:=\mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))$. Then we have
Let $\mathrm{pr}:M\otimes_R N\to M\otimes_R N/\langle\mathrm{im}(\otimes) \rangle_{\mathsf{Ab}}$ be the canonical projection. Then we have the following commutative diagram
551
+
\[
552
+
\begin{tikzcd}[ampersand replacement=\&]
553
+
M\times N \arrow[r, "\otimes"] \arrow[rd, "0"'] \& M\otimes_R N \arrow[d, "\mathrm{pr}", two heads] \\[2em]
Note $0= 0\circ\otimes$. By the uniqueness in the universal property of tensor product, we have $\mathrm{pr}=0$. Therefore, $M\otimes_R N=\langle\mathrm{im}(\otimes) \rangle_{\mathsf{Ab}}$.
By the universal property of free abelian group, the inclusion $i:\mathrm{im}(\otimes)\hookrightarrow M\otimes_R N $ induces a group homomorphism $\widehat{i}:\mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))\to M\otimes_R N$.
there exists a unique group homomorphism $\overline{i}:\mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))/\langle X_M\cup X_N\rangle_{\mathsf{Ab}}\to M\otimes_R N $ such that $\overline{i}\circ p= \widehat{i}$. Since $\widehat{i}$ is surjective, $\overline{i}$ is also surjective. Define
We have $\varphi\circ\overline{i}=\mathrm{id}$, which implies that $\overline{i}$ is injective. Therefore, $\overline{i}$ is an isomorphism.
602
+
\item If there exists a group homomorphism $\tilde{f}:M\otimes_R N\to G$ such that $f=\tilde{f}\circ i$, then we can check that the map $(m,n)\mapsto f(m\otimes n)$ is $\mathbb{Z}$-bilinear:
such that $\overline{f}\circ p=\widehat{f}$. Composing $\overline{f}$ with the isomorphism $\varphi:M\otimes_R N\to\mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))/\langle X_M\cup X_N\rangle$ in (ii), we obtain a group homomorphism
624
+
\begin{align*}
625
+
\tilde{f}:M\otimes_R N&\longrightarrow G\\
626
+
m\otimes n &\longmapsto f(m\otimes n).
627
+
\end{align*}
628
+
\end{enumerate}
629
+
\end{prf}
630
+
631
+
\begin{proposition}{}{}
632
+
Let $Q$, $R$, and $S$ be commutative rings, $M$ be a $(Q,R)$-bimodule, and $N$ be a $(R,S)$-bimodule. Then $M\otimes_R N$ has a natural $(Q,S)$-bimodule structure given by
for all $q\in Q$, $s\in S$, $m\in M$, and $n\in N$.
637
+
\end{proposition}
638
+
488
639
\begin{example}{Base Change Functor}{}
489
640
Let $\varphi:R\to S$ be a ring homomorphism. The \textbf{base change functor} $-\otimes_R S:R\text{-}\mathsf{Mod}\to S\text{-}\mathsf{Mod}$ is defined as follows:
0 commit comments