Wednesday, October 28, 2015

analysis - Continuity of a function


For all (x,y)R2 a function f satisfies f(x+y)=f(x)f(y).



If f is continuous at a point a, then show that f is continuous on R and f(x)=bx for some constant b.





My approach



f(1)=f(1+0)=f(1)f(0)
Thus f(0)=1 and f(x+h)f(x)=f(x)(f(h)1)



I can prove the continuity of the function.
How can I prove that f(x)=bx for any xR?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...