JG89
- 724
- 1
Homework Statement
Prove that the sequence f_n(x) = x^{\frac{2^n-1}{2^n}} converges uniformly in the interval [0,1].
Homework Equations
The Attempt at a Solution
First notice that the f_n do converge to f(x) = x for all x in [0,1]. By definition, if for every positive epsilon the difference x^{\frac{2^n - 1}{2^n}} - x (this difference is positive so I omitted the absolute value signs) can be made smaller than epsilon for ALL x in the interval at the same time, provided n is sufficiently large, then we say the f_n converge uniformly to f.
The maximum value for the function g(x) = x^{\frac{2^n - 1}{2^n}} - x in the interval [0,1] occurs when x = (1 - \frac{1}{2^n})^{2^n}.
Let M denote the x value at which g attains its maximum in [0,1]. Then after some algebraic manipulation (it's going to be very messy to show, please assume the algebra is right for this step) we can write
g(M) = (1 - \frac{1}{2^n}})^{2^n - 1}(\frac{1}{2^n}) < \frac{1}{2^n}.
Now, since g(M) is the maximum of g, we can write x^{\frac{2^n - 1}{2^n}} - x < g(M) < \frac{1}{2^n} where the inequality holds for all x in [0,1]. Since the right hand side goes to 0 for increasing n, and is greater than f_n(x) - f(x) for all x in [0,1] at the same time, it follows the sequence converges uniformly.
This is the first time I have proved anything about uniform continuity, so I am not sure if my method was correct. It may be overcomplicated, but does the proof hold?