As an exercise I've been asked to prove a statement I believe to be false:
Let $A$ be an order and let $A^{\times}_p$ its $p$-th roots of unity, where $p$ is any prime number. Show that the subring of $A$ generated by $A^{\times}_p$ is connected.
Here $A$ being an order means that $A$ is a commutative ring of which the additive group is isomorphic to $\Bbb{Z}^n$ for some natural number $n$, and $$A^{\times}_p=\{a\in A:\ a^p=1\}.$$ Having no clue how to prove this I thought I'd try an example; the ring $A=\Bbb{Z}\times\Bbb{Z}$, with $p=2$. Then $$A^{\times}_2=\{(1,1),(1,-1),(-1,1),(-1,-1)\},$$ but then the subring of $A$ generated by $A^{\times}_2$ contains both $$(1,1)+(1,-1)=(2,0)\qquad\text{ and }\qquad(1,1)+(-1,1)=(0,2),$$ where $(2,0)\cdot(0,2)=(0,0)$, meaning that this subring isn't connected.
It seems odd to me that such a simple counterexample should exist. Is my reasoning correct?