Let $p_1=2,p_2=3,p_3=5, p_4=7, p_5=11,...$ the primes.
I recently had Q/A here and here about the ring$$\boxed{(\prod_{n=1}^{+\infty} \mathbb{Z} / p_n\mathbb Z,+,\times)} $$ where $\prod_p \mathbb{Z} / p $ seemed to be relatively well-known. For my part, I had never read of $$\prod_p \mathbb{Z} / p=\mathbb Z/2\times \mathbb Z/3\times \mathbb Z/5\times \mathbb Z/7\times \mathbb Z/11\times...$$
For example, $$\varphi:\mathbb Z\to \prod_p \mathbb{Z} / p$$ $$n\mapsto (n,n,n,n,n,...)$$is an embedding of $\mathbb Z$, which is injective but not surjective.
- Let $n\neq n'$.
Then $\exists m, s.t. p_m\ge n \text { and }p_m\ge n'$
Then $\varphi(n)_m=n\neq n'=\varphi(n')_m$
Example (with $n=11,n'=2111, m=5, p_5=11$) : $$\varphi(11)=(1,2,1,4,0,...)$$ $$\varphi(2111)=(1,2,1,4,10,...)$$
- Let $n\in \mathbb Z$. Then, $n$ has only a finite number of divisors. For example, $15=3\times 5\mapsto (1,0,0,1,4,2,15,15,15,15,15,15,...)$
So, $$(1,0,0,0,0,0,0,0,0,0...)\notin \varphi(\mathbb Z)$$
I find this interesting. And, besides the question of the post, I would like to be able to find any references about this ring. Any help will be greatly appreciated.