So, I've researched a little bit about this topic, and hyper operators are written $H_n(a, b)$ with :
- $H_0(a, b) = b+1$ (succession)
- $H_1(a, b) = a+b$ (addition)
- $H_2(a, b) = ab$ (multiplication)
- $H_3(a, b) = a^b$ (exponentiation)
- $H_4(a, b) = {^b}a$ (tetration)
- ...
With this logic, is it possible to extend this list into the negative numbers? By taking the inverses of the function. There's only one problem with this idea (actually 2). The opposite of counting up is...counting down. But the opposite of 0 is 0. So that would mean that $H_0(a,b)$ would be both $a+1$ and $a-1$. Same for inverse functions
- Addition $\rightarrow$ subtraction
- Multiplication $\rightarrow$ division
- Exponentiation $\rightarrow$ both roots and logs
- Tetration $\rightarrow$ both super-roots and super-logs.
...
It seems like we have 2 functions for $n≤-2$,and for $n=0$.
That can be considered a problem, unless we just allow it, like in the $W$ Lambert function which can give 2 results for certain inputs.
So for $H_0$, to differentiate succession $(b+1)$ and counting down $(b-1)$, I suggest writing $H_{0^+}$ for succession and $H_{0^-}$ for counting down.
And to differentiate between roots and logs, I suggest putting a little "$R$" for roots and "$L$" for logs like : $H_{-3_L}$ for logarithm and $H_{-3_R}$ for roots.
So we could logically say that :
- $H_{0^+}(a, b) = a+1,~H_{0^-}(a, b) = a-1$
- $H_{-1}(a, b) = a-b$
- $H_{-2}(a, b) = a/b$
- $H_{-3_R}(a, b) = \sqrt[b]{a}$
- $H_{-3_L}(a, b) = \log_b({a}) $
- $H_{-4_R}(a, b) = \sqrt[b]{a_s}$ (super-root)
- $H_{-4_L}(a, b) = \text{slog} _b({a})$ (super-log)
Is that reasoning logic and coherent?