I'm trying to solve the problems in the book of Atiyah and MacDonald. I want to verify my solution to the problem 2.6.

This is the exercise's statement:

2.6. For any $A$-module $M$, let $M[x]$ denote the set of all polynomials in $x$ with coefficients in $M$. Defining the product of an element $A[x]$ and an element of $M[x]$ in the obvious way, show that $M[x]$ is an $A[x]$-module.

Show that $M[x] \cong A[x] \otimes_{A} M.$

This is what I've tried: (It's straightforward that $M[x]$ is an $A[x]$-module)

Clearly, $M[x]=\bigoplus_{n=0}^{\infty} Mx^n$ and $A[x]=\bigoplus_{n=0}^{\infty} Ax^n.$ Furthermore, $Ax^n \cong A$ as $A$-modules, $Mx^n \cong M$ as $A$-modules and $A \otimes_{A} M \cong M$ as $A$-modules. Hence $$A[x] \otimes_{A} M \cong \bigoplus_{n=0}^{\infty} ((Ax^n)\otimes_{A}M) \cong \bigoplus_{n=0}^{\infty} (A\otimes_{A}M) \cong \bigoplus_{n=0}^{\infty} M \cong \bigoplus_{n=0}^{\infty} (Mx^n) = M[x].$$

End.

I don't know if the solution is correct, since I think that the isomorphisms I'm using to prove it could be needed to be as $A[x]$-modules and not as $A$-modules. What could be another solution to this problem? In MSE I only found the problem for $A$-algebras but not for $A$-modules.

Thanks in advance!


Solution 1:

As an $A$-module, $M[x] \cong \oplus_{i \in \mathbb N}Mx^i$. Define an $A[x]$-action on $M[x]$ by $(\sum a_ix^i)(\sum m_j x^j):=\sum\big(\sum_{i+j=k} a_im_jx^k\big)$. Make sure all the axioms of an $A[x]$-module is satisfied (distributivity, associativity.)

Next, define $\phi\colon M[x]\rightarrow A[x]\otimes_A M$ by $\phi(\sum m_j x^j)=\sum(x^j\otimes m_j).$ Check if this is $A[x]$-linear.

Then, define $\bar{\psi}\colon A[x]\times M\rightarrow M[x]$ by $\bar{\psi}(\sum a_ix^i,m)=\sum (a_im)x^i.$ This is obviously bilinear, and corresponds to a map $\psi:A[x]\otimes_A M\rightarrow M[x].$ Check $\psi$ and $\phi$ are inverse to each other.