0

Let $R$ be a commutative Ring with $1$, $M$ a free $R$-Module of rank $2$ and $\varphi \in \operatorname{End}_R (M)$. Show that: If $\det \varphi$ is not a zero divisor in $R$, then $\varphi$ is injective.

Ok, so assume $\varphi$ is not injective. Then there exists a $x \in \ker \varphi$, $x\neq 0$ such that $\varphi(x) = 0$. Since $M$ is free, then there exist $r_1,r_2 \in R$ with $x = r_1m_1 + r_2m_2$ where not both $r_1, r_2$ are zero. Since $(m_1,m_2)$ is a basis of $M$, I know that $(m_1 \wedge m_2)$ is a basis of $\bigwedge^2 M$. From here, I don't really know how to proceed, advice is greatly appreciated.

Shuster
  • 617

1 Answers1

1

Hint : If $\varphi(x) = 0$ then $0=\varphi(x)\wedge \varphi(m_2) = r_1 \varphi(m_1)\wedge \varphi(m_2) = (\det(\varphi) r_1) m_1\wedge m_2$.

Similarly, $0= (\det(\varphi)r_2) m_1\wedge m_2$.

Maxime Ramzi
  • 43,598
  • 3
  • 29
  • 104