I asked a question about operations and one comment puzzled me.
Given a binary operation $\ast$ on integers at least $2$, define $\ast'$ by $$m\ast' n = \overbrace{m\ast m\ast \cdots \ast m}^{n\text{ times}}.$$
Example :
if $*$ is $+$ , $*'$ is $×$. Multiplications are a lot of additions.
if $*$ is $×$ , $*'$ is $^$. Exponential are a lot of additions.
The question is what's $*$ when $*'$ is $+$ ?
Additions are a lot of... what?