Let $M$ be a finitely generated R-module and $I$ be an ideal of $R$ such that $IM=M$. Then prove there exists $a\in I$ such that $(1-a)M=0$.
Thanks
Let $M$ be a finitely generated R-module and $I$ be an ideal of $R$ such that $IM=M$. Then prove there exists $a\in I$ such that $(1-a)M=0$.
Thanks
This is a special case of a generalization of the Cayley-Hamilton theorem. It can be proved as follows:
Let $(m_1,\ldots,m_n)$ be a generating system for $M$. Since $M = IM$, we can write $m_j = \sum_i a_{ij} m_i$ with $a_{ij} \in I$. Considering $M^n$ as an $\operatorname{Mat}_n(R)$-module in the obvious way, we have $$(1_n-A) \left(\begin{matrix}m_1\\ \vdots \\ m_n \end{matrix}\right) = 0$$ where $A = (a_{ij})$. Multiply this with the adjugate matrix of $(1_n-A)$ to get $$\det(1_n -A)M = 0.$$ Now expand the determinant using the Leibniz Rule. This gives an $a \in I$ with $(1-a)M = 0$.
This is a version of Nakayama's lemma, as stated in statement 1 here, and which you can find a proof for in zillions of places if you search for "proof of Nakayama's lemma". (That includes this link itself.)
To be clear, that statement says "There exists an $r$, $1-r\in I$ and $fM=0$. If you take $a=1-r$, you have your $a$.