-
Notifications
You must be signed in to change notification settings - Fork 2
/
semigroups.tex
executable file
·35 lines (24 loc) · 1.1 KB
/
semigroups.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\subsection*{Extension: Less Than A Group}
It turns out that there are algebraic objects which are not quite
groups, but which are still of interest.
\begin{definition}
A \defn{semigroup}{semigroup} is a set with an associative binary
operation.
A \defn{monoid}{monoid} is a semigroup with an identity element $e$.
\end{definition}
As one can see, the bar for being a semigroup is extremely low, and
one is not asking that much more to get a monoid.
\begin{proposition}\label{prop:semigroup2group}
A semigroup $(G, \ast)$ is a group if and only if there is a left
identity $e \in G$, and for every element $x \in G$ there is an
element $x^{-1} \in G$ which is a left-inverse (ie.\ $x^{-1}x = e$).
\end{proposition}
\begin{proposition}\label{prop:semigroup2group2}
A semigroup $(G,\ast)$ is a group if and only if for all $a$, $b
\in G$, one can find elements $x$ and $y \in G$ such that $ax =
b$ and $ya = b$.
\end{proposition}
\begin{enumerate}
\item Prove Proposition~\ref{prop:semigroup2group}.
\item Prove Proposition~\ref{prop:semigroup2group2}.
\end{enumerate}