The following is from Bartle's Elements of Real Analysis.
A function on R is additive if f(x+y)=f(x)+f(y) for
each x,y∈R. Prove (a) An additive function that is
continuous at x=0 is continuous everywhere and (b) A monotone
additive function is continuous on R.
I proved (a). This is a sketch of what I came up with for (b).
f(0)=f(0+0)=f(0)+f(0)⟹f(0)=0
0=f(0)=f(x−x)=f(x)+f(−x)⟹∀x∈Rf(−x)=−f(x)
For n∈N we have f(nx)=f(x)+...+f(x)=nf(x) and nf(xn)=f(nxn)=f(x) which implies that f(xn)=1nf(x). We also have that a>0⟹f(a)≥0.
So from these properties we can conclude that f(q)=q⋅f(1) for any rational number q.
Now suppose (xn) is any sequence that tends to 0. Then we can find a rational sequence (qn) - by looking in (xn−1n,xn+1n) - which tends to 0 such that, 0≤|xn|≤|qn|
Whence by the monotony of the function , ∀n∈N0≤f(|xn|)≤f(|qn|)=|qn|⋅f(1)⟹f(|xn|)→0
Now we can show by considering cases that |f(xn)|=f(|xn|) and hence we have that f(xn)→0. So f is continuous at 0 and hence from part (a) we can conclude that it is continuous on R.
I have a couple of questions:
- Is my solution correct? Are there any unauthorised assumptions in it?
- There has to be a prettier way of solving this. Can someone please give me a hint?
Sorry for the long prose. Thanks for taking the time to read and for responding.
Answer
Your proof seems fine. For a nicer way:
Assume wlog that f is increasing.
Suppose f is not continuous at 0. Then there exists ϵ>0 such that for all δ>0 there is 0<x<δ with f(x)>ϵ. (This uses f(−x)=−f(x) to force 0<x<δ). But this implies f(y)>ϵ for all y>x, and so f(y)>ϵ for all y>0.
But f(y)=f(y/2+y/2)=f(y/2)+f(y/2)>ϵ+ϵ=2ϵ. So f(y)>2ϵ for all y>0. Repeating this, we get f(y)>2nϵ for all y>0 and n∈N. But this is clearly impossible.
So f is continuous at 0, and so by part (a) f is continuous everywhere.
No comments:
Post a Comment