Please help with seemingly easy limit proof

  • Thread starter Thread starter diligence
  • Start date Start date
  • Tags Tags
    Limit Proof
diligence
Messages
143
Reaction score
0

Homework Statement



Let f: R ---> R, c in R.
Show that lim f(x) (as x goes to c) = L iff lim f(x+c) (as x goes to 0) = L

Homework Equations



n/a

The Attempt at a Solution



First of all, I understand why this is true conceptually, but I'm having trouble writing a rigorous proof. I think if somebody could just help me get started on the forward direction, then i can take it from there.

There's two methods I could use: (1) I could use the sequential criterion for limits or (2) I could use the definition of the limit.

For (1), Suppose lim f(x) (as x goes to c) = L. Then by the sequential criterion, for every sequence (x(n)) contained in R such that (x(n)) converges to c, but x(n) /= c for all n, then the sequence (f(x(n))) goes converges to L. That's fine, but I'm having trouble explaining how this implies that for sequences (x(n)) that converge to 0, then (f(x(n)+c)) converges to L. Do i need to define a separate sequence converging to 0, then use the Algebraic Theorem for sequences? I don't know how to put this rigorously.

For (2), Suppose the same hypothesis as (1). Then, for all e>0, there exists a d > 0, such that if 0 < |x - c| < d, then |f(x) - L| < e. I can use the reverse triangle inequality to show that |x| < d + |c|, then define a new delta, call it d2 = d + |c|. Then i will have the condition that |x - 0| < d2. But I'm having trouble showing how this implies |f(x+c) - L| is less than some new eps, call it e2. How do I combine f(x) and c, into f(x+c)? Is there some theory of linearity that i can use for adding constants to functions defined on R?Any help with the rigorous argument would be really awesome. Which method should i use , the sequential criterion or the definition of limit? Like I said, i understand the concept completely ( i could draw a pictorial proof easily), I'm just having trouble putting it on paper into a rigorous proof that will convince my analysis instructor that I know what I'm doing :)
 
Physics news on Phys.org
Try letting u = x+c and then noting |x| = |(x+c) - c| = |u-c|.
 
Thanks, that was really helpful! So how's this look for the forward direction?Suppose lim f(x) (as x goes to c) = L. Let e > 0. Then, by hypothesis, there exists d > 0 such that 0< |x - c| < d implies |f(x) - L| < e. Now, let u := x - c. Thus 0 < |u| < d implies |f(u + c) - L| < e. Hence, by the definition of limit, we have lim f(u +c) (as u goes to 0) = L.

Now i want to conclude that since u is arbitrary, then lim f(x+c) (as x goes to 0) = L. But can I really do that? Is u really arbitrary? It was defined very specifically, after all. I'm still having trouble understanding this subtlety. x and u are different, but they just represent arbitrary variables, so ultimately, they fundamentally represent the same thing? Is this right?
 
Last edited:
diligence said:
Thanks, that was really helpful! So how's this look for the forward direction?


Suppose lim f(x) (as x goes to c) = L. Let e > 0. Then, by hypothesis, there exists d > 0 such that 0< |x - c| < d implies |f(x) - L| < e. Now, let u := x - c. Thus 0 < |u| < d implies |f(u + c) - L| < e. Hence, by the definition of limit, we have lim f(u +c) (as u goes to 0) = L.

Now i want to conclude that since u is arbitrary, then lim f(x+c) (as x goes to 0) = L. But can I really do that? Is u really arbitrary? It was defined very specifically, after all. I'm still having trouble understanding this subtlety. x and u are different, but they just represent arbitrary variables, so ultimately, they fundamentally represent the same thing? Is this right?

why don't you plug in c = x - u? Wouldn't that work?
 
AdrianZ said:
why don't you plug in c = x - u? Wouldn't that work?

I'm not following you, that's basically the same thing that i did, isn't it?

I'm pretty sure this proof is good (yes? no? let me know!), I'm just trying to wrap my head around the fact that saying lim f(u+c) (as u goes to 0) = L is equivalent to saying lim f(x+c) (as x goes to 0) = L, in light of the way that u was defined.
 
diligence said:
I'm not following you, that's basically the same thing that i did, isn't it?

I'm pretty sure this proof is good (yes? no? let me know!), I'm just trying to wrap my head around the fact that saying lim f(u+c) (as u goes to 0) = L is equivalent to saying lim f(x+c) (as x goes to 0) = L, in light of the way that u was defined.

Here, I'll do one implication in detail.

Assume for all u \in \mathbb{R} for all \epsilon &gt;0 there is a \delta &gt;0 such that if 0 &lt; |u -c | &lt; \delta then |f(u) - L| &lt; \epsilon.

Fix \epsilon &gt;0 and take \delta as in the above assumption. Suppose x \in \mathbb{R} with 0&lt;|x| &lt; \delta. Let u = x+c. Then |x| = |(x+c)-c| = |u-c| so 0 &lt; |u -c | &lt; \delta. By assumption, then |f(u) -L| &lt;\epsilon, so |f(x+c) -L| &lt;\epsilon. Since x was arbitrary, then for any x with 0&lt;|x| &lt; \delta, |f(x+c) -L| &lt;\epsilon. Therefore \lim_{x \to 0} f(x+c) = L.

The only thing that is arbitrary in the above proof is the x I picked in the first line (well, and epsilon, too).

Can you do the other direction or justify your proof now?

AdrianZ said:
why don't you plug in c = x - u? Wouldn't that work?

Maybe I'm misunderstanding you, but we don't get to choose c, it's given to us.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top