Elementary Proof of Nakayama's Lemma? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-21T12:14:48Zhttp://mathoverflow.net/feeds/question/41836http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/41836/elementary-proof-of-nakayamas-lemmaElementary Proof of Nakayama's Lemma?Phillip Williams2010-10-11T21:10:05Z2010-10-12T08:13:24Z
<p>Nakayama's Lemma is as follows: Let $A$ be a ring, and $\frak{a}$ an ideal such that $\frak{a}$ is contained in every maximal ideal. Let $M$ be a finitely generated $A$-module. Then if $\frak{a}$$M=M$, we have that $M = 0$.</p>
<p>Most proofs of this result that I've seen in books use some non-trivial linear algebra results (like Cramer's rule), and I had come to believe that these were certainly necessary. However, in Lang's Algebraic Number Theory book, I came across a quick proof using only the definitions and induction. I felt initially like something must be wrong--I thought perhaps the proof is simpler because Lang is assuming throughout that all rings are integral domains, but he doesn't use this in the proof he gives, as far as I can see.</p>
<p>Here is the proof, verbatim: We do induction on the number of generators of $M$. Say M is generated by $w_1, \cdots, w_m$. There exists an expression $$w_1 = a_1w_1 + \cdots + a_mw_m$$ with $a_i \in \frak{a}$. Hence $$(1-a_1)w_1 = a_2w_2 + \cdots +a_mw_m$$ If $(1-a_1)$ is not a unit in A, then it is contained in a maximal ideal $\frak{p}$. Since $a_1 \in \frak{p}$ by hypothesis, we have a contradiction. Hence $1-a_1$ is a unit, and dividing by it shows that $M$ can be generated by $m-1$ elements, thereby concluding the proof.</p>
<p>Is the fact that $A$ is assumed to be a domain being smuggled in here in some way that I missed? Or is this really an elementary proof of Nakayama's lemma, in full generality?</p>
http://mathoverflow.net/questions/41836/elementary-proof-of-nakayamas-lemma/41842#41842Answer by Martin Brandenburg for Elementary Proof of Nakayama's Lemma?Martin Brandenburg2010-10-11T23:16:15Z2010-10-12T08:13:24Z<p>There are various forms of the Nakayama lemma. Here is a rather general one; note that it does <em>not</em> involve maximal ideals and is a constructive theorem (Atiyah-MacDonald, Commutative Algebra, Prop. 2.4 ff).</p>
<blockquote>
<p>Let $M$ be a finitely generated $A$-module, $\mathfrak{a} \subseteq A$ be an ideal and $\phi \in End_A(M)$ such that $\phi(M) \subseteq \mathfrak{a} M$. Then there is an equation of the form
$\phi^n + r_1 \phi^{n-1} + ... + r_n = 0$,
where the $r_i$ are in $\mathfrak{a}$.</p>
</blockquote>
<p>The proof uses the equality $adj(X) \cdot X = \text{det}(X)$ for quadratic matrices over a ring. I call this an elementary linear algebra fact. Of course, there you only prove it for fields but using function fields implies the result for general rings. If we take $\phi=\text{id}_M$, we get the following form:</p>
<blockquote>
<p>Let $M$ be a finitely generated $A$-module and let $\mathfrak{a} \subseteq A$ be an ideal such that $\mathfrak{a} M = M$. Then there exists some $r \in A$ such that $rM = 0$ and $r \equiv 1$ mod $\mathfrak{a}$.</p>
</blockquote>
<p>In particular, we get:</p>
<blockquote>
<p>Let $M$ be a finitely generated $A$-module and let $\mathfrak{a} \subseteq A$ be an ideal such that $\mathfrak{a} M = M$ and $\mathfrak{a}$ lies in every maximal ideal of $A$. Then $M=0$.</p>
</blockquote>
<p>Observe that this argument uses Zorn's lemma (namely that every non-unit is contained in a maximal ideal) and is thus nonconstructive. Which is of course not surprising since without Zorn's lemma it is consistent that there are nontrivial rings without any maximal ideals at all. This should convince you that the first form of the Nakayama lemma is the most easy and elementary one. The last form has another short proof, which is standard and given in the question above.</p>
<p>Here is another short well-known proof for the last form, which also works if $A$ is noncommutative (then we have to replace "maximal ideal" by "maximal left ideal"): Assume $M \neq 0$. Since $M$ is finitely generated, an application of Zorn's lemma shows that $M$ has a maximal proper submodule $N$. Then $M/N$ is simple, thus isomorphic to $A/\mathfrak{m}$ for some maximal left ideal $\mathfrak{m}$. Then $N = \mathfrak{m} M = M$, contradiction.</p>
<p>By the way, I don't know if the first form is true if $A$ is noncommutative. The theory of determinants is not really prosperous over noncommutative rings. Hints?</p>
<p>In many texts about algebraic geometry only the last form of the Nakayama lemma is needed. But the first one is stronger and is used in many results in commutative algebra.</p>