Let $(E,⋅)$ be an associative algebraic structure. Prove that:
If $∀a,b∈E$ you have $ab^2a=b$ then $|E|=1$
Is my answer correct?
$$a b^2 a = b $$ $$(ab)(ba) = b$$ if $(ab)$ is inverse of $(ba)$ $$1_e = b$$ Which implies that $$1_e = a$$
The structure is formed by only the identity element, therefore $|E|=1$
Thanks in advance!
[EDIT]
I understand, what I can think of now is:
Take $a=b$
Later, $$a a^2 a = a$$ $$(aa)(aa) = a$$ $$aa = a$$ $$a=a$$
so $a$ is idempotent
Then, I don't know if I'm on the right track.
No, your proof is wrong. You do not need to have a unique unit and inverses in an associative structure. But consider: If $ab^2a=b$ for all $a,b$ then also $b=a^2b^2a^2 = aab^2aa = aba$. Then $$ b^2 = abaaba = baab = aa = a^2 $$ Then $$ b = ab^2a = aa^2a = a$$
Thus either $E=\emptyset$ or $|E|=1$.