7

Let $M$ be a finitely generated $R$-module and $f:M \rightarrow R^n$ a surjective homomorphism. By letting $e_1,\dots,e_n$ be the standard basis of $R^n$ and choosing $u_i \in M$ with $f(u_i) = e_i$ for $1 \leq i \leq n$,

(i) Show that $M = \ker(f) \bigoplus M_0$, where $M_0 \leq M$ is the submodule generated by the $u_i$.

(ii) Show that $\ker(f)$ is finitely generated.

user46220
  • 539
  • 5
  • 12

2 Answers2

12

Alternatively to Berci's solution, although definitely more high-tech, is the observation that we have the short exact sequence

$$0\to\ker f\to M\to R^n\to 0$$

which splits because $R^n$ is free. The existence of the back-maps $j:R^n\to M$ and $h:M\to \ker f$ give you i) and ii) respectively.

Alex Youcis
  • 54,059
8

Hints: For (i), assume $f(m)=r_1e_1+\dots+r_ne_n$, then $m-r_1u_1-\dots-r_nu_n\in\ker f$.

For (ii), consider a finite generator set $m_1,\dots,m_k$ of $M$ and write them all in the format according to (i).

Berci
  • 90,745