Is there an abelian group $R$ with multiplication operator with this properties ?
(i) $a(bc)=(ab)c$
(ii) $a(b+c)=ab+ac$ , $(b+c)a=ba+ca$
And a unique element $e$ s.t
(iii) $ea=a\quad \forall a\in R $
But there exists $x\in R$ s.t $xe\neq x$ .
Is there an abelian group $R$ with multiplication operator with this properties ?
(i) $a(bc)=(ab)c$
(ii) $a(b+c)=ab+ac$ , $(b+c)a=ba+ca$
And a unique element $e$ s.t
(iii) $ea=a\quad \forall a\in R $
But there exists $x\in R$ s.t $xe\neq x$ .
My solution was inspired by this question. Consider the set $R$ of matrices with integer entries of the form $$ \begin{pmatrix} a & a\\ b & b \end{pmatrix} $$ Then $R$ is an abelian group under addition and a semigroup under the multiplication of matrices. Distributivity also holds. Now, the formula $$ \begin{pmatrix} a & a\\ b & b \end{pmatrix}\begin{pmatrix} x & x\\ y & y\end{pmatrix} = \begin{pmatrix} a(x+y) & a(x+y)\\ b(x+y) & b(x+y) \end{pmatrix} $$ shows that every matrix $\begin{pmatrix} x & x\\ y & y\end{pmatrix}$ such that $x + y = 1$ is a right identity. However, there is no left identity. You can of course take the dual operation if you wish to have a left identity and no right identity, like in your question.