Proving Continuity of a Function f: R->R Using the Limit at 0 Assumption

kbfrob

Homework Statement


f:R->R
f satisfies that for all x,y f(x+y) = f(x) + f(y)

show that f is continuous on R


The Attempt at a Solution


I assumed that limit of f at 0 existed. then i showed that that limit must be zero and that f(0)=0, so f is continuous at 0.
From there, i broke it up into different cases (integer, inverse of an integer, rational number, irrational number) and showed that f must be continuous at each of them.

My question is whether or not my assumption that limit of f at 0 existed is a valid assumption to make. Is it even necessarily true? if so how would i go about proving it?
 
Physics news on Phys.org
I think you are coming about this problem in the wrong way.

while it is true for a continuous function, that the limit at zero will be defined, you can't assume this function is continuous in your proof.

you should know 2 definitions of continuity. and epsilon delta one and a limits one. Ill right them out for you.


a function f is continuous at a point if \forall \epsilon &lt;0 \exists \delta &gt;0 such that |x-x0|< \delta\Rightarrow|f(x)-f(x0)|<\epsilon

Also

for any sequence Xn with Lim_{n \rightarrow infinity} X_{n}= L
A function f is continuous if f(Xn)=f(L) as n\rightarrow infinity
 
There's a problem with this question. There are functions that satisfy f(x+y)=f(x)+f(y) which are discontinuous. You DO need to assume that the function is continuous someplace. Can you state the original problem in full?
 
can you give me an example of such a function?
i think that is my problem
 
The set of all real numbers is a vector space over the field of rational numbers. Choose a basis for that vector space. That's the "hard" part. Since the real numbers are uncountable and the rational numbers are uncountable, that basis is not only infinite, it is uncountable. But, since the rational numbers themselves are a one-dimensional subspace of that vector space, we can certainly take 1 to be a basis "vector". Since \sqrt{2} is not rational, we can take \sqrt{2} as another basis "vector". Define f(1)= 1, f(\sqrt{2})= 2,and f(x)= 0 for any other basis "vector". Finally define f(x) for any real number x by "linearity". Since f is a linear transformation on the real numbers, f(x+y)= f(x)+ f(y) and f(ax)= af(x) for x any rational number. It is (relatively) easy to prove that if f(x+y)= f(x)+ f(y) and f is continuous, then f(x)= Cx for some constant f. Since it is clear that the f(x) defined here satisfies f(x+y)= f(x) but is NOT of the form "Cx", it is not continuous.
 
You can also explicitly show that the function Halls gave you is discontinuous. If q_i is a sequence of rational numbers approaching sqrt(2) then f(q_i) approaches sqrt(2), but f(sqrt(2))=2. Not continuous. What you can't determine is what is f(sqrt(3)) or f(pi) or f(e) are. As he said, you have to make an uncountably infinite number of choices to define the function on all other irrationals. You need the axiom of choice via Zorn's Lemma to show there is a basis. If you don't get this, I think the question may not be what you think it is, or it might just be a mistake.
 
kbfrob said:

Homework Statement


f:R->R
f satisfies that for all x,y f(x+y) = f(x) + f(y)

edit: and 0 is in C(f)

then f is continuous on R

I have edited in an adjustment to the problem statement.

Does this work now?

So far I can't quite prove this either. I'll edit this post a little later with my attempt ( i have class in 5 minutes)
 
If "and 0 is in C(f)" means you are assuming f is continuous at 0, then yes, now you can prove it.
 
  • #10
My professor dropped a hint (I think) and asked how I would do it if I used sequences.

So I begin like this:

Let a be in the domain and the sequence Xn ->0. ( since we know that the function is continuous at 0)

Now I can write something that looks at least similar to the problem posed :

a + Xn -> a and f(a + Xn) -> f(a) + f(Xn)

but how can I relate that to continuity?
 
  • #11
Very easily. Write down the definition of continuity in terms of sequences and think about it.
 
  • #12
You want to show if yn is a sequence converging to a, then f(yn) converges to f(a). So start by defining xn = yn - a

xn converges to 0 like you have... and f(yn) = f(a) + f(xn)

But what does f(xn) converge to?
 
  • #13
the sequential definition of continuity says that f(Xn)->f(0) ( in this case )

so f(Yn) = f(a) + f(Xn) -> f(a) + f(0)

Since Xn = Yn - a and we have that

f(Xn)= f(Yn) - f(a) -> f(a) - f(a) = 0 (this seems reasonable given the way Xn is defined)

Then f(Yn) -> f(a)

which fits the sequential definition of continuity given above.

This seems reasonable but I don't feel..' complete' about it...
 
  • #14
yn->a. You want to show f(yn)->f(a). Define xn=yn-a. Then xn->0. If xn->0 then f(xn)->f(0) since f is continuous at 0. What is f(0)? f(yn)=f(a+xn)=f(a)+f(xn). Can you finish this up and feel 'complete'?
 
  • #15
I would not use sequences. Look at \lim_{x\rightarrow a} f(x) where a is any real number. Let h= x- a. Then x= a+ h so f(x)= f(a+ h)= f(a)+ f(h). The limit becomes \lim_{h\rightarrow 0} f(a)+ f(h)= f(a)+ \lim_{h\rightarrow 0} f(h).
Knowing that f is continuous at 0, what is that limit?
 
Back
Top