Is there a standard notation to represent the function building the multiplication from the addition (I'm talking of the usual $+$ on $\Bbb N$)?
I'm tempted by: $$ x \times y = + ^ y (x) $$
With such a notation I'd like to write: $$ x ^ y = \times ^ y (x) $$
Is there any standard notation to represent this building relationship: $$ \epsilon: + \rightarrow \times $$
This relation can be formalized as definition by recursion:
if we can create an infinite sequence of binary operation on $\Bbb N$ in this way:
First we define $+_1:=+$
we can define $+_{k+1}$ from $+_{k}$ using the recursion over naturals with three steps.
In this way we can go from $+_{k}$ to $+_{k+1}$.
This is the same way we build the Hyperoperations (see here)
As we can see your $\epsilon$ has this property
About such $\epsilon$ that in our case it takes a binary operation as a imput and give a binary operation as output but I never saw it. Instead I saw a similar concept for unary fucntions called Superfunction.
We call $F$ superfunction (related with Abel Functions) the solution of the functional equation
$$F(0)=b$$
$$F(n+1)=h(F(n))$$
I usually write $F$, the solution of this equation, as $\mathcal S [h]$: $$F=\mathcal S [h]$$
$$ \mathcal S [h](n+1)=h(\mathcal S [h](n)) $$
because I saw it somewhere but I don't remember where.
So if we use this notation for our operations turning them in to unary functions for a fixed $b$
$f_0(n):=H_0(b,n)=n+1$
$f_k(n):= H_k(b,n)=b +_{k} n$
we can find that $f_{k+1}(n):= H_{k+1}(b,n)=b +_{k+1} n$ is the Superfunction of $f_{k}(n)$
so where $f_1(n)=b +_{1} n=b+ n $ we have
$$\mathcal S [f_1](n)=f_2(n)=b +_{2} n=b\times n $$
and in general