Prove Continuity at a: f(x+y)=f(x)+f(y) & f(0) Continuous

  • Thread starter Thread starter tvguide123
  • Start date Start date
  • Tags Tags
    Continuity Proof
tvguide123
Messages
9
Reaction score
0

Homework Statement


Suppose that "f" satisfies "f(x+y)=f(x)+f(y)", and that "f" is continuous at 0. Prove that "f" is continuous at a for all a.

Homework Equations


In class we were given 3 main ways to solve continuity proofs.

A function "f" is continuous at x=a if:

a.)
Limit of f(x) as x->a = f(a), (a can be all real numbers)

b.)
Limit of f(a+h) as h->0 = f(a), (Let x=a+h)

c.)
(delta-epsilon proof)
For all epsilon greater than 0, there exists some delta greater than 0, such that for all x, if |x-a|< delta then |f(x)-f(a)|< epsilon.

The Attempt at a Solution



So far, by working with my teacher I was able to get this much as being correct:

Theres not enough information for a delta-epsilon proof so

[
Were told that f(x+y)=f(x)+f(y), for all x,y belonging to real numbers then
In partiality:
f(0+0)=f(0)+f(0)
f(0)=2f(0)
Only way this can be possible is if f(0)=0
hence f(0)=0

Now consider:

Limit of f(a+h)-f(a) as h->0 is equal to 0.
]

Im not as to what i should do now and what the second part that my teacher wants me to consider will prove.

Any ideas would be greatly appreciated!
 
Physics news on Phys.org
Use the information given. You can rewrite f(a + h) - f(a) to reduce the problem around a to a problem around zero.
 
How can I reduce the problem to be around zero?
Also what does this prove?
 
OK, firstly: do you see what \lim_{h \to 0} f(a + h) - f(a) = 0 is good for?

Then, note that you have been given that f is continuous at zero and you want to prove continuity at some arbitrary a, about which you don't know anything. So you can try to use the properties you have to make the problem of continuity at a into a problem of continuity at 0, because you have more information of f around 0 than around a.
 
You have to use the fact that f(x+ y)= f(x)+ f(y). So f(a+ h)= ?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top