A cyclic ring is a ring (or rng) whose additive group is cyclic.
Two elements of a commutative ring are associates $(\sim)$ iff they divide each other.
An element $d$ of a commutative ring is a $\gcd(a,b)$ iff:
- $d$ is a common divisor of $a$ and $b$, and
- any common divisor of $a$ and $b$ divides $d$.
An element $m$ of a commutative ring is an $\mathrm{lcm}(a,b)$ iff:
- $m$ is a common multiple of $a$ and $b$, and
- $m$ divides any common multiple of $a$ and $b$.
It looks like the formula
$\gcd(a,b) \cdot \mathrm{lcm}(a,b) \sim a \cdot b$
works for any cyclic ring, even if there is no unity in it, as long as $\gcd(a,b)$ exists.
For example, in $2\mathbb Z_{12}$:
$\gcd(4,8) \sim 4$
$\mathrm{lcm}(4,8) \sim 4$
$\gcd(4,8) \cdot \mathrm{lcm}(4,8) \sim 4 \sim 4 \cdot 8$
There are proofs of the $\gcd \cdot \mathrm{lcm}$ formula for an integral domain:
Prove that $\gcd(M, N)\times \mbox{lcm}(M, N) = M \times N$. and
Transfer Between LCM, GCD for Rings?
How do we show it for an arbitrary cyclic ring?
In an infinite cyclic ring $k \mathbb Z$ a nonzero $\gcd$ exists if only $k = 1$ since any $\gcd$ must divide itself.
I need help with a finite cyclic ring $k \mathbb Z_{kn}$.