Let $R$ be a non-zero ring with unity. Let $a$ be a proper ideal of $R$. I wish to prove the following statement:
$R/a$ is a free left module over $R$ iff $a=0$
where $R/a$ has the usual scalar multiplication induced by considering the left regular module $_{R}R$
I'm having little trouble proving that if $R/a$ is free over $R$ then one must have $a=0$. Here is what I've done so far:
Suppose that $R/a$ is free over $R$. Let $X$ be a basis of $R/a$ over $R$. Since $a$ is a proper ideal, we have that $R/a \neq 0$ and so $X \neq \emptyset$ as a generating set. Let $x + a \in X$. Since $X$ is linearly independent over $R$, we have in particular that $ \{x+a\}$ must be linearly independent over $R$. This means that $\forall r\in R$, $r(x+a)=a \implies r=0$ or equivalently $\forall r \in R, rx \in a \implies r=0$.
Now if one could take $x=1$ the result would follow immediately. Can anyone help me from the last step forward? Or provide a different way of looking at the problem? Thank you in advice.