Abstract Algebra – Homomorphism $\phi: \Bbb Z\to R$ in Ring Theory

abstract-algebraring-theory

I want to find all ring homomorphisms from $\phi:\Bbb Z\to R$ where $(R,+,\cdot)$ is an arbitrary ring with identity. Where $\phi: 1\mapsto 1_R$.

I think since $\phi(1)=1_R\implies \phi(1+1)=\phi(1)+\phi(1)=1_R+1_R$

We must have that the homomorphism is the identity map, and since this was by construction under those conditions, I have a feeling all such maps are the identity map, and it is therefore unique. Is this intuition correct?


$\phi(n\times 1) = \phi(1)+\phi(1)+\cdots+\phi(1)=1_R+1_R+\cdots+1_R$

Best Answer

You are right it is unique, basically for the reasons you gave. However, it is not "the identity map" as the term is usually understood. For example note that when $R$ is finite, such as $R = \mathbb{Z}/n \mathbb{Z}$, your map certainly cannot even be injective.

What is true, and maybe you meant this, is that for each $n \in \mathbb{Z}$ you necessarily have $\phi(n)= n \cdot 1_R$.

To complete you argument you should consider negative integers too, and depending on how formal you want to be give a proof for the general case for positive $n$ via induction.

Related Question