Skip to content

Commit 98f5ae9

Browse files
committed
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.
1 parent dd35fb9 commit 98f5ae9

File tree

2 files changed

+266
-2
lines changed

2 files changed

+266
-2
lines changed

associative_algebra.tex

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,120 @@ \subsection{Graded Object}
8989
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$.
9090
\end{example}
9191

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)
141+
\]
142+
\[
143+
\phi\left((a_1\otimes b_1)(a_2\otimes b_2)\right)=\phi\left((a_1a_2)\otimes(b_1b_2)\right)= f_A(a_1a_2)f_B(b_1b_2)=f_A(a_1)f_A(a_2)f_B(b_1)f_B(b_2)=\phi(a_1\otimes b_1)\phi(a_2\otimes b_2)
144+
\]
145+
\[
146+
\phi\left(1_{A\otimes_R B}\right)=\phi\left(1_A\otimes 1_B\right)=f_A(1_A)f_B(1_B)=1_C
147+
\]
148+
\end{remark}
92149

150+
\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
152+
\begin{align*}
153+
f\otimes_R g: A_1\otimes_R B_1 &\longrightarrow A_2\otimes_R B_2\\
154+
a\otimes b &\longmapsto f(a)\otimes g(b).
155+
\end{align*}
156+
which is induced by the universal property of tensor product $A_1\otimes_R B_1$ through the following commutative diagram:
157+
\[
158+
\begin{tikzcd}
159+
A_1 \arrow[r, "\iota_{A_1}"] \arrow[d, "f"'] & A_1\otimes_R B_1 \arrow[d, "f\otimes_R g", dashed] & B_2 \arrow[l, "\iota_{B_1}"'] \arrow[d, "g"] \\[0.7em]
160+
A_2 \arrow[r, "\iota_{A_2}"'] & A_2\otimes_R B_2 & B_2 \arrow[l, "\iota_{B_2}"]
161+
\end{tikzcd}
162+
\]
163+
\end{definition}
164+
165+
166+
\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
170+
\[
171+
\begin{tikzcd}[ampersand replacement=\&]
172+
R\text{-}\mathsf{Alg}\times R\text{-}\mathsf{Alg}\&[-25pt]\&[+10pt]\&[-30pt] R\text{-}\mathsf{Alg}\&[-30pt]\&[-30pt] \\ [-15pt]
173+
(A_1, B_1) \arrow[dd, "f\times g"{name=L, left}]
174+
\&[-25pt] \& [+10pt]
175+
\& [-30pt] A_1\otimes_R B_1\arrow[dd, "f\otimes_R g"{name=R}] \&[-30pt]\\ [-10pt]
176+
\& \phantom{.}\arrow[r, "\otimes_R", squigarrow]\&\phantom{.} \& \\[-10pt]
177+
(A_2, B_2) \& \& \& A_2\otimes_R B_2\&
178+
\end{tikzcd}
179+
\]
180+
\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
201+
\[
202+
(A_1\otimes_R A_2)/(I_1\otimes_R A_2 + A_1\otimes_R I_2) \cong (A_1/I_1)\otimes_R (A_2/I_2).
203+
\]
204+
205+
\end{proposition}
93206

94207
\subsection{Tensor Algebra}
95208
\begin{definition}{Tensor Algebra $T^{\bullet}(M)$}{}

module.tex

Lines changed: 153 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ \section{Basic Concepts}
199199
\end{proposition}
200200

201201
\begin{prf}
202-
We prove $(i)\Rightarrow(ii)\Rightarrow(iii)\Rightarrow(i)$.
202+
We prove $\text{(i)}\Rightarrow(ii)\Rightarrow(iii)\Rightarrow(i)$.
203203

204204
\paragraph{$(i)\;\Rightarrow\;(ii)$}
205205
Assume $M$ is simple and let $0\neq m\in M$.
@@ -385,13 +385,26 @@ \subsection{Free Object}
385385
\subsection{Tensor Product}
386386

387387
\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
389389
\[
390390
r(ms)=(rm)s
391391
\]
392392
for all $r\in R$, $s\in S$, and $m\in M$.
393393
\end{definition}
394394

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+
395408
\begin{definition}{Balanced Product}{}
396409
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
397410
\begin{enumerate}[(i)]
@@ -485,6 +498,144 @@ \subsection{Tensor Product}
485498
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)$.
486499
\end{prf}
487500

