Multivariable analysis
Note. What I write here is mostly what I’ve learned from my amazing teacher, Katalin Nagy at BME. If something is incorrect here its my fault, not her’s.
Hello and welcome! We have arrived to another interesting math topic! Multivariable analysis. This is a really important field. It is used in physics a lot, and it is one of the key concepts to understand machine learning. So let’s roll up our sleeves and jump right in!
The topology of
👨🏫: Ok ok, in order to deeply understand this field we have to put down the basics and define some stuff. It will be a little boring, but it’s necessary to arrive to the interesting and beautiful part. So, let’s do that!
👨🏫: If we have a point in we can denote it by:
So the point is a vector and is the -th component of the vector. Lucky for us we can measure distances in and it’s really similar to how we measure distance in a plane (in ).
If we are in ℝᵖ what could be the formula for measuring the length of a vector?
👨🏫: Yeah so it’s resembles to the Pythagorean theorem, but in higher dimension.
🙋♂️: But why does the “normal” square root method work, why don’t we use -th root?
👨🏫: You can think of this as the following: First, you only care about the first two components . You can apply the Pythagorean theorem (if you work in an orthonormal basis). After this, you take the result and the new component and do the same. If you repeat this until you’ll get this formula: and the result is the length of which we denote: .
For , the Euclidean norm of is:
What other distances would be beneficial to use?
Open spheres
👨🏫: Good, we can move on and play with balls.
Let and . The open ball of radius centered at is:
👨🏫: What could this definition mean?
🙋♂️: Hmm… I guess is the set of points in that lie within the sphere of radius centered around .
👨🏫: Good! We call this an open ball because the points that are at a distance of from are not in . You can think of it like a peeled orange.
Interior, exterior, boundary
👨🏫: Let’s look at this potato below. What could its interior, exterior, and boundary be?
🙋♂️: Ok. Now you intuitively understand these concepts. Let’s give their definition now.
Let and . We say is an…
① Interior point of , if:
② Exterior point of , if:
③ Boundary point of , if:
The set of all interior / exterior / boundary points of is called the interior / exterior / boundary of , denoted:
- — interior
- — exterior
- — boundary
Examples
👨🏫: Let’s look at some examples now. What’s the interior, exterior, boundary of:
Closure
👨🏫: Ok, what if we take a set and we want to include the boundary of too. Do we have a definition/notation for this too?
🙋♂️: Yes we do. We call it the closure of . And as you said it’s the set and the boundary points (we denote it by ):
The closure of is:
👨🏫: What is and in the problem above?
Open and closed sets
👨🏫: Now that we have closure let’s define open and closed sets.
Let .
1. is open, if every point of is an interior point:
2. is closed, if its complement is open:
Two equivalent characterizations of closed sets:
- If is closed, then
- is always a closed set
Note: Not every set is open or closed. The easiest counterexample is .
👨🏫: Let’s unpack open sets a bit. Intuitively it means that however close we are to the boundary, we can always “draw” a sphere with radius that is entirely inside .
Properties of open and closed sets
👨🏫: We have two important statements for open sets and their pairs for closed sets.
Open sets:
(a) The union of arbitrarily many (even infinitely many) open sets is open.
(b) The intersection of finitely many open sets is open.
Closed sets:
(c) The intersection of arbitrarily many (even infinitely many) closed sets is closed.
(d) The union of finitely many closed sets is closed.
Connected sets
🙋♂️: Do we care about if a set is connected or not? Do we have a definition for that?
👨🏫: Yesss that’s an important idea too.
is a connected set, if there do not exist open sets such that:
In other words: cannot be split into two non-empty, disjoint open parts.
(where ) is an isolated point of if:
Limits and continuity
👨🏫: When we worked with regular functions we spent a lot of time analyzing limits and identifying whether a function is continuous or not. Will we do the same here too?
🙋♂️: Yeah, but first introduce some definitions!
is an accumulation point of , if:
is the limit of the sequence , if:
👨🏫: Some notes to these definitions. First we had another def for limits, it’s true here as well. Can you figure it out? Second, if the sequences are convergent by coordinates () then is convergent as well. Third the Bolzano-Weierstrass theorem holds here as well. Fourth is a complete space because every Cauchy-sequence is convergent.
Two variable functions
👨🏫: So if we have a function that “eats” two things and spits out one thing then we have a two variable function: .
Let and .
Graph:
Level curves:
Contour lines:
👨🏫: Graph of is straightforward. We’ll see many of them, they look like sheets. are the contour lines. The ones that we see on detailed maps. And are the center lines in “their 3D place”.
Limit Continuity
Let’s look define limit and continuity for multivariable functions. Actually it will be really similar to what we did in single variable functions.
<AxiomBox lang="en" title="Definition: Limit of Multivariable Function">
Let f: \mathbb{R}^{p} \to \mathbb{R} let x, x_0 \in \mathbb{R}^{p}
</AxiomBox>