Wednesday, October 25, 2017

real analysis - Prove that f is differentiable at x0 if and only if g is differentiable at x0



Suppose f:DR and g:ER and that x0 is in the domain of both functions and an accumulation point of their intersection. Suppose further that there exists μ>0 such that the intersection of the μ-neighborhood of x0 with D is equal to the intersection of the μ-neighborhood with E and for all x in that intersection, f(x)=g(x). Prove that f is differentiable at x0 if and only if g is differentiable at x0







The concept of this proof is not really clicking with me,Given most of my theorems and lemmas of differentiability state the use of one function,I'm lost on how to approach the proof


Answer



Hint: write down the definition of f(x0) and g(x0).






Denote the "μ-neighborhood" of x0 as H. Then S:=HD=HE. Also f=g on S.




Now
f(x0)=lim


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...