Recent Articles



































Super-exponentiation



         


This article is in need of attention.
Please see its entry on Pages needing attention and improve it in any way that you see fit.
Please remove this notice and the listing on "Pages needing attention" after the article has been revised to a standard that you find acceptable.


Tetration (also power tower, super-exponentiation) is iterated exponentiation.

Tetration follows exponentiation in the sequence:

  1. addition
    <math>a+b<math>
  2. multiplication
    <math>{{\ } \atop a \times b = } {{b\mbox{ copies of }a} \atop {\overbrace{a + \cdots + a}}}<math>
  3. exponentiation
    <math>{{\ } \atop a^b = } {b\mbox{ copies of }a \atop {\overbrace{a \times \cdots \times a}}}<math>
  4. tetration
    <math>{a \uparrow\uparrow b = \atop {\ }} \!\!\!\!\!\!\!{{\underbrace{a^{a^{\cdot^{\cdot^{a}}}}}} \atop {b\mbox{ copies of }a}}<math>

where each operation is defined by iterating the previous one.

Just as exponentiation ("a raised to the power of b") can be thought of as a multiplied by itself b-1 times, tetration can be thought of as a raised to the power of itself b-1 times.

There is no standard notation for tetration. The notations in which it can be written (some of which allow further iteration) include:

a<math>.


[Top]

Examples

[Top]

Properties

Using the relation <math>n\uparrow\uparrow k = \log_n \left(n\uparrow\uparrow (k+1)\right)<math> (which follows from the definition of tetration), one can derive (or define) values for <math>n\uparrow\uparrow k<math> where <math>k \in {-1, 0, 1}<math>.


<math> \begin{matrix}

n\uparrow\uparrow 1 & = & \log_n (n\uparrow\uparrow 2) & = & \log_{n} (n^n) & = & n \log_{n} n & = & n

\\

n\uparrow\uparrow 0 & = & \log_{n} (n\uparrow\uparrow 1) & = & \log_{n} n & & & = & 1

\\

n\uparrow\uparrow -1 & = & \log_{n} (n\uparrow\uparrow 0) & = & \log_{n} 1 & & & = & 0

\end{matrix} <math>


This confirms the intuitive definition of <math>n\uparrow\uparrow 1<math> as simply being <math>n<math>. However, no further values can be derived by further iteration in this fashion, as <math>\log_n 0<math> is undefined.


Similarly, since <math>\log_{1} 1<math> is also undefined (<math>\log_{1} 1 = \ln 1{/}\ln 1 = 0/0<math>), the derivation above does not hold when <math>n = 1<math>. Therefore, <math>1\uparrow\uparrow{-1}<math> must remain an undefined quantity as well. (The figure <math>1\uparrow\uparrow{0}<math> can safely be defined as 1, however.)


Again, <math>0^0<math> is an undefined quantity, so values for <math>0\uparrow\uparrow{k}<math> cannot be defined directly. However, <math>\lim_{n\rightarrow0} n\uparrow\uparrow{k}<math> is well defined, and exists:

<math>\lim_{n\rightarrow0} n\uparrow\uparrow k = \begin{cases} 1, & k \mbox{ even} \\ 0, & k \mbox{ odd} \end{cases} <math>

This limit holds for negative <math>n<math>, as well. <math>0\uparrow\uparrow{k}<math> could be defined in terms of this limit, but <math>0\uparrow\uparrow2 = 0<math> would conflict with the standard undefinedness of <math>0^0<math>.






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License