2

How would I show that there is a ring $R$ with identity $1_R$ and a subring $S$ not containing $1_R$, but such that $S$ has its own identity $1_S$ not equal to $1_R$?

user72195
  • 1,597

3 Answers3

3

You can take $R = \mathbb{Z} \times \mathbb{Z}$ and $S = \mathbb{Z} \times \{0\} \subset R$. Then $1_R = (1,1) \neq (1,0) = 1_S$.

Alex Provost
  • 21,651
3

A simple example (related to the one by Alex P.) is given by the rings of matrices $$ \left\{ \begin{bmatrix}a&0\\0&0\end{bmatrix} : a \in F \right\} = S \subseteq R = \left\{ \begin{bmatrix}a&b\\c&d\end{bmatrix} : a, b, c, d \in F \right\} $$ where $F$ might be $\Bbb{Z}, \Bbb{Q}, \Bbb{R}, \dots$.

Here $$ \begin{bmatrix}1&0\\0&0\end{bmatrix} = 1_{S} \ne 1_{R} = \begin{bmatrix}1&0\\0&1\end{bmatrix}. $$

1

The rings of the form $(\mathbb Z_n,\oplus,\odot)$ are quite simple, so let us try them.

If $R=\mathbb Z_n$ then $1_R=1$. A candidate for $1_S$ can be only an element such that $1_S\odot 1_S=1_S$.

In $\mathbb Z_2$, $\mathbb Z_3$, $\mathbb Z_5$ we do not have non-trivial subrings.

In $\mathbb Z_4$ the only element such that $a\odot a=a$ is $a=1$.

What about $R=\mathbb Z_6$? Could you find a subring $S$ with the required properties?