I'm trying to find a ring which has an element that has many(more than two) distinct left inverses.
I first tried the (square) matrices but then realized that if a matrix is a left unit, then it has determinant greater than 0, thus it is also a right unit and has unique inverse.
And then next I tried to do it with functions with usual addition and composition, and I found this example(in the first answer, by user23211): Kaplansky's theorem of infinitely many right inverses in monoids?
But I realized that the space of functions does not form a ring since the distribution law fails.
To make distribution law hold, we can only have homomorphisms; while the elements in the above example are not.
I also have seen that we can construct a similar examples with infinite vector spaces, but they are not rings.
Is there any ring like this?