a_skier
- 17
- 0
Homework Statement
Prove that limx\rightarrowcf(x)=L if and only if limh\rightarrow0f(x+h)=L.
Homework Equations
The Attempt at a Solution
I think this is a simple problem, but I am getting caught up in the middle, as I'm not sure if my procedure is a valid way to prove the statement.
Suppose limx\rightarrowcf(x)=L.
Then for each \epsilon>0 there is a \delta>0 so that
if |x-c|<\delta then |f(x)-L|<\epsilon.
Let x=c+h. Then if |x-c|<δ \Rightarrow |c+h-c|<δ \Rightarrow |h|<δ. Furthermore, |f(c+h)-L|<ε. And since we assumed limx\rightarrowcf(x)=L, it follows then that limh\rightarrow0f(c+h)=L.*
So my questions is this: it is valid to simply let x=c+h as I did?
*Note, I did not prove the other case, but I just wrote this out so you guys can get a good idea of what my argument is and tell me if it is wrong or not.