Constructive real tetration
#1
Ouch, I've been bitten by the real tetration bug! I am writing Mathematica software that includes my own approach to complex tetration, but I want to support other approaches to tetration, particularly real tetration. What constructive methods are there out there for extending tetration? I do plan on adding support for Gottfried's work.
Daniel
Reply
#2
Between \(1 < \alpha < \eta\), we can construct tetration entirely from a real valued iterated integral.

The algorithm is written firstly with the identification:

\[
\begin{align}
\alpha \uparrow^0 x &= \alpha \cdot x\\
\alpha \uparrow^n \alpha \uparrow^{n+1} x &= \alpha \uparrow^{n+1}\,x+1\\
\alpha \uparrow^n 1 &= \alpha\\
\alpha \uparrow^{n+1} k &= \alpha \uparrow^n \alpha \uparrow^n \cdots k\,\text{times}\cdots \uparrow^n \alpha
\end{align}
\]

Then there's a Picard type integral sequence to generating this construction:

\[
\begin{align}
\vartheta(w) &= \sum_{k=0}^\infty \left(\alpha \uparrow^{n} k+1 \right)\frac{w^n}{n!}\\
\Gamma(1-x) \left(\alpha \uparrow^n x\right) &= \sum_{j=0}^\infty \left(\alpha \uparrow^n k+1\right) \frac{(-1)^k}{k!(k+1-x)} + \int_1^\infty \vartheta(-w)w^{-x}\,dw \\
\end{align}
\]

Recalling that \(\alpha \uparrow^{n} k+1\) is just \(\alpha \uparrow^{n-1} \cdots \alpha \uparrow^{n-1} \alpha\) with \(k+1\) alphas.


Where this defines a recursive protocol. I have it written here on ArXiv https://arxiv.org/abs/2106.03935; which details in much more rigor, why this holds.

But this still just produces the standard regular iteration. So it's not a new "real tetration"--it's just a different approach. (Something I think is going to become much more relevant with all the stuff we're working on now with Borel sums!)




The only other real tetration I have to offer, is the beta method. Which only produces smooth values for bases \(b > \eta\), but can produce analytic values within the Shell thron region.

I suggest, my release of the code--beta.gp--if you want to try and implement that in mathematica. It would be hell though. Because I have 48 gbs of ram on my laptop, and I program in GP with that knowledge. Which means a lot of my code is designed for large and robust amounts of value. Though it does work for simple stuff, I imagine it would be tenuous on Wolfram Alpha.... Even in a C shell my code is slow, lol. But if you wait for an hour after writing Sexp(1+z) you'll get the taylor series about \(z=0\) of this function to ridiculous accuracy Tongue 


And after shamelessly supporting my own work--you should look at Kouznetsov's C++ program. I can locate it down if you want, but I sent you his book, and I believe the link to it is in the book. Big Grin
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Behaviour of tetration into the real negatives Shanghai46 1 894 10/12/2023, 11:01 PM
Last Post: leon
  Real tetration as a limit of complex tetration Daniel 6 2,561 10/10/2023, 03:23 PM
Last Post: leon
  Real and complex tetration Daniel 13 6,318 04/04/2023, 10:25 AM
Last Post: JmsNxn
  Range of complex tetration as real Daniel 2 1,810 10/22/2022, 08:08 PM
Last Post: Shanghai46
  From complex to real tetration Daniel 3 2,292 10/21/2022, 07:55 PM
Last Post: Daniel
  Cost of real tetration Daniel 1 1,507 09/30/2022, 04:41 PM
Last Post: bo198214
  Real Multivalued/Parametrized Iteration Groups bo198214 11 6,293 09/10/2022, 11:56 AM
Last Post: tommy1729
  Complex to real tetration Daniel 1 1,374 08/14/2022, 04:18 AM
Last Post: JmsNxn
  Constructing a real valued Fibonacci iteration--its relation to \(1/1+z\) JmsNxn 7 4,007 08/13/2022, 12:05 AM
Last Post: JmsNxn
  Challenging the concept of real tetration Daniel 2 1,994 07/04/2022, 03:09 PM
Last Post: Daniel



Users browsing this thread: 1 Guest(s)