Let $R$ be a ring, and $u$ an element of $R$ such that :
- $u$ is right invertible : there exists $v \in R$ such that $uv = 1$,
- $u$ is a left zero divisor : there exists nonzero $z \in R$ such that $uz = 0$.
Show that there are infinitely many elements $w \in R$ such that $uw = 0$.
Edit: Here's my work so far.
Let $E = \{ w \in R \ \vert \ uw=0\}$. We want to show it has infinitely many elements.
I've found that $(vu-1) \in E$ since $u(vu-1) = (uv)u - u = 1u-u = 0$.
Hence $(vu-1)\alpha$ would also be an element of $E$ for any $\alpha \in R$. But I'm not sure that proves the set $E$ has infinitely many elements.