Tetration

From The Right Wiki
(Redirected from Rudy Rucker notation)
Jump to navigationJump to search

A colorful graphic with brightly colored loops that grow in intensity as the eye goes to the right
Domain coloring of the holomorphic tetration ze, with hue representing the function argument and brightness representing magnitude
A line graph with curves that bend upward dramatically as the values on the x-axis get larger
nx, for n = 2, 3, 4, ..., showing convergence to the infinitely iterated exponential between the two dots

In mathematics, tetration (or hyper-4) is an operation based on iterated, or repeated, exponentiation. There is no standard notation for tetration, though Knuth's up arrow notation and the left-exponent xb are common. Under the definition as repeated exponentiation, na means aaa, where n copies of a are iterated via exponentiation, right-to-left, i.e. the application of exponentiation n1 times. n is called the "height" of the function, while a is called the "base," analogous to exponentiation. It would be read as "the nth tetration of a". It is the next hyperoperation after exponentiation, but before pentation. The word was coined by Reuben Louis Goodstein from tetra- (four) and iteration. Tetration is also defined recursively as

an:={1if n=0,aa(n1)if n>0,

allowing for attempts to extend tetration to non-natural numbers such as real, complex, and ordinal numbers. The two inverses of tetration are called super-root and super-logarithm, analogous to the nth root and the logarithmic functions. None of the three functions are elementary. Tetration is used for the notation of very large numbers.

Introduction

The first four hyperoperations are shown here, with tetration being considered the fourth in the series. The unary operation succession, defined as a=a+1, is considered to be the zeroth operation.

  1. Addition a+n=a+1+1++1n n copies of 1 added to a combined by succession.
  2. Multiplication a×n=a+a++an n copies of a combined by addition.
  3. Exponentiation an=a×a××an n copies of a combined by multiplication.
  4. Tetration na=aaan n copies of a combined by exponentiation, right-to-left.

Importantly, nested exponents are interpreted from the top down: abc means a(bc) and not (ab)c. Succession, an+1=an+1, is the most basic operation; while addition (a+n) is a primary operation, for addition of natural numbers it can be thought of as a chained succession of n successors of a; multiplication (a×n) is also a primary operation, though for natural numbers it can analogously be thought of as a chained addition involving n numbers of a. Exponentiation can be thought of as a chained multiplication involving n numbers of a and tetration ( na) as a chained power involving n numbers a. Each of the operations above are defined by iterating the previous one;[1] however, unlike the operations before it, tetration is not an elementary function. The parameter a is referred to as the base, while the parameter n may be referred to as the height. In the original definition of tetration, the height parameter must be a natural number; for instance, it would be illogical to say "three raised to itself negative five times" or "four raised to itself one half of a time." However, just as addition, multiplication, and exponentiation can be defined in ways that allow for extensions to real and complex numbers, several attempts have been made to generalize tetration to negative numbers, real numbers, and complex numbers. One such way for doing so is using a recursive definition for tetration; for any positive real a>0 and non-negative integer n0, we can define na recursively as:[1]

na:={1if n=0a((n1)a)if n>0

The recursive definition is equivalent to repeated exponentiation for natural heights; however, this definition allows for extensions to the other heights such as 0a, 1a, and ia as well – many of these extensions are areas of active research.

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[2] (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.[3] It was used earlier by Ed Nelson in his book Predicative Arithmetic, Princeton University Press, 1986.
  • The term hyperpower[4] is a natural combination of hyper and power, which aptly describes tetration. The problem lies in the meaning of hyper with respect to the hyperoperation sequence. When considering hyperoperations, 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[5] is occasionally used, in the form "the power tower of order n" for aaan. Exponentiation is easily misconstrued: note that the operation of raising to a power is right-associative (see below). Tetration is iterated exponentiation (call this right-associative operation ^), starting from the top right side of the expression with an instance a^a (call this value c). Exponentiating the next leftward a (call this the 'next base' b), is to work leftward after obtaining the new value b^c. Working to the left, use the next a to the left, as the base b, and evaluate the new b^c. 'Descend down the tower' in turn, with the new value for c on the next downward step.

Owing in part to some shared terminology and similar notational symbolism, tetration is often confused with closely related functions and expressions. Here are a few related terms:

Terms related to tetration
Terminology Form
Tetration aaaa
Iterated exponentials aaax
Nested exponentials (also towers) a1a2an
Infinite exponentials (also towers) a1a2a3

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.

Notation

There are many different notation styles that can be used to express tetration. Some notations can also be used to describe other hyperoperations, while some are limited to tetration and have no immediate extension.

Notation styles for tetration
Name Form Description
Rudy Rucker notation na Used by Maurer [1901] and Goodstein [1947]; Rudy Rucker's book Infinity and the Mind popularized the notation.[nb 1]
Knuth's up-arrow notation ana2n Allows extension by putting more arrows, or, even more powerfully, an indexed arrow.
Conway chained arrow notation an2 Allows extension by increasing the number 2 (equivalent with the extensions above), but also, even more powerfully, by extending the chain.
Ackermann function n2=A(4,n3)+3 Allows the special case a=2 to be written in terms of the Ackermann function.
Iterated exponential notation expan(1) Allows simple extension to iterated exponentials from initial values other than 1.
Hooshmand notations[6] uxpanan Used by M. H. Hooshmand [2006].
Hyperoperation notations a[4]nH4(a,n) Allows extension by increasing the number 4; this gives the family of hyperoperations.
Double caret notation a^^n Since the up-arrow is used identically to the caret (^), tetration may be written as (^^); convenient for ASCII.

One notation above uses iterated exponential notation; this is defined in general as follows:

expan(x)=aaax with n as.

There are not as many notations for iterated exponentials, but here are a few:

Notation styles for iterated exponentials
Name Form Description
Standard notation expan(x) Euler coined the notation expa(x)=ax, and iteration notation fn(x) has been around about as long.
Knuth's up-arrow notation (a2(x)) Allows for super-powers and super-exponential function by increasing the number of arrows; used in the article on large numbers.
Text notation exp_a^n(x) Based on standard notation; convenient for ASCII.
J Notation x^^:(n-1)x Repeats the exponentiation. See J (programming language)[7]
Infinity barrier notation an|x Jonathan Bowers coined this,[8] and it can be extended to higher hyper-operations

Examples

Because of the extremely fast growth of tetration, most values in the following table are too large to write in scientific notation. In these cases, iterated exponential notation is used to express them in base 10. The values containing a decimal point are approximate.

Examples of tetration
x 2x 3x 4x 5x 6x 7x
1 1 1 1 1 1 1
2 4 (22) 16 (24) 65,536 (216) 2.00353 × 1019,728 exp103(4.29508) (106.03123×1019,727) exp104(4.29508) (10106.03123×1019,727)
3 27 (33) 7,625,597,484,987 (327) exp103(1.09902) (1.25801 × 103,638,334,640,024 [9]) exp104(1.09902) exp105(1.09902) exp106(1.09902)
4 256 (44) 1.34078 × 10154 (4256) exp103(2.18726) (108.0723×10153) exp104(2.18726) exp105(2.18726) exp106(2.18726)
5 3,125 (55) 1.91101 × 102,184 (53,125) exp103(3.33928) (101.33574×102,184) exp104(3.33928) exp105(3.33928) exp106(3.33928)
6 46,656 (66) 2.65912 × 1036,305 (646,656) exp103(4.55997) (102.0692×1036,305) exp104(4.55997) exp105(4.55997) exp106(4.55997)
7 823,543 (77) 3.75982 × 10695,974 (7823,543) exp103(5.84259) (3.17742 × 10695,974 digits) exp104(5.84259) exp105(5.84259) exp106(5.84259)
8 16,777,216 (88) 6.01452 × 1015,151,335 exp103(7.18045) (5.43165 × 1015,151,335 digits) exp104(7.18045) exp105(7.18045) exp106(7.18045)
9 387,420,489 (99) 4.28125 × 10369,693,099 exp103(8.56784) (4.08535 × 10369,693,099 digits) exp104(8.56784) exp105(8.56784) exp106(8.56784)
10 10,000,000,000 (1010) 1010,000,000,000 exp103(10) (1010,000,000,000 + 1 digits) exp104(10) exp105(10) exp106(10)

Remark: If x does not differ from 10 by orders of magnitude, then for all k3,mx=exp10kz,z>1m+1x=exp10k+1z with zz. For example, zz<1.51015 for x=3=k,m=4 in the above table, and the difference is even smaller for the following rows.

Extensions

Tetration can be extended in two different ways; in the equation na, both the base a and the height n can be generalized using the definition and properties of tetration. Although the base and the height can be extended beyond the non-negative integers to different domains, including n0, complex functions such as ni, and heights of infinite n, the more limited properties of tetration reduce the ability to extend tetration.

Extension of domain for bases

Base zero

The exponential 00 is not consistently defined. Thus, the tetrations n0 are not clearly defined by the formula given earlier. However, limx0nx is well defined, and exists:[10]

limx0nx={1,n even0,n odd

Thus we could consistently define n0=limx0nx. This is analogous to defining 00=1. Under this extension, 00=1, so the rule 0a=1 from the original definition still holds.

Complex bases

A colorful graph that shows the period getting much larger
Tetration by period
A colorful graph that shows the escape getting much larger
Tetration by escape

Since complex numbers can be raised to powers, tetration can be applied to bases of the form z = a + bi (where a and b are real). For example, in nz with z = i, tetration is achieved by using the principal branch of the natural logarithm; using Euler's formula we get the relation:

ia+bi=e12πi(a+bi)=e12πb(cosπa2+isinπa2)

This suggests a recursive definition for n+1i = a′ + b′i given any ni = a + bi:

a=e12πbcosπa2b=e12πbsinπa2

The following approximate values can be derived:

Values of tetration of complex bases
ni Approximate value
1i=i i
2i=i(1i) 0.2079
3i=i(2i) 0.9472 + 0.3208i
4i=i(3i) 0.0501 + 0.6021i
5i=i(4i) 0.3872 + 0.0305i
6i=i(5i) 0.7823 + 0.5446i
7i=i(6i) 0.1426 + 0.4005i
8i=i(7i) 0.5198 + 0.1184i
9i=i(8i) 0.5686 + 0.6051i

Solving the inverse relation, as in the previous section, yields the expected 0i = 1 and −1i = 0, 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 infinitely iterated exponential 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.[citation needed]

Extensions of the domain for different heights

Infinite heights

A line graph with a rapid curve upward as the base increases
limnnx of the infinitely iterated exponential converges for the bases (e1)exe(e1)
A three dimensional Cartesian graph with a point in the center
The function |W(lnz)lnz| on the complex plane, showing the real-valued infinitely iterated exponential function (black curve)

Tetration can be extended to infinite heights; i.e., for certain a and n values in na, there exists a well defined result for an infinite n. This is because for bases within a certain interval, tetration converges to a finite value as the height tends to infinity. For example, 222 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:

222221.41422221.632221.76221.8421.891.93

In general, the infinitely iterated exponential xx, defined as the limit of nx as n goes to infinity, converges for eexe1/e, roughly the interval from 0.066 to 1.44, a result shown by Leonhard Euler.[11] The limit, should it exist, is a positive real solution of the equation y = xy. Thus, x = y1/y. The limit defining the infinite exponential of x does not exist when x > e1/e because the maximum of y1/y is e1/e. The limit also fails to exist when 0 < x < ee. This may be extended to complex numbers z with the definition:

z=zz=W(lnz)lnz,

where W represents Lambert's W function. As the limit y = x (if existent on the positive real line, i.e. for eexe1/e) must satisfy xy = y we see that xy = x is (the lower branch of) the inverse function of yx = y1/y.

Negative heights

We can use the recursive rule for tetration,

k+1a=a(ka),

to prove 1a:

ka=loga(k+1a);

Substituting −1 for k gives

1a=loga(0a)=loga1=0.[12]

Smaller negative values cannot be well defined in this way. Substituting −2 for k in the same equation gives

2a=loga(1a)=loga0=

which is not well defined. They can, however, sometimes be considered sets.[12] For n=1, any definition of 11 is consistent with the rule because

01=1=1n for any n=11.

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. There have, however, been multiple approaches towards the issue, and different approaches are outlined below. In general, the problem is finding — for any real a > 0 — a super-exponential function f(x)=xa over real x > −2 that satisfies

  • 1a=0
  • 0a=1
  • xa=a(x1a)for all real x>1.[13]

To find a more natural extension, one or more extra requirements are usually required. This is usually some collection of the following:

  • 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:
    (d2dx2f(x)>0) 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.[citation needed] When xa is defined for an interval of length one, the whole function easily follows for all x > −2.

Linear approximation for real heights
A line graph with a figure drawn on it similar to an S-curve with values in the third quadrant going downward rapidly and values in the first quadrant going upward rapidly
xe using linear approximation

A linear approximation (solution to the continuity requirement, approximation to the differentiability requirement) is given by:

xa{loga(x+1a)x11+x1<x0a(x1a)0<x

hence:

Linear approximation values
Approximation Domain
xax+1 for −1 < x < 0
xaax for 0 < x < 1
xaaa(x1) for 1 < x < 2

and so on. However, it is only piecewise differentiable; at integer values of x the derivative is multiplied by lna. It is continuously differentiable for x>2 if and only if a=e. For example, using these methods π2e5.868... and 4.30.54.03335... A main theorem in Hooshmand's paper[6] states: Let 0<a1. If f:(2,+) is continuous and satisfies the conditions:

  • f(x)=af(x1)for allx>1,f(0)=1,
  • f is differentiable on (−1, 0),
  • f is a nondecreasing or nonincreasing function on (−1, 0),
  • f(0+)=(lna)f(0) or f(1+)=f(0).

then f is uniquely determined through the equation

f(x)=expa[x](a(x))=expa[x+1]((x))for allx>2,

where (x)=x[x] denotes the fractional part of x and expa[x] is the [x]-iterated function of the function expa. 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 f:(2,+) is a continuous function that satisfies:

  • f(x)=ef(x1)for allx>1,f(0)=1,
  • f is convex on (−1, 0),
  • f(0)f(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 f(1+)=f(0+), 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 f(x)=ef(x1)(x>1) and f(0)=1 which is convex on (−1, +∞). All other sufficiently-differentiable solutions must have an inflection point on the interval (−1, 0).

Higher order approximations for real heights
A pair of line graphs, with one drawn in blue looking similar to a sine wave that has a decreasing amplitude as the values along the x-axis increase and the second is a red line that directly connects points along these curves with line segments
A comparison of the linear and quadratic approximations (in red and blue respectively) of the function x0.5, from x = −2 to x = 2

Beyond linear approximations, a quadratic approximation (to the differentiability requirement) is given by:

xa{loga(x+1a)x11+2ln(a)1+ln(a)x1ln(a)1+ln(a)x21<x0a(x1a)x>0

which is differentiable for all x>0, but not twice differentiable. For example, 1221.45933... If a=e this is the same as the linear approximation.[1] Because of the way it is calculated, this function does not "cancel out", contrary to exponents, where (a1n)n=a. Namely,

n(1na)=(1na)(1na)(1na)na.

Just as there is a quadratic approximation, cubic approximations and methods for generalizing to approximations of degree n also exist, although they are much more unwieldy.[1][14] Binomial approximation near one Using Binomial approximation formula (1+x)α1+αx. For small values of x, we can nest exponents as much as we want 2(1+x)=(1+x)(1+x)1+x(1+x)=1+x+x2 3(1+x)=(1+x)((1+x)(1+x))1+x(1+x+x2)=1+x+x2+x3 Meaning: n(1+x)k=1nxk We can generalise this sum for any n, Real or Complex (xn11)/(x1)

Complex heights

A complex graph showing mushrooming values along the x-axis
Drawing of the analytic extension f=F(x+iy) of tetration to the complex plane. Levels |f|=1,e±1,e±2, and levels arg(f)=0,±1,±2, are shown with thick curves.

In 2017, it was proven[15] 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.318 ± 1.337i) 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 proof confirms a previous conjecture.[16] The construction of such a function was originally demonstrated by Kneser in 1950.[17] The complex map of this function is shown in the figure at right. The proof also works for other bases besides e, as long as the base is greater than e1e1.445. Subsequent work extended the construction to all complex bases.[18] The requirement of the tetration being holomorphic is important for its uniqueness. Many functions S can be constructed as

S(z)=F(z+n=1sin(2πnz)αn+n=1(1cos(2πnz))βn)

where α and β are real sequences which decay fast enough to provide the convergence of the series, at least at moderate values of Im z. 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.

Ordinal tetration

Tetration can be defined for ordinal numbers via transfinite induction. For all α and all β > 0: 0α=1 βα=sup({αγα:γ<β}).

Non-elementary recursiveness

Tetration (restricted to 2) is not an elementary recursive function. One can prove by induction that for every elementary recursive function f, there is a constant c such that

f(x)22xc.

We denote the right hand side by g(c,x). Suppose on the contrary that tetration is elementary recursive. g(x,x)+1 is also elementary recursive. By the above inequality, there is a constant c such that g(x,x)+1g(c,x). By letting x=c, we have that g(c,c)+1g(c,c), a contradiction.

Inverse operations

Exponentiation has two inverse operations; roots and logarithms. Analogously, the inverses of tetration are often called the super-root, and the super-logarithm (In fact, all hyperoperations greater than or equal to 3 have analogous inverses); e.g., in the function 3y=x, the two inverses are the cube super-root of y and the super-logarithm base y of x.

Super-root

The super-root is the inverse operation of tetration with respect to the base: if ny=x, then y is an nth super-root of x (xns or x4s). For example,

42=2222=65,536

so 2 is the 4th super-root of 65,536.

Square super-root

A curve that starts at (0,1), bends slightly to the right and then bends back dramatically to the left as the values along the x-axis increase
The graph y=xs

The 2nd-order super-root, square super-root, or super square root has two equivalent notations, ssrt(x) and xs. It is the inverse of 2x=xx and can be represented with the Lambert W function:[19]

ssrt(x)=exp(W(lnx))=lnxW(lnx)

The function also illustrates the reflective nature of the root and logarithm functions as the equation below only holds true when y=ssrt(x):

xy=logyx

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 e1/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 e1/e it does not 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.[19] The function has been used to determine the size of data clusters.[20] At x=1:

ssrt(x)=1+(x1)(x1)2+32(x1)3176(x1)4+376(x1)51759120(x1)6+13279360(x1)7+𝒪((x1)8)

Other super-roots

A line graph that starts at the origin and quickly makes an asymptote toward 2 as the value along the x-axis increases
The graph y=x3s

One of the simpler and faster formulas for a third-degree super-root is the recursive formula. If y=xxx then one can use:

  • x0=1
  • xn+1=exp(W(W(xnlny)))

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, xns, exists for x ≥ 1. However, if the linear approximation above is used, then yx=y+1 if −1 < y ≤ 0, so yy+1s cannot exist. In the same way as the square super-root, terminology for other super-roots can be based on the normal roots: "cube super-roots" can be expressed as x3s; the "4th super-root" can be expressed as x4s; and the "nth super-root" is xns. Note that xns 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] Just as with the extension of tetration to infinite heights, the super-root can be extended to n = ∞, being well-defined if 1/exe. Note that x=y=y[y]=yx, and thus that y=x1/x. Therefore, when it is well defined, xs=x1/x and, unlike normal tetration, is an elementary function. For example, 2s=21/2=2. It follows from the Gelfond–Schneider theorem that super-root ns for any positive integer n is either integer or transcendental, and n3s is either integer or irrational.[21] It is still an open question whether irrational super-roots are transcendental in the latter case.

Super-logarithm

Once a continuous increasing (in x) definition of tetration, xa, is selected, the corresponding super-logarithm slogax or loga4x is defined for all real numbers x, and a > 1. The function slogax satisfies:

slogaxa=xslogaax=1+slogaxslogax=1+slogalogaxslogax2

Open questions

Other than the problems with the extensions of tetration, there are several open questions concerning tetration, particularly when concerning the relations between number systems such as integers and irrational numbers:

  • It is not known whether there is a positive integer n for which nπ for n4, because we could not calculate precisely enough the numbers of digits after the decimal points of π.[22][additional citation(s) needed] It is similar for ne for n5, as we are not aware of any other methods besides some direct computation. In fact, since log10(e)3e=1656520.36764, then 4e>2101656520. Given 3π<1.351018101656520 and π<e2, then 4π<ne for n5. It is believed that ne is not an integer for any positive integer n, due to the algebraic independence of e,2e,3e,, given Schanuel's conjecture.[23]
  • It is not known whether nq is rational for any positive integer n and positive non-integer rational q.[21] For example, it is not known whether the positive root of the equation 4x = 2 is a rational number.[citation needed]
  • It is not known whether eπ or πe are rationals or not.

Applications

For each graph H on h vertices and each ε > 0, define

D=25h4log(1/ε).

Then each graph G on n vertices with at most nh/D copies of H can be made H-free by removing at most εn2 edges.[24]

See also

Notes

  1. Rudolf von Bitter Rucker's (1982) notation nx, as introduced by Hans Maurer (1901) and Reuben Louis Goodstein (1947) for tetration, must not be confused with Alfred Pringsheim's and Jules Molk's (1907) notation nf(x) to denote iterated function compositions, nor with David Patterson Ellerman's (1995) nx pre-superscript notation for roots.

References

  1. 1.0 1.1 1.2 1.3 Neyrinck, Mark. An Investigation of Arithmetic Operations. Retrieved 9 January 2019.
  2. R. L. Goodstein (1947). "Transfinite ordinals in recursive number theory". Journal of Symbolic Logic. 12 (4): 123–129. doi:10.2307/2266486. JSTOR 2266486. S2CID 1318943.
  3. N. Bromer (1987). "Superexponentiation". Mathematics Magazine. 60 (3): 169–174. doi:10.1080/0025570X.1987.11977296. JSTOR 2689566.
  4. J. F. MacDonnell (1989). "Somecritical points of the hyperpower function xx". International Journal of Mathematical Education. 20 (2): 297–305. doi:10.1080/0020739890200210. MR 0994348.
  5. Weisstein, Eric W. "Power Tower". MathWorld.
  6. 6.0 6.1 Hooshmand, M. H. (2006). "Ultra power and ultra exponential functions". Integral Transforms and Special Functions. 17 (8): 549–558. doi:10.1080/10652460500422247. S2CID 120431576.
  7. "Power Verb". J Vocabulary. J Software. Retrieved 2011-10-28.
  8. "Spaces". Retrieved 2022-02-17.
  9. DiModica, Thomas. Tetration Values. Retrieved 15 October 2023.
  10. "Climbing the ladder of hyper operators: tetration". math.blogoverflow.com. Stack Exchange Mathematics Blog. Retrieved 2019-07-25.
  11. Euler, L. "De serie Lambertina Plurimisque eius insignibus proprietatibus." Acta Acad. Scient. Petropol. 2, 29–51, 1783. Reprinted in Euler, L. Opera Omnia, Series Prima, Vol. 6: Commentationes Algebraicae. Leipzig, Germany: Teubner, pp. 350–369, 1921. (facsimile)
  12. 12.0 12.1 Müller, M. "Reihenalgebra: What comes beyond exponentiation?" (PDF). Archived from the original (PDF) on 2013-12-02. Retrieved 2018-12-12.
  13. Trappmann, Henryk; Kouznetsov, Dmitrii (2010-06-28). "5+ methods for real analytic tetration". Retrieved 2018-12-05.
  14. Andrew Robbins. Solving for the Analytic Piecewise Extension of Tetration and the Super-logarithm. The extensions are found in part two of the paper, "Beginning of Results".
  15. Paulsen, W.; Cowgill, S. (March 2017). "Solving F(z+1)=bF(z) in the complex plane" (PDF). Advances in Computational Mathematics. 43: 1–22. doi:10.1007/s10444-017-9524-1. S2CID 9402035.
  16. Kouznetsov, D. (July 2009). "Solution of F(z+1)=exp(F(z)) in complex z-plane" (PDF). Mathematics of Computation. 78 (267): 1647–1670. doi:10.1090/S0025-5718-09-02188-7.
  17. Kneser, H. (1950). "Reelle analytische Lösungen der Gleichung φ(φ(x))=ex und verwandter Funktionalgleichungen". Journal für die reine und angewandte Mathematik (in Deutsch). 187: 56–67.
  18. Paulsen, W. (June 2018). "Tetration for complex bases". Advances in Computational Mathematics. 45: 243–267. doi:10.1007/s10444-018-9615-7. S2CID 67866004.
  19. 19.0 19.1 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. arXiv:1809.07369. doi:10.1007/BF02124750. S2CID 29028411.
  20. Krishnam, R. (2004), "Efficient Self-Organization Of Large Wireless Sensor Networks" – Dissertation, BOSTON UNIVERSITY, COLLEGE OF ENGINEERING. pp. 37–40
  21. 21.0 21.1 Marshall, Ash J., and Tan, Yiren, "A rational number of the form aa with a irrational", Mathematical Gazette 96, March 2012, pp. 106–109.
  22. Bischoff, Manon (2024-01-24). "A Wild Claim about the Powers of Pi Creates a Transcendental Mystery". Scientific American. Archived from the original on 2024-04-24. Retrieved 2024-04-23.
  23. Cheng, Chuangxun; Dietel, Brian; Herblot, Mathilde; Huang, Jingjing; Krieger, Holly; Marques, Diego; Mason, Jonathan; Mereb, Martin; Wilson, S. Robert (2009). "Some consequences of Schanuel's conjecture". Journal of Number Theory. 129: 1464–1467. arXiv:0804.3550.
  24. Jacob Fox, A new proof of the graph removal lemma, arXiv preprint (2010). arXiv:1006.1300 [math.CO]

Further reading