The hyper operators forming the hypern family are related to Knuth's up-arrow notation and Conway chained arrow notation as follows:
.
This family of operators was described by Reuben Goodstein , using the notation G(k,a,n) for what would here be written as hyper(a,k,n) or a(k)n, etc., which is a variant of the Ackermann function. In the 1947 paper, Goodstein introduced the names "tetration", "pentation", "hexation", etc., for the successive operators beyond exponentiation. (More-recent publications refer to this entire family and its variants simply as the Ackermann hierarchy.)
For example, with n = 4 we have hyper4 (tetration, super-exponentiation, power towers, etc.) in terms of an extension of standard operators:
See also Tables of values.
Derivation of the notation
It can be seen as an answer to the question "what's next in this
sequence:
summation (+),
multiplication (×),
exponentiation (^),…?"
Noting that
-
-
-
recursively define an
infix triadic operator (making n=0 correspond to the successor function):
then define
and
This gives:
as further explained in the separate article tetration.
Known aliases for hyper4 include superpower, superdegree, and powerlog; other notation,
.
The family has not been extended from natural numbers to real numbers in general for n>3, due to nonassociativity in the "obvious" methods.
Evaluation from left to right
An alternative for these operators is obtained by evaluation from left to right. Since
-
-
-
define (with subscripts instead of superscripts)
with
,
, and
for
But this suffers a kind of collapse,
failing to form the "power tower" traditionally expected of hyper4:
How can be so different from for n>3? This is because of a symmetry called associativity that's defined into + and × (see field) but which ^ lacks. It is more apt to say the two (n)s were decreed to be the same for n<4. (On the other hand, one can object that the field operations were defined to mimic what had been "observed in nature" and ask why "nature" suddenly objects to that symmetry…)
The other degrees do not collapse in this way, and so this family has some interest of its own as lower (perhaps lesser or inferior) hyper operators.
For example:
- moser = (..(2^^2)^^..2)^^2 (258 numbers 2)
Numeration systems based on hyper operations
Goodstein [1947] used what are here called hyper operators (in other notation) to create systems of numeration for the nonnegative integers. The so-called complete hereditary representation of integer n, at level k and base b, can be expressed as follows using only the first k hyper operators, written in the superscript notation defined earlier, and using as digits only 0, 1, ..., b-1:
- For 0 ≤ n ≤ b-1, n is represented simply by the corresponding digit.
- For n > b-1, the representation of n is found recursively, first representing n in the form
- where xk, ..., x1 are the largest integers satisfying (in turn)
- ...
- .
- Any xi exceeding b-1 is then re-expressed in the same manner, and so on, repeating this procedure until the resulting form contains only the digits 0, 1, ..., b-1.
Alternative notations for the underlying operator hierarchy could also be used, in which case the superscript
simply denotes the
ith operation in the hierarchy. For example, Knuth arrows (together with the usual + and × signs) can be used to denote this same hierarchy as
, and are used freely in the remainder of this section.
Unnecessary parentheses can be avoided by giving higher-level operators higher precedence in the order of evaluation; thus,
level-1 representations have the form , with X also of this form;
level-2 representations have the form , with X,Y also of this form;
level-3 representations have the form , with X,Y,Z also of this form;
level-4 representations have the form , with X,Y,Z,T also of this form;
and so on.
The representations can be abbreviated by omitting any instances of etc.; for example, the level-3 base-2 representation of the number 6 is , which abbreviates to .
Examples:
The unique base-2 representations of the number 266, at levels 1, 2, 3, 4, and 5 are as follows:
- .
See also
References