2

Let $(S,*)$ be a finite semigroup with identity. Prove that $S$ is a group iff $S$ has only one element $x$ such that $x^2=x$.

Attempt: Does this approach true?

$(\Rightarrow)$ Let $S$ be a group. Denote $e_S$ be an identity element in $S$. Clearly, $e_S$ is idempotent since $e_S^2 = e_S$. Suppose that there is another idempotent in $S$, say $x$. Then, $x^2 = x$. So, \begin{equation*} x^2=x \Leftrightarrow x^{-1}x^2 = x^{-1}x \Leftrightarrow x = e_S. \end{equation*} Hence, $x=e_S$. Thus, the only idempotent in $S$ is $e_S$.

$(\Leftarrow)$ First, to show for any $x \in S$, there exist $n \in \Bbb N$ such that $x^n$ is idempotent. I found this proof in the ProofWiki. Next, since the only idempotent in $S$ is $e_S$, then $x^n$ must equal to $e_S$. I have proved this already. But, I am still confused. If $n=2$, then $a^2 = e_S$ i.e. the inverse of $a$ is itself. But, what about $n=3$? $a^3=e_S$, does it implies that the inverse of $a$ is $a^2$?

Shaun
  • 47,747
lap lapan
  • 2,256

1 Answers1

4

Let $x\in S$. Since $S$ is finite, there exist $a$, $d> 0$ such that $$x^a= x^{a+d}$$

Now you can show easily by induction that $$x^b = x^{b+ m d}$$

whenever $b\ge a$, and $m\ge 0$ integer. Let us choose $b\ge a$, and $m d$ such that they are both equal. ( for instance, take $b = \operatorname{lcm}(a,d)$). Then we get $$x^{b} = x^{b+b}$$ or $x^b= (x^b)^2$. Therefore, $x^b$ is idempotent, so it must be $e$. We conclude $x^{b-1} = x^{-1}$.

orangeskid
  • 56,630