6

let $R$ be a commutative ring with unity, $S$ a multiplicatively closed subset (that is $1 \in S$ and $su \in S$ for all $u,s \in S$). I want to show that $$S^{-1}M \otimes_{S^{-1}R}S^{-1}N \cong S^{-1}(M \otimes_R N),$$ as $S^{-1}R$-modules.

This is my attempt: First of all I have defined a map $$f: S^{-1}M \times S^{-1}N \to S^{-1}(M \otimes N): (m/s_1, n/s_2) \mapsto (m\otimes_R n)/(s_1s_2)$$ and I have shown that this map is well-defined, and that it is $S^{-1}R$-bilinear. By definition of the tensor product $S^{-1}M \otimes_{S^{-1}R}S^{-1}N$, there exists a unique $S^{-1}R$-morphism $\theta: S^{-1}M \otimes_{S^{-1}R}S^{-1}N \to S^{-1}(M \otimes N)$ such that $\theta \circ h = f$, where $$h(m/s_1, n/s_2) = m/s_1 \otimes n/s_2.$$

I now have an idea for a map going the other direction, $\psi$ such that $\psi \circ \theta$ is the identity and $\theta \circ \phi$ is the identity, namely $$\psi: S^{-1}(M \otimes N) \to S^{-1}M \otimes_{S^{-1}R}S^{-1}N: (m \otimes n)/s \mapsto m/s \otimes n/1$$ This map satisfies the condition I wanted (composition with $\theta$ equal to the identity), but I am not able to prove that $\psi$ is well-defined, since two tensors might be equal without it being obvious...

Any help?

Student
  • 4,438
  • Have you tried using the universal property of localization? – Exit path Jan 15 '17 at 23:26
  • @leibnewtz: yes, but I get the same problem: in this case I would want to show that $S^{-1}(M \otimes N)$ satisfies the universal property, but then I have to show that there is an $S^{-1}R$-linear map going from $S^{-1}(M \otimes N$ to a module $P$. However, I would need to check for well-definedness again, and end up with the same problem as in my original question... – Student Jan 16 '17 at 07:27
  • @leibnewtz Sorry, I totally misread your comment! Im not quite familiar with the universal property of localization: I only saw it for rings, not for modules (I follow the course commutative algebra and the notion of localization was introduced in the exercise session, where we first saw localization of rings and then localization of modules). Is the universal property for modules the same as the one for rings? – Student Jan 16 '17 at 13:30
  • @leibnewtz: won't I have the same problem anyway? I would need to define a map from $M \otimes N$ to $S^{-1}M \otimes S^{-1}N$ mapping elements in $S$ to units in $S^{-1}M \otimes S^{-1}N$ , so I would have to check for well-definedness again... – Student Jan 16 '17 at 13:38
  • about the elements of $S$: they are not in $M \otimes N$ so I do not really see how the universal property would look for modules
  • – Student Jan 16 '17 at 13:45
  • Related: https://math.stackexchange.com/questions/32001 – Watson Feb 21 '18 at 18:56