Given that $R_{i}$ are rings, I need to prove that
$char(R) = char(R_{1} \bigoplus R_{2} \bigoplus \cdots \bigoplus R_{n}) = lcm(char(R_{1}), char(R_{2}), \cdots, char(R_{n}))$
Recall that the characteristic of a ring $S$, denoted $char(S)$, is the smallest positive integer $n$ such that $nx=0$, $\forall x \in S$.
I surmised, therefore, that the characteristic of a direct sum of $n$ rings must be the $lcm$ of the characteristics.
This is true since each $char(R_{i})$ must divide $char(R)$ by both the definition of the direct sum and the definition of a ring's characteristic.
However, $char(R)$ is defined to be the least such positive integer, so that $char(R_{i}) \vert char(R)\, \implies \, char(R) = lcm(char(R_{i}))$ for $1 \leq i \leq n$.
But, I'm not sure that this reasoning necessarily constitutes a rigorous proof (seems a bit too hand-wavey to me).
Is there a way I could make this proof more rigorous? If so, how would I go about doing so?
Thanks in advance.