Posts: 94
Threads: 15
Joined: Apr 2009
05/02/2009, 02:23 AM
(This post was last modified: 05/12/2009, 02:12 AM by Base-Acid Tetration.)
We all know the functional "exponentiation" or "power" for functional iteration, .)
(I use F^circle n, f^n (x), or f^circle n (x) if clarity is needed, for iteration)
That means we can do this for some function:
}(x),) where the function f is iterated g(x) times at x.
We could investigate the properties and results of functional "tetration", or super-iteration. The "upper-left exponent" notation can be abuse, or use the circle notation like
Initial Definition: (might have gotten my variables wrong)
Given a  and a 
a functional super-iteration is defined by the recurrence relation:
Already a hierarchy of operations on functions that is much like the arithmetic hyper-operations is evident:
Function composition:  = g(f(x)), <br />
\, g(x) = c \rightarrow g(f(x)) = c.)
Function iteration:  = f (f^n (x)), <br />
\, f^0(x) = x.) A function can be iterated a constant times, or by g(x) times.
Functional superiteration:
Posts: 1,402
Threads: 91
Joined: Aug 2007
05/02/2009, 07:48 AM
(This post was last modified: 05/02/2009, 07:48 AM by bo198214.)
Yes, some years ago I thought about a similar hierarchy, though in a different context of converting exponential binary trees into analytic functions.
To give an impression of this operator I compute the first three functions starting with =x+1) . To make the notation more extensible I use  for the operator, that maps  to }(x)) .
 ,
 ,
 - 1) ,
And of course next we would put ) into the exponent of the operator and so on, getting nice hierarchy of just too quickly growing functions.
This hierarchy can already be built on positive integer functions, so no analytic something needed.
I guess the growth of ) is equal to the growth of  .
Posts: 509
Threads: 44
Joined: Aug 2007
So do you mean the following?
I know I've seen this somewhere... I want to say this paper but I can't find it.
Posts: 509
Threads: 44
Joined: Aug 2007
Interesting, if  = f_1x + f_2x^2 + \cdots) and  = g_1x + g_2x^2 + \cdots) both have a (non-parabolic) fixed point at 0, then their supercomposition would have a parabolic fixed point.
}(x) = x + x^2 g_1 \ln(f_1) + x^3\ln(f_1)\left(\frac{f_2g_1}{f_1(f_1-1)} + \frac{g_1^2}{2}\ln(f_1) + g_2\right) + \cdots)
also, one could find the infinite superiterate by looking at the first n coefficients of ) :
Posts: 1,507
Threads: 358
Joined: Feb 2009
Posts: 1,402
Threads: 91
Joined: Aug 2007
(05/02/2009, 12:22 PM)tommy1729 Wrote: im quite skeptical about " super-iteration " ...
Ahm, skeptical about what? That it is useful, that it is possible, that it is correct?
Posts: 94
Threads: 15
Joined: Apr 2009
05/02/2009, 06:14 PM
(This post was last modified: 05/03/2009, 02:34 AM by Base-Acid Tetration.)
(05/02/2009, 08:32 AM)andydude Wrote: So do you mean the following?
 = f^{f(x)}(x))
 = f^{f^{f(x)}(x)}(x))
 = f^{f^{f^{f(x)}(x)}(x)}(x))
Yes. EDIT 5/2/09: actually f^^3 (x) == f^[f^[f]](x), not [[f]^f]^f(x). Along the same lines as "functional root" ,) (a function which, iterated n times, gives f(x)), the "functional logarithm" can be defined so that ) = n) for all n. So we should be able to define  = \operatorname{flog}_f [{}^{\circ 1} (f^1)] (x) = 1.) <EDIT: of course I shouldn't call this logarithm, but "iteration number", perhaps?> There's not much else that I think we can do, however, because functions don't behave quite like numbers. A function might have no fixed points, and superiterations of a function may not even be continuous. I just wanna know what areas of mathematics do they use when doing real-valued iteraitons?
Posts: 509
Threads: 44
Joined: Aug 2007
05/02/2009, 06:38 PM
(This post was last modified: 05/02/2009, 06:38 PM by andydude.)
(05/02/2009, 12:22 PM)tommy1729 Wrote: how the **** did you arrive at those coefficients ?
Regular iteration. Whenever a function ) has a fixed point at zero, then its iterates can be described by polynomials or geometric series. For example, if  = f_1x + f_2x^2 + f_3x^3 + \cdots) then  = 0) is a fixed point of that function. The iterates of ) will then be:
For  this can be generalized to
 = f_1^tx + \frac{f_1^{t-1}(f_1^{t} - 1)f_2}{f_1-1}x^2 + \cdots)
and substituing ) in this formula, then expanding the series about x again will give the formulas in my last post.
Andrew Robbins
Posts: 1,402
Threads: 91
Joined: Aug 2007
05/02/2009, 07:27 PM
(This post was last modified: 05/02/2009, 07:30 PM by bo198214.)
(05/02/2009, 06:14 PM)Tetratophile Wrote: A function might have no fixed points, and superiterations of a function may not even be continuous. I just wanna know what areas of mathematics do they use when doing real-valued iteraitons?
But before, one should really look at integer functions where your definition is unambigous. I am not especially aware that someone defined/used such a construct. If so I guess it belongs to recursion theory, like the Ackermann function.
But as Andrew mentioned: As soon we get a parabolic fixed point, this fixed point stays forever. That means you can do regular iteration there and have even an analytic hierarchy.
Posts: 94
Threads: 15
Joined: Apr 2009
EDIT 5/2/09: For the hierarchy of iterations, or hyper-iterations, we can use the operator:
 where It_0 is function composition (g It_0 f = g(f)). All of the operators has the property . ) So unless otherwise specified by the use of the down arrow like this, super-iteration, like other hyper-iterations, is evaluated from the top down, like ordinary tetration, not from the bottom up as I said originally. I am sorry for any confusion the mistake in the original post may have caused.
ANOTHER EDIT 5/2/09: Ictually I am not even sure whether iteration is not associative, but i'll assume it is not unless proven otherwise.
|