Felafel said:
- to find the uniform convergence i have to prove that for every x and for every ε>0 there exists a N such that for all n>N the following inequality holds:
##sup|ln(1+x^{1/n}+n^{-1/x})-ln2|<\epsilon##
No, your wording there allows x and ε to be specified first, and then you find a suitable N. That's pointwise again. For uniform you have to find N given only ε. The N you find must work for all x at once.
And you don't need the sup. The "for all n > N" implies that.
which is true if ##\frac{1+x^{1/n}+n^{-1/x}}{2} \leq 1## ##\Rightarrow## ##x^{1/n}+n^{-1/x}-1 \leq 0##
No, you're forgetting the modulus operation. You need ##-\epsilon < \frac{1+x^{1/n}+n^{-1/x}}{2} - 1 < \epsilon## etc.
i split it in two:
##|x^{1/n}-1|<\epsilon## which holds if ##n>\frac{ln(x)}{ln(1+\epsilon)}## which isn't generally true, because lnx is unbounded, so I can't have uniform convergence on all |R.
As I mentioned, you have to be very careful with arguments involving a chain of inequalities. You wrote
##|x^{1/n}-1|<\epsilon## which holds if ##n>\frac{ln(x)}{ln(1+\epsilon)}## which isn't generally true
Let me run that reasoning with a different example:
x2 > 0 which holds if x2 > -1, which isn't generally true.
Do you see the logical error?
There are two ways you can protect against this.
1. As far as possible, use steps that are "if and only if". That ensures the chain can be reversed.
2. Once you think you have a valid argument, set it up as a deductive sequence. That can be either from the known facts to the desired conclusion, or (
reductio ad absurdum) from the negation of the desired conclusion to the negation of the known facts. In logic notation, using ! for
not, those forms are respectively p & (p => q) and p & (!q => !p).
What you wrote above is of the form (p <= q) & !q, which doesn't prove anything.
however, there might exist some subsets of |R where the convergence is uniform.
let's consider
## x in [1,a]##, being ln an increasing function, it has max in a. so the function converges uniformly for every n: ##n>\frac{ln(a)}{ln(1+\epsilon)}##
You're close. But you don't mean 'for every n'. Remember, you're looking to find an N which works
for every x.
if b<x<1 the function has max in 1, so ##n>\frac{ln(1)}{ln(1+\epsilon)}## which holds for any n>0.
You've forgotten about the absolute value (modulus operator) again. It's the max of |ln(x)| that matters here.
now let's consider ##|n^{-1/x}|<\epsilon## ##\Rightarrow## ##|-\frac{1}{x}ln(n)|<ln(\epsilon)##
No, you can't swap the order of ln() and || like that. In this case, ##n^{-1/x}## cannot be negative, so it's just ##n^{-1/x}<\epsilon##. Since ln() is an increasing function (you see why that matters?) this condition is if and only if ##-\frac 1x ln(n) < ln(\epsilon)##.
Going forwards from ##-\frac 1x ln(n) < ln(\epsilon)##, you'll find that you have reversed the inequality now.