In general, if $(R, +, *)$ is a ring, then for all $i, j \in \mathbb{Z}$ and $r \in R$, $$(i \cdot r) * (j \cdot r) = (ij)*r \text,$$ where $i \cdot r$ denotes the $i$th power of $r$ as an element of $(R, +)$. A product of sums is a sum of products.
If the ring is $\mathbb{R}$, then there is an additional property that $$i \cdot r = i * r \text.$$ This makes sense: multiplication is iterated addition. $4 \cdot 3 = 3 + 3 + 3 + 3 = 4 * 3$. What is a rigorous proof of this property?
I expect this proof will require some construction of the real numbers; I don't have a preference for any particular construction. Or maybe this is true for any field.
Note that in $\mathbb{R}$, $n\cdot 1 = n$
– masiewpao Nov 30 '20 at 16:20