Def. Continuity in terms of sequences: How do I generalize to multivariate fcns?

benorin
Science Advisor
Insights Author
Messages
1,442
Reaction score
191
Working from "Principles of Mathematical Analysis", by Walter Rudin I have gleaned the following definition of continuity of a function (which maps a subset one metric space into another):

Suppose f:E\rightarrow Y, where \left( X, d_{X}\right) \mbox{ and } \left( Y, d_{Y}\right) are metric spaces, and E\subset X. Let x\in E be a limit point of E.

f is continuous at x if, and only if, for every sequence \left\{ x_{n}\right\} \rightarrow x such that x_{n}\in E\forall n\in\mathbb{N}, we have f(x_{n})\rightarrow f(x)\mbox{ as }n\rightarrow\infty.

My question is, when generalizing the above definition to multivariate functions, the last line of the definition would include which of the following:

a. f(x_{n},y_{n})\rightarrow f(x)\mbox{ as }n\rightarrow\infty,

or

b. f(x_{n},y_{m})\rightarrow f(x)\mbox{ as }n,m\rightarrow\infty ?

I am uncertian if I need the double limit. :smile: DUH! I get: X is a metric space, it could be of an arbitrary dimension if need be. But suppose that it were a product of metric spaces (with different metrics,) would the question then merit investigation?
 
Physics news on Phys.org
You need a sequence v_n=(x_n,y_n,z_n,...) tending to v=(x,y,z,...) where v is a vector and the metric (ie the notion of tending to) is the euclidean one, so the first of your two options, though I suspect that the second would be equivalent in some sense, since the first has to be for *all* possible sequences.
 
benorin said:
Working from "Principles of Mathematical Analysis", by Walter Rudin I have gleaned the following definition of continuity of a function (which maps a subset one metric space into another):
Suppose f:E\rightarrow Y, where \left( X, d_{X}\right) \mbox{ and } \left( Y, d_{Y}\right) are metric spaces, and E\subset X. Let x\in E be a limit point of E.
f is continuous at x if, and only if, for every sequence \left\{ x_{n}\right\} \rightarrow x such that x_{n}\in E\forall n\in\mathbb{N}, we have f(x_{n})\rightarrow f(x)\mbox{ as }n\rightarrow\infty.
My question is, when generalizing the above definition to multivariate functions, the last line of the definition would include which of the following:
a. f(x_{n},y_{n})\rightarrow f(x)\mbox{ as }n\rightarrow\infty,
or
b. f(x_{n},y_{m})\rightarrow f(x)\mbox{ as }n,m\rightarrow\infty ?
I am uncertian if I need the double limit. :smile: DUH! I get: X is a metric space, it could be of an arbitrary dimension if need be. But suppose that it were a product of metric spaces (with different metrics,) would the question then merit investigation?

Neither a) nor b). Since f is a function of two variables, for f to be continuous at (x,y), it must be true that for every sequence xn converging to x and every sequence ym converging to y, the (double) sequence f(xn,ym) (with m and n going to infinity independently) must converge to f(x,y).

If you have a product of metric spaces with different metrics, then you would use the appropriate metric on each component.
 
x_{n}\in E\forall n\in\mathbb{N}
Ack! That's backwards! It took me a while to figure out what you meant. :-p Symbolically, that's grammatically incorrect! (Though it's okay in English)

But suppose that it were a product of metric spaces (with different metrics,) would the question then merit investigation?
Sure, but I suspect that you could always do a problem by falling back on the product metric.
 
the whole point of giving the definition for a metric space is to make you realize that dimension has nothing to do with it, but only the metric.

so in several variables, i.e. in the product of several copies of the erals, you just use any of your favorite product metrics, eucldiean, sum, max.there is no difference which one you use either, until you get to infinite dimensions.

so several variables is the same as one, unless it means infinitely many variables.

then you have to decide whether two functions are close if they are close everywhere, or their difference has small integral, or the square of their difference has small integral, or what...
 
The context I was looking to apply it to has, in fact, infinite dimensions, namely Hilbert spaces. The particular application was proving the following:

Let H denote a Hilbert space with the inner product ( \cdot , \cdot ) : H\times H \rightarrow \mathbb{C}. Let \parallel \cdot\parallel denote the norm induced by the inner product. Fix z\in H. Then the following functions are continuous mappings \forall x,y\in H:

x\rightarrow (x,z), \\ y\rightarrow (z,y) , \\ x\rightarrow \parallel x \parallel , \mbox{ and }x,y\rightarrow (x,y)

The first three are easy consequences of the triangle and Schartz inequalities. The proof of the fourth is from whence my question arose.

Let x_{n}\rightarrow x \mbox{ and } y_{n}\rightarrow y\mbox{ as }n\rightarrow\infty. Then

\left| \left( x_{n}, y_{n}\right) - \left( x, y\right) \right| = \left| \left( x_{n}, y_{n}\right) - \left( x, y_{n}\right) + \left( x, y_{n}\right) - \left( x, y\right) \right|
\leq \left| \left( x_{n}-x, y_{n}\right) \right| + \left| \left( x, y_{n}-y\right) \right|
\leq \parallel x_{n}-x \parallel\cdot\parallel y_{n}\parallel + \parallel x \parallel\cdot\parallel y_{n}-y\parallel\rightarrow 0\mbox{ as } n\rightarrow\infty

:rolleyes: so everything is continuous now, right?
 
Last edited:
hence you are using essentially the square root of the infinite sum, or integral, of the squares of the differences of the coordinates, among the examples i gave above.

and yes your calculation looks ok to me.

to connect this to my explicit examples, note that your source is using an axiomatic approach to "hilbert space" whereas all hilbert spaces are actually isomorphic to concrete function spaces, either "separable", i.e. given by square summable sequences (functions defined on Z witha discrete measure); or not, given by square integrable functions defined on a measure space.
 
Back
Top