Fonction smaller than iterated logs, but not constant

  • Thread starter Thread starter fortin946
  • Start date Start date
  • Tags Tags
    Constant
fortin946
Messages
3
Reaction score
0
I am looking for a continuous and increasing function f(x) which tends to infinity as x tends to infinity.
This function must have the property that it is eventually smaller than logk(x)
(the k-th iterated logarithm) for all k>=1

I have no hint how to find such a function!
One of my problems is that logk(x) tends to 0 when k tends to infinity...
then how is it possible ton find f(x) increasing?!
 
Physics news on Phys.org
My thoughts:

Suppose we have found an increasing function h(x) on the interval (0,x_k] such that h(x) is less than than the k th iterated log function log[k](x). Can we extend the definition of h(x) to a larger interval?

There should be some point x_(k+1) > x_k so that log[k+1] (x_(k+1)) = log[k] (x_k) + 1.0
(Eventually log[k+1] (x) must climb up well past the height where log[k] is now.)

You could extend the definition of h(x) by making it a line from h(x_k) to log[k+1](x_(k+1)).

Starting with k = 1, after N steps, you would have defined a function h(x) that is less than log[1+N] (x) on the interval from x_(1+N) to infinity.

To make the above idea precise you have to worry about a lot of details. For example, does repeating the above process extend the domain of definition to arbitrarily large values of x instead of reaching some sort of limit on the x-axis.
 
Thanks for the idea! Do we call this function log*(x) ?
 
you can always think of an step function that is increasing but piecewise constant and that grows slower than the logarithm and iterated logarithm
 
Did you want a function f such that f at some point is smaller than log^k for each k (for which log^k(x) makes sense anyway)? This is different from being smaller than f being less than log^k at some point for each k at some point (the point depending on k that is). There are no function satisfying the first condition, but the latter is already dealt with here.
 
fortin946 said:
One of my problems is that logk(x) tends to 0 when k tends to infinity...

No, it doesn't
 
Back
Top