Tetration
|
|
It has been suggested that Super-logarithm be merged into this article or section. (Discuss) Proposed since June 2009. |
In mathematics, tetration (also known as hyper-4) is an iterated exponential and is the next hyper operator after exponentiation. The word tetration was coined by English mathematician Reuben Louis Goodstein from tetra- (four) and iteration. Tetration is used for the notation of very large numbers. Shown here are examples of the first four hyper operators, with tetration as the fourth (and succession, the unary operation denoted a' = a + 1 taking a and yielding the number after a, as the 0th):
- Addition
- a succeeded n times.
- Multiplication
- a added to itself, n times.
- Exponentiation
- a multiplied by itself, n times.
- Tetration
- a exponentiated by itself, n times.
where each operation is defined by iterating the previous one (the next operation in the sequence is pentation). The peculiarity of the tetration among these operations is that the first three (addition, multiplication and exponentiation) are generalized for complex values of n, while for tetration, no such regular generalization is yet established; and tetration is not considered an elementary function.
Addition (a + n) is the most basic operation, multiplication (an) is also a primary operation, though for natural numbers it can be thought of as a chained addition involving n numbers a, and exponentiation (an) can be thought of as a chained multiplication involving n numbers a. Analogously, tetration (na) can be thought of as a chained power involving n numbers a. The parameter a may be called the base-parameter in the following, while the parameter n in the following may be called the height-parameter (which is integral in the first approach but may be generalized to fractional, real and complex heights, see below).
Contents |
[edit] Definition
For any positive real a > 0 and non-negative integer
, we define
by:
[edit] Iterated powers
As we can see from the definition, when evaluating tetration expressed as an "exponentiation tower", the exponentiation is done at the deepest level first (in the notation, at the highest level). In other words:
Note that exponentiation is not associative, so evaluating the expression in the other order will lead to a different answer:
Thus, the exponential towers must be evaluated from top to bottom (or right to left). Computer programmers refer to this choice as right-associative.
When a and n are coprime, we can compute the last m decimal digits of
using Euler's theorem.
[edit] Terminology
There are many terms for tetration, each of which has some logic behind it, but some have not become commonly used for one reason or another. Here is a comparison of each term with its rationale and counter-rationale.
- The term tetration, introduced by Goodstein in his 1947 paper Transfinite Ordinals in Recursive Number Theory[1] (generalizing the recursive base-representation used in Goodstein's theorem to use higher operations), has gained dominance. It was also popularized in Rudy Rucker's Infinity and the Mind.
- The term superexponentiation was published by Bromer in his paper Superexponentiation in 1987.[2] It was used earlier by Ed Nelson in his book Predicative Arithmetic, Princeton University Press, 1986.
- The term hyperpower[3] is a natural combination of hyper and power, which aptly describes tetration. The problem lies in the meaning of hyper with respect to the hyper operator hierarchy. When considering hyper operators, the term hyper refers to all ranks, and the term super refers to rank 4, or tetration. So under these considerations hyperpower is misleading, since it is only referring to tetration.
- The term power tower[4] is occasionally used, in the form "the power tower of order n" for

Tetration is often confused with closely related functions and expressions. This is because much of the terminology that is used with them can be used with tetration. Here are a few related terms:
-
Form Terminology 
Tetration 
Iterated exponentials 
Nested exponentials (also towers) 
Infinite exponentials (also towers)
In the first two expressions a is the base, and the number of times a appears is the height (add one for x). In the third expression, n is the height, but each of the bases is different.
Care must be taken when referring to iterated exponentials, as it is common to call expressions of this form iterated exponentiation, which is ambiguous, as this can either mean iterated powers or iterated exponentials.
[edit] Notation
There are many different notation styles that can be used to express tetration. Some of these styles can be used for higher iterations as well (hyper-5, hyper-6, and so on).[clarification needed]
-
Name Form Description Standard notation 
Used by Maurer [1901] and Goodstein [1947]; Rudy Rucker's book Infinity and the Mind popularized the notation. Knuth's up-arrow notation 
Allows extension by putting more arrows, or, even more powerfully, an indexed arrow. Conway chained arrow notation 
Allows extension by increasing the number 2 (equivalent with the extensions above), but also, even more powerfully, by extending the chain Ackermann function 
Allows the special case a = 2 to be written in terms of the Ackermann function. Iterated exponential notation 
Allows simple extension to iterated exponentials from initial values other than 1. Hooshmand notation[5] 
Hyper operator notation 
Allows extension by increasing the number 4; this gives the family of hyper operations ASCII notation a^^nSince the up-arrow is used identically to the caret ( ^), the tetration operator may be written as (^^).
One notation above uses iterated exponential notation; in general this is defined as follows:
with n "a"s.
There are not as many notations for iterated exponentials, but here are a few:
-
Name Form Description Standard notation 
Euler coined the notation exp a(x) = ax, and iteration notation fn(x) has been around about as long. Knuth's up-arrow notation 
Allows for super-powers and super-exponential function by increasing the number of arrows; used in the article on large numbers. Ioannis Galidakis' notation 
Allows for large expressions in the base.[6] ASCII (auxiliary) a^^n@xBased on the view that an iterated exponential is auxiliary tetration. ASCII (standard) exp_a^n(x)Based on standard notation. J Notation x^^:(n-1)xRepeats the exponentiation. See J (programming language)[7]
[edit] Examples
In the following table, most values are too large to write in scientific notation, so iterated exponential notation is employed to express them in base 10. The values containing a decimal point are approximate.
-
x 2x 3x 4x 1 1 1 1 2 4 16 65,536 3 27 7,625,597,484,987 
4 256 

5 3,125 

6 46,656 

7 823,543 

8 16,777,216 

9 387,420,489 

10 10,000,000,000 

[edit] Approximations by more primitive functions
[edit] Polynomial approximations
[edit] Linear approximation
A linear approximation (solution to the continuity requirement, approximation to the differentiability requirement) is given by:
hence:
-
Approximation Domain 
for − 1 < x < 0 
for 0 < x < 1 
for 1 < x < 2
and so on. However, it is only piecewise differentiable; at integer values of x the derivative is multiplied by ln a.
[edit] Examples

A main theorem in Hooshmand's paper[5] states: Let
. If
is continuous and satisfies the conditions:
,- f is differentiable on ( − 1,0),
is a nondecreasing or nonincreasing function on ( − 1,0),
then f is uniquely determined through the equation
,
where (x) = x − [x] denotes the fractional part of x and
is the [x]-iterated function of the function exp a.
The proof is that the second through fourth conditions trivially imply that f is a linear function on [-1, 0].
The linear approximation to natural tetration function xe is continuously differentiable, but its second derivative does not exist at integer values of its argument. Hooshmand derived another uniqueness theorem for it which states:
If
is a continuous function that satisfies:
,- f is convex on ( − 1,0),

then f = uxp. [Here f = uxp is Hooshmand's name for the linear approximation to the natural tetration function.]
The proof is much the same as before; the recursion equation ensures that
and then the convexity condition implies that f is linear on (-1, 0).
Therefore the linear approximation to natural tetration is the only solution of the equation
and f(0) = 1 which is convex on
. All other sufficiently-differentiable solutions must have an inflection point on the interval (-1, 0).
[edit] Higher order approximations
A quadratic approximation (to the differentiability requirement) is given by:
which is differentiable for all x > 0, but not twice differentiable. If a = e this is the same as the linear approximation.
A cubic approximation and a method for generalizing to approximations of degree n are given at.[8]
[edit] Extensions
Tetration can be extended to define n0 and other domains as well.
[edit] Extension of domain for bases
[edit] Extension to base zero
The exponential 00 is non consistently defined. Thus, the tetrations
are not clearly defined by the formula given earlier. However,
is well defined, and exists:
Thus we could consistently define
. This is equivalent to defining 00 = 1.
Under this extension, 00 = 1, so the rule 0a = 1 from the original definition still holds.
[edit] Extension to complex bases
Since complex numbers can be raised to powers, tetration can be applied to bases of the form
, where
is the square root of −1. For example,
where
, tetration is achieved by using the principal branch of the natural logarithm, and using Euler's formula we get the relation:
This suggests a recursive definition for
given any
:
The following approximate values can be derived:
-
ni Approximate Value 1i = i i 
0.2079 
0.9472 + 0.3208i 
0.0501 + 0.6021i 
0.3872 + 0.0305i 
0.7823 + 0.5446i 
0.1426 + 0.4005i 
0.5198 + 0.1184i 
0.5686 + 0.6051i
Solving the inverse relation as in the previous section, yields the expected
and
, with negative values of n giving infinite results on the imaginary axis. Plotted in the complex plane, the entire sequence spirals to the limit 0.4383 + 0.3606i, which could be interpreted as the value where n is infinite.
Such tetration sequences have been studied since the time of Euler but are poorly understood due to their chaotic behavior. Most published research historically has focused on the convergence of the power tower function. Current research has greatly benefited by the advent of powerful computers with fractal and symbolic mathematics software. Much of what is known about tetration comes from general knowledge of complex dynamics and specific research of the exponential map.
[edit] Extensions of the domain for (iteration) "heights"
[edit] Extension to infinite heights
Tetration can be extended to infinite heights (n in na). This is because for bases within a certain interval, tetration converges to a finite value as the height tends to infinity. For example,
converges to 2, and can therefore be said to be equal to 2. The trend towards 2 can be seen by evaluating a small finite tower:
In general, the infinite power tower
, defined as the limit of nx as n goes to infinity, converges for e−e ≤ x ≤ e1/e, roughly the interval from 0.066 to 1.44, a result shown by Leonhard Euler. The limit, should it exist, is a positive real solution of the equation y = xy. Thus, x = y1/y. The limit defining the infinite tetration of x fails to converge for x > e1/e because the maximum of y1/y is e1/e.
This may be extended to complex numbers z with the definition:
where W(z) represents Lambert's W function.
As the limit y = ∞x (if existent, i.e. for e−e < x < e1/e) must satisfy xy = y we see that x ↦ y = ∞x is (the lower branch of) the inverse function of y ↦ x = y1/y.
[edit] (Limited) extension to negative heights
In order to preserve the original rule:
for negative values of k we must use the recursive relation:
Thus:
However smaller negative values cannot be well defined in this way because
which is not well defined.
Note further that for n = 1 any definition of
is consistent with the rule because
- 01 = 1 = 1n for any
.
[edit] Extension to real heights
At this time there is no commonly accepted solution to the general problem of extending tetration to the real or complex values of n. Various approaches are mentioned below.
In general the problem is finding, for any real a > 0, a super-exponential function
over real x > − 2 that satisfies


for all real x > -1.- A fourth requirement that is usually one of:
-
- A continuity requirement (usually just that xa is continuous in both variables for x > 0).
- A differentiability requirement (can be once, twice, k times, or infinitely differentiable in x).
- A regularity requirement (implying twice differentiable in x) that:
for all x > 0
The fourth requirement differs from author to author, and between approaches. There are two main approaches to extending tetration to real heights, one is based on the regularity requirement, and one is based on the differentiability requirement. These two approaches seem to be so different that they may not be reconciled, as they produce results inconsistent with each other.
Fortunately, any solution that satisfies one of these in an interval of length one can be extended to a solution for all positive real numbers. When
is defined for an interval of length one, the whole function easily follows for all x > − 2.
[edit] Extension to complex heights
There is a conjecture[9] that there exists a unique function F which is a solution of the equation F(z+1)=exp(F(z)) and satisfies the additional conditions that F(0)=1 and F(z) approaches the fixed points of the logarithm (roughly 0.31813150520476413531 ± 1.33723570143068940890i) as z approaches ±i∞ and that F is holomorphic in the whole complex z-plane, except the part of the real axis at z≤−2. This function is shown in the figure at right. The complex double precision approximation of this function is available online.[10]
The requirement of holomorphism of tetration is important for the uniqueness. Many functions S can be constructed as
where α and β are real sequences which decay fast enough to provide the convergence of the series, at least at moderate values of
.
The function S satisfies the tetration equations S(z+1)=exp(S(z)), S(0)=1, and if αn and βn approach 0 fast enough it will be analytic on a neighborhood of the positive real axis. However, if some elements of {α} or {β} are not zero, then function S has multitudes of additional singularities and cutlines in the complex plane, due to the exponential growth of sin and cos along the imaginary axis; the smaller the coefficients {α} and {β} are, the further away these singularities are from the real axis.
The extension of tetration into the complex plane is thus essential for the uniqueness; the real-analytic tetration is not unique.
[edit] Open questions
It is not known if nπ or ne is an integer for any positive integer n.
[edit] Inverse relations
Exponentiation has two inverse relations; roots and logarithms. Analogously, the inverse relations of tetration are often called the super-root, and the super-logarithm.
[edit] Super-root
|
|
This section may contain original research. Please improve it by verifying the claims made and adding references. Statements consisting only of original research may be removed. More details may be available on the talk page. (October 2009) |
The super-root is the inverse relation of tetration with respect to the base: if ny = x, then y is an nth super root of x. For example,
so 2 is the 4th super-root of 65,536 and
so 3 is the 3rd super-root (or super cube root) of 7,625,597,484,987.
[edit] Square super-root
The 2nd-order super-root, square super-root, or super square root has two equivalent notations, ssrt(x) and
. It is the inverse of 2x = xx and can be represented with the Lambert W function:[11]
Like square roots, the square super-root of x may not have a single solution. Unlike square roots, determining the number of square super-roots of x may be difficult. In general, if e − 1 / e < x < 1, then x has two positive square super-roots between 0 and 1; and if x > 1, then x has one positive square super-root greater than 1. If x is positive and less than e − 1 / e it doesn't have any real square super-roots, but the formula given above yields countably infinitely many complex ones for any finite x not equal to 1.[11] The function has been used to determine the size of data clusters.[12]
The super-root of two the solution to xx=2 with the approximate value of 1.55961046946236935 is also the unique number whereas when put as the root of two and then as the logarithm of two the result is the same.
It is thought[who?] that if the square super-root of an integer is not an integer, it is irrational, but it is unknown if there is any proof for this.[citation needed]
[edit] Other super-roots
For each integer n > 2, the function nx is defined and increasing for x ≥ 1, and n1 = 1, so that the nth super-root of x,
, exists for x ≥ 1.
However, if the linear approximation above is used, then yx = y + 1 if -1 < y ≤ 0, so
cannot exist.
Other super-roots are expressible under the same basis[clarification needed] used with normal roots: super cube roots, the function[dubious ] that produces y when
, can be expressed as
; the 4th super-root can be expressed as
; and it can therefore be said that the nth super-root is
. Note that
may not be uniquely defined, because there may be more than one nth root. For example, x has a single (real) super-root if n is odd, and up to two if n is even.[citation needed]
The super-root can be extended to
, and this shows a link to the mathematical constant e as it is only well-defined if 1/e ≤ x ≤ e (see extension of tetration to infinite heights). Note that
implies that x = yx and thus that y = x1 / x. Therefore, when it is well defined,
and thus it is an elementary function. For example,
.
[edit] Super-logarithm
Once a continuous increasing (in x) definition of tetration, xa, is selected, the corresponding super-logarithm sloga x is defined for all real numbers x, and a > 1.
The function sloga satisfies:
- slogaxa = x
- slogaax = 1 + slogax
- slogax = 1 + slogalog ax
- slogax > − 2
The infra logarithm function is dual of the ultra exponential function and is denoted by ioga. If a > 1, then it is inverse function of uxpa.
[edit] See also
[edit] References
- ^ R. L. Goodstein (1947). "Transfinite ordinals in recursive number theory". Journal of Symbolic Logic 12 (4): 123–129. doi:10.2307/2266486. JSTOR 2266486.
- ^ N. Bromer (1987). "Superexponentiation". Mathematics Magazine 60 (3): 169–174. JSTOR 2689566.
- ^ J. F. MacDonnell (1989). "Somecritical points of the hyperpower function
". International Journal of Mathematical Education 20 (2): 297–305. MR994348. http://www.faculty.fairfield.edu/jmac/ther/tower.htm. - ^ Weisstein, Eric W., "Power Tower" from MathWorld.
- ^ a b M. H. Hooshmand, (2006). "Ultra power and ultra exponential functions". Integral Transforms and Special Functions 17 (8): 549–558. doi:10.1080/10652460500422247.
- ^ Ioannis Galidakis. On Extending hyper4 and Knuth’s Up-arrow Notation to the Reals.
- ^ "Power Verb". J Vocabulary. J Software. http://www.jsoftware.com/help/dictionary/d202n.htm. Retrieved 28 October 2011.
- ^ Andrew Robbins. Solving for the Analytic Piecewise Extension of Tetration and the Super-logarithm.
- ^ D. Kouznetsov (July 2009). "Solution of F(z + 1) = exp(F(z)) in complex z-plane". Mathematics of Computation 78 (267): 1647–1670. doi:10.1090/S0025-5718-09-02188-7. http://www.ams.org/mcom/2009-78-267/S0025-5718-09-02188-7/S0025-5718-09-02188-7.pdf.
- ^ Mathematica code for evaluation and plotting of the tetration and its derivatives.
- ^ a b Corless, R. M.; Gonnet, G. H.; Hare, D. E. G.; Jeffrey, D. J.; Knuth, D. E. (1996). "On the Lambert W function" (PostScript). Advances in Computational Mathematics 5: 333. doi:10.1007/BF02124750. http://www.apmaths.uwo.ca/~rcorless/frames/PAPERS/LambertW/LambertW.ps.
- ^ BOSTON UNIVERSITY COLLEGE OF ENGINEERING - EFFICIENT SELF-ORGANIZATION OF LARGE WIRELESS SENSOR NETWORKS
- Daniel Geisler, tetration.org
- Ioannis Galidakis, On extending hyper4 to nonintegers (undated, 2006 or earlier) (A simpler, easier to read review of the next reference)
- Ioannis Galidakis, On Extending hyper4 and Knuth's Up-arrow Notation to the Reals (undated, 2006 or earlier).
- Robert Munafo, Extension of the hyper4 function to reals (An informal discussion about extending tetration to the real numbers.)
- Lode Vandevenne, Tetration of the Square Root of Two, (2004). (Attempt to extend tetration to real numbers.)
- Ioannis Galidakis, Mathematics, (Definitive list of references to tetration research. Lots of information on the Lambert W function, Riemann surfaces, and analytic continuation.)
- Galidakis, Ioannis and Weisstein, Eric W. Power Tower
- Joseph MacDonell, Some Critical Points of the Hyperpower Function.
- Dave L. Renfro, Web pages for infinitely iterated exponentials (Compilation of entries from questions about tetration on sci.math.)
- R. Knobel. "Exponentials Reiterated." American Mathematical Monthly 88, (1981), p. 235-252.
- Hans Maurer. "Über die Funktion
für ganzzahliges Argument (Abundanzen)." Mittheilungen der Mathematische Gesellschaft in Hamburg 4, (1901), p. 33-50. (Reference to usage of
from Knobel's paper.) - Ripà, Marco (2011). La strana coda della serie n^n^...^n, Trento, UNI Service. ISBN 978-88-6178-789-6
Infinite power tower for bases 
![{^{n}a} := \begin{cases} 1 &\text{if }n=0 \\ a^{\left[^{(n-1)}a\right]} &\text{if }n>0 \end{cases}](http://upload.wikimedia.org/wikipedia/en/math/d/2/3/d2325458eaece506df92cd3499d720f5.png)
![\,\!\ ^{4}2 = 2^{2^{2^2}} = 2^{\left[2^{\left(2^2\right)}\right]} = 2^{\left(2^4\right)} = 2^{16} = 65,\!536](http://upload.wikimedia.org/wikipedia/en/math/f/9/8/f98bdc0101bc504fa1308900d7dada65.png)
![\,\! 2^{2^{2^2}} \ne \left[{\left(2^2\right)}^2\right]^2 = 2^{2 \cdot 2 \cdot2} = 256](http://upload.wikimedia.org/wikipedia/en/math/1/4/5/145854f4fe90c416cad3d7a4f9847794.png)












with n "a"s.

















using linear approximation.



,
is a nondecreasing or nonincreasing function on 
,
,












on the complex plane, showing infinite real power towers (black curve)





.

for all real x > -1.
for all
and levels
are shown with thick curves.



"
für ganzzahliges Argument (Abundanzen)." Mittheilungen der Mathematische Gesellschaft in Hamburg 4, (1901), p. 33-50. (Reference to usage of
from Knobel's paper.)