501+
\begin{proposition}{Pure Tensors Generate Tensor Product}{pure_tensors_generate_tensor_product}
502+
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
515+
\[
516+
M\otimes_R N \cong F/\langle X_M\cup X_N\rangle,
517+
\]
518+
where
519+
\begin{align*}
520+
X_M&=\left\{[(m+m')\otimes n]-[m\otimes n]-[m'\otimes n]\in F\midv m,m'\in M,n\in N\right\},\\
521+
X_N&=\left\{[m\otimes(n+n')]-[m\otimes n]-[m\otimes n']\in F\midv m\in M, n,n'\in N\right\}.
522+
\end{align*}
523+
\item Let $f:\mathrm{im}(\otimes)\to G$ be a map. If and only if the map
524+
\begin{align*}
525+
M \times N &\longrightarrow G \\
526+
(m,n)&\longmapsto f(m\otimes n)
527+
\end{align*}
528+
is $\mathbb{Z}$-bilinear, i.e.
529+
\begin{align*}
530+
f\left((m_1+m_2)\otimes n\right)&=f\left(m_1\otimes n\right)+f\left(m_2\otimes n\right),\\
531+
f\left(m\otimes (n_1+n_2)\right)&=f\left(m\otimes n_1\right)+f\left(m\otimes n_2\right),
532+
\end{align*}
533+
there exists a group homomorphism $\tilde{f}:M\otimes_R N\to G$ such that the following diagram commutes
534+
\[
535+
\begin{tikzcd}[ampersand replacement=\&]
536+
\mathrm{im}(\otimes) \arrow[r, "i", hook] \arrow[rd, "f"'] \& M\otimes_R N \arrow[d, dashed, "\tilde{f}"] \\[0.3cm]
537+
\& G
538+
\end{tikzcd}
539+
\]
540+
If such $\tilde{f}$ exists, then it is unique and is totally determined by $f$ as follows:
541+
\begin{align*}
542+
\tilde{f}:M\otimes_R N&\longrightarrow G\\
543+
\sum_{i=1}^k m_i\otimes n_i &\longmapsto \sum_{i=1}^k f(m_i\otimes n_i).
544+
\end{align*}
545+
\end{enumerate}
546+
\end{proposition}
547+
\begin{prf}
548+
\begin{enumerate}[(i)]
549+
\item
550+
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]
554+
\& M\otimes_R N/\langle \mathrm{im}(\otimes) \rangle_{\mathsf{Ab}}
555+
\end{tikzcd}
556+
\]
557+
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}}$.
558+
559+
\item Define
560+
\begin{align*}
561+
j:\mathrm{im}(\otimes)&\longrightarrow \mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))\\
562+
m\otimes n &\longmapsto [m\otimes n]
563+
\end{align*}
564+
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$.
565+
\[
566+
\begin{tikzcd}
567+
&[-1em] \mathrm{im}(\otimes) \arrow[d, "j", hook] \arrow[rd, "f"] \arrow[ld, "i"', hook] & \\[3em]
568+
M\otimes_R N & \mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes)) \arrow[d, "p", two heads] \arrow[r, "\widehat{f}", dashed] \arrow[l, "\widehat{i}"', dashed] & G \\[3em]
569+
& \mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))/\langle X_M\cup X_N\rangle_{\mathsf{Ab}}. \arrow[ru, "\overline{f}"', dashed] \arrow[lu, "\overline{i}", dashed] &
570+
\end{tikzcd}
571+
\]
572+
Since
573+
\[
574+
\widehat{i}\left(X_M\right)=\widehat{i}\left(X_N\right)=\{0\}\implies X_M\cup X_N \subseteq \ker \widehat{i}\implies \langle X_M\cup X_N\rangle_{\mathsf{Ab}}\subseteq \ker \widehat{i}
575+
\]
576+
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
577+
\begin{align*}
578+
\beta:M\times N&\longrightarrow \mathrm{Free}_{\mathsf{Ab}}\left(\mathrm{im}(\otimes)\right)/\langle X_M\cup X_N\rangle_{\mathsf{Ab}}\\
579+
(m,n)&\longmapsto \overline{\left[m \otimes n\right]}
580+
\end{align*}
581+
We can check that $\beta$ is a balanced product
582+
\begin{align*}
583+
\beta\left(m_1+m_2,n\right)&=\overline{\left[(m_1+m_2) \otimes n\right]}=\overline{\left[m_1 \otimes n\right]}+\overline{\left[m_2 \otimes n\right]} = \beta\left(m_1,n\right)+\beta\left(m_2,n\right),\\
584+
\beta\left(m, n_1+n_2\right)&= \overline{\left[m \otimes \left(n_1+n_2\right)\right]}= \overline{\left[m \otimes n_1\right]}+\overline{\left[m \otimes n_2\right]}=\beta\left(m, n_1\right)+\beta\left(m, n_2\right),
585+
\\
586+
\beta\left(mr, n\right)&= \overline{\left[(mr) \otimes n\right]}= \overline{\left[m \otimes (rn)\right]}=\beta\left(m, rn\right).
587+
\end{align*}
588+
By the universal property of tensor product $M \otimes_R N$, there exists a unique group homomorphism
589+
\begin{align*}
590+
\varphi:M\otimes_R N&\longrightarrow \mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))/\langle X_M\cup X_N\rangle,\\
591+
m\otimes n &\longmapsto \overline{[m\otimes n]}.
592+
\end{align*}
593+
such that $\varphi\circ \otimes=\beta$. Note
594+
\begin{align*}
595+
\varphi\circ \overline{i}\left(\overline{[m_1\otimes n_1]+\cdots [m_k\otimes n_k]}\right)&=\varphi\circ \overline{i}\circ p\left([m_1\otimes n_1]+\cdots [m_k\otimes n_k]\right)\\
596+
&=\varphi\circ \widehat{i}\left([m_1\otimes n_1]+\cdots [m_k\otimes n_k]\right)\\
597+
&=\varphi\left(m_1\otimes n_1\right)+\cdots +\varphi\left(m_k\otimes n_k\right)\\
598+
&=\overline{[m_1\otimes n_1]}+\cdots +\overline{[m_k\otimes n_k]}\\
599+
&=\overline{[m_1\otimes n_1]+\cdots +[m_k\otimes n_k]}.
600+
\end{align*}
601+
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:
603+
\begin{align*}
604+
f\left((m_1+m_2)\otimes n\right)&=\tilde{f}\left(i\left((m_1+m_2)\otimes n\right)\right)=\tilde{f}\left(m_1\otimes n+m_2\otimes n\right)=f\left(m_1\otimes n\right)+f\left(m_2\otimes n\right),\\
605+
f\left(m\otimes (n_1+n_2)\right)&=\tilde{f}\left(i\left(m\otimes (n_1+n_2)\right)\right)=\tilde{f}\left(m\otimes n_1+m\otimes n_2\right)=f\left(m\otimes n_1\right)+f\left(m\otimes n_2\right).
606+
\end{align*}
607+
Conversely, if the map $(m,n)\mapsto f(m\otimes n)$ is $\mathbb{Z}$-bilinear, then we have
608+
\begin{align*}
609+
\widehat{f}\left([(m+m')\otimes n]-[m\otimes n]-[m'\otimes n]\right)&=\widehat{f}\left([(m+m')\otimes n]\right)-\widehat{f}\left([m\otimes n]\right)-\widehat{f}\left([m'\otimes n]\right)\\
610+
&=f\left((m+m')\otimes n\right)-f\left(m\otimes n\right)-f\left(m'\otimes n\right)=0,\\
611+
\widehat{f}\left([m\otimes(n+n')]-[m\otimes n]-[m\otimes n']\right)&=\widehat{f}\left([m\otimes(n+n')]\right)-\widehat{f}\left([m\otimes n]\right)-\widehat{f}\left([m\otimes n']\right)\\
612+
&=f\left(m\otimes(n+n')\right)-f\left(m\otimes n\right)-f\left(m\otimes n'\right)=0,
613+
\end{align*}
614+
which implies
615+
\[
616+
\widehat{f}\left(X_M\right)=\widehat{f}\left(X_N\right)=\{0\}\implies X_M\cup X_N \subseteq \ker \widehat{f}\implies \langle X_M\cup X_N\rangle_{\mathsf{Ab}}\subseteq \ker \widehat{f}.
617+
\]
618+
Thus by the universal property of quotient group, there exists a unique group homomorphism
619+
\begin{align*}
620+
\overline{f}: \mathrm{Free}_{\mathsf{Ab}}(\mathrm{im}(\otimes))/\langle X_M\cup X_N\rangle_{\mathsf{Ab}}&\longrightarrow G\\
621+
\overline{[m\otimes n]}&\longmapsto f(m\otimes n)
622+
\end{align*}
623+
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
633+
\[
634+
q\cdot (m\otimes n):=(q\cdot m)\otimes n,\quad (m\otimes n)\cdot s:=m\otimes (n\cdot s)
635+
\]
636+
for all $q\in Q$, $s\in S$, $m\in M$, and $n\in N$.
637+
\end{proposition}
638+
488639
\begin{example}{Base Change Functor}{}
489640
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:
490641
\[

0 commit comments

Comments
 (0)