4

Let $S$ be a semigroup. If $S$ has a zero element, define $S^0 = S$. Otherwise define $S^0$ as $S$ with a zero element adjoined. A subset $I$ of $S$ is an ideal if it is closed under left and right multiplication by every $s \in S$. The Rees quotient $S/I$ is the quotient semigroup $S/\sim_I$ where $a \sim_I b \iff a = b \lor (a \in I \land b \in I)$.

Here is an exercise in my book:

Let $I$ be an ideal and $H$ be a subsemigroup of a semigroup $S$. Then $H \cup I$ is a subsemigroup of $S$, $I$ is an ideal of $H \cup I$, $I \cap H$ is an ideal of $H$, and $H \cup I / I = H / H \cap I$

I think this is incorrect. If $I$ is nonempty and $H \cap I = \varnothing$, $H \cup I / I$ is not $H / H \cap I$ but with a zero element adjoined. So the correct statement should be $H \cup I / I = (H / H \cap I)^0$. Is this right? Edit: This holds only if $I$ is nonempty. If $I$ is empty this also doesn't hold. Then what would be the general correct statement?

Ris
  • 1,292
  • Wrapping $(\cdot)^0$ around both sides seems to work: If $H\cap I\ne\emptyset$, this has no effect at all. If $I\ne\emptyset=H\cap I$, this only affects the right hand side in the way you found necessary. And if $I=\emptyset$, this is trivial anyway. – Hagen von Eitzen Jul 11 '21 at 14:06
  • Which book are you referring to? – Shaun Jul 11 '21 at 14:23
  • @HagenvonEitzen Yes I think that works, but uglier than other algebraic structures. I think the ugliness comes from combining ideals with subsemigroups; We don't do that in groups or rings. – Ris Jul 11 '21 at 15:44
  • @Shaun I'm referring to Semigroups: An Introduction to the Structure Theory by Pierre A. Grillet – Ris Jul 11 '21 at 15:44
  • Now I notice that actually for rings, we can combine ideals with subrings, and obtain the prettier form of isomorphism theorem. The difference is that the intersection is never empty. – Ris Jul 11 '21 at 15:59

2 Answers2

2

First observe that $I$ is the zero element of $S/I$ is $I\ne \emptyset$. Also, if $S$ has a zero and $I\ne\emptyset$, then necessarily $0\in I$.

Let $I$ be an ideal and $H$ be a subsemigroup of a semigroup $S$. Then

  • $H\cup I$ is a subsemigroup of $S$,
  • $I$ is an ideal of $H\cup I$,
  • $I\cap H$ is an ideal of $H$, and
  • $\bigl((H\cup I)/I\bigr)^0$ is canonically isomorphic to $\bigl(H/(H\cap I)\bigr)^0$

The first three items are trivial. For the last item consider the map $f\colon H\cup I\to \bigl(H/(H\cap I)\bigr)^0$ given by $$f(x)=\begin{cases}0&x\in I\\ [x]_{H\cap I}&x\in H\setminus I\end{cases} $$ This is quite clearly a homomorphism and factors over the $\sim_I$ equivalence relation. Hence it defines a homomorphism $H(H\cup I)/I\to \bigl(H/(H\cap I)\bigr)^0$, which extends in a unique way to a homomoprhism $\tilde f\colon \bigl((H\cup I)/I\bigr)^0\to \bigl(H/(H\cap I)\bigr)^0$. Similarly, we can start with $g\colon H\to \bigl((H\cup I)/I\bigr)^0$, given by $$ g(x)=\begin{cases}0&x\in H\cap I\\ [x]_I&x\in H\setminus I\end{cases}$$ to find $\tilde g\colon \bigl(H/(H\cap I)\bigr)^0\to \bigl((H\cup I)/I\bigr)^0$. One quickly verifies that $\tilde f\circ \tilde g$ and $\tilde g\circ \tilde f$ are the respective identity homomoprhisms. $\square$.

As you noted, in general we cannot simply drop the $(-)^0$ operator.

0

The exercise should be slightly modified as follows, avoiding at the same time introducing $S^0$:

Let $I$ be an ideal and $H$ be a subsemigroup of a semigroup $S$. Then $H \cup I$ is a subsemigroup of $S$, $I$ is an ideal of $H \cup I$, $I \cap H$ is an ideal of $H$, and if $I \cap H$ is nonempty, then $(H \cup I) / I = H / (H \cap I)$.

The proof is immediate, since both semigroups have support $$ \bigl((H \cup I) - I\bigr)\cup \{0\} = (H - I) \cup \{0\} = \bigl(H - (H \cap I)\bigr)\cup \{0\} $$ with product $*$ defined, for all $x,y \in (H - I) \cup \{0\}$ by $$ x * y = \begin{cases} xy&\text{if $x, y, xy \in H - I$}\\ 0&\text{otherwise} \end{cases} $$

J.-E. Pin
  • 40,163