Does the Pathwise Limit Imply the Multivariable Limit?

  • Thread starter Thread starter kof9595995
  • Start date Start date
  • Tags Tags
    Functions Limit
kof9595995
Messages
676
Reaction score
2
Let's say a two-variable function f(x,y), consider the limit at (x,y)=(a,b).
If for any path y=h(x) approaching (a,b), the single variable functions f(x,h(x)) have the same limit, can I say that the limit of f(x,y) at (a,b) exist(using epsilon-delta definition),and how to prove?
Thanks.
 
Physics news on Phys.org
I am quite confident that the statement is true. You can probably even prove it. Let \epsilon > 0.
Then you know that for any path y = h(x) there exists a \delta = \delta_\epsilon(h) such that
|| (x, y) - (a, b) || < \delta \implies |f(x, h(x)) - L| < \epsilon,
where L is the supposed limit of f(x, y) at (a, b). You want to show that there exists a "global" \delta_\epsilon such that
|| (x, y) - (a, b) || < \delta \implies |f(x, y) - L| < \epsilon
for any y. On a nice neighbourhood of (a, b) you can always find a path h from (x, y) to (a, b) and you have the corresponding delta(h). So you could think of something like taking some minimum (infimum) of all those delta(h)'s. The real "challenge" of the proof, would then be to show that this infimum is non-zero (i.e. you can really find a delta strictly > 0 to satisfy the definition).
 
\delta = \delta_\epsilon(h)
what does it mean? Functional?
 
I meant to say that the delta that you need will depend both on epsilon and on the path. I.e. different paths may need different delta's.
So strictly speaking, yes, it is a functional (for fixed epsilon, it assigns to any given path a number), but you don't really need to view it that way. It was just to prevent confusion with "the" delta you use in the multi-variable limit.
 
well, thanks a lot, I'll try
 
Back
Top