3

This is from exercice 5, chap 2 from Atiyah and McDonald "Introduction to Commutative Algebra".

Let $A[x]$ be the ring of polynomials in one indeterminate over a ring $A$. Prove that $A[x]$ is a flat $A$-algebra.

Clearly, we notice that $\displaystyle A[x]=\bigoplus_{m=0}^\infty A\cdot (x^m)$.

We showed in the previous exercice that for any family $M_i$ ($i\in I$) of $A$-modules and $M$ their direct sum, then $M$ is flat iff each $M_i$ is flat.

Our problem is then reduced to showing that each $(x^m)$ is flat and that it is an $A$-algebra.

Some solutions on the internet require "Lang's Lemma" such that

[I]t only suffices to prove that the natural map $\phi : a \otimes (x^m ) \longrightarrow a(x^m )$ is an isomorphism for any ideal $a$ of $A$.

But we haven't seen that lemma previously in the book so is there another method ?

Thanks.

ALM
  • 377
  • 2
  • 5
  • 19

1 Answers1

10

$A[x]$ is free as an $A$-module. Free modules are flat.

  • We need A to be isomorphic to each $A\cdot x^m$ then right ? Is it true ? I didn't know that property of free modules, thanks ! – ALM Jan 08 '14 at 10:56
  • Ok I get it, everything works then The property I was talking about is that free modules are flat. Thanks for your help – ALM Jan 08 '14 at 10:59