I'm trying to show that if $E$ is a finite monoid, then there exists $s$ such that $s²=s$, i.e, there exists an idempotent element in $E$.
What I did is this: Take an element $a$ of $E$, and consider the application $F_a :E\to E$ such that for $x$ in $E$, $F_a(x)=ax$. Now, if $E$ was a group, it's easy to see that $F_a$ is a permutation of $E$ (consider $F_{sym}(a)$) since $E$ is finite. Then there exists at least one element $x$ such that $F_a(x)=x$. Take $x=a$ we'll have $a²=a$. But what about the initial case, where $E$ is just a finite monoid?
Thanks.