Showing that an $(S,T)$-bimodule is a right $S^{op} \otimes_\mathbb{Z} T$-module

529 Views Asked by At

The questions I'm trying to answer is as follows (all rings are unital):

Let $_{S}B_{T}$ be an $(S,T)$-bimodule, and let $R = S^{op} \otimes_\mathbb{Z} T$. Show that $B$ can be made into a right $R$-module by defining $b(s\otimes t) := sbt$.

I've already shown that three of the four properties required of a right $R$-module hold. However, I'm stuck on the fourth property, namely that $$ b(s_1 \otimes t_1 + s_2 \otimes t_2) = b(s_1 \otimes t_1) + b(s_2 \otimes t_2).$$ Expanding the left hand side gives $$ b(s_1 \otimes t_1 + s_2 \otimes t_2) = b((s_1 + s_2) \otimes (t_1 + t_2) - (s_1 \otimes t_1) - (s_2 \otimes t_2)),$$ whilst expanding the right hand side gives $$ b(s_1 \otimes t_1)+b(s_2 \otimes t_2) = b((s_1 + s_2) \otimes (t_1 + t_2)) - b(s_1 \otimes t_1) - b(s_2 \otimes t_2)).$$ The expressions on the right hand side of the above two equations look very similar, but I don't see how we can go between them by only making use of the given right module action. What am I missing?

1

There are 1 best solutions below

2
On BEST ANSWER

This is a misconception in the definition of the module structure.

Given $b \in B$, one defines a homomorphism of abelian groups $S \otimes T \to B$ via the universal property of the tensor product, mapping $s \otimes t \mapsto sbt$. Then, one defines the result of $r$ to be $br$. We have $b(r+r')=br+br'$ by construction, namely $r \mapsto br$ really is that homomorphism $S \otimes T \to B$.

General remainder: 1) Tensor products are defined via their universal property. 2) Tensor products don't just consist of pure tensors.