Generalizations in

We first generalize many of the concepts we learned about in MATH410 to higher dimensions.

Vector Spaces

is a vector space, with vectors and scalars (respectively) given as

Satisfying vector addition and scalar multiplication, and inner product commonly known as the dot product

Satisfying the following axioms of a (real) inner product space:

  • , and if and only if .

Theorem: Inner Product in

In , where is the angle between the two vectors.

We say that is orthogonal to , , if .

Theorem: Properties of Orthogonality

If and only if .

Cauchy-Schwarz Inequality

Let . Then,

We prove this using the axioms of inner products only (see above), making generalizable for any inner product!

Example: Cauchy-Schwarz (1)

Find the maximum value of

Let , . Then, by Cauchy-Schwarz,

We find our maximium is ! Now, we find our maximizer.

Cauchy-Schwarz is only equal when . So,

We have maximizer !

Corollary

Note that equality holds if and only if such that (or ).

Theorem: Triangle Inequality

Theorem: Reverse Triangle Inequality

Sequences and Convergence

Consider a sequence in , denoted for all . In other words, each entry in the sequence is a point in .

Note that by convention we will denote as the projection of the element of (’s element).

If is a sequence in , and for some the following holds:

Then we call this the limit of the sequence, alternatively written as ( converges to ) in the norm.

This is similar in idea to convergence in 1-dimensional series!

But in , this is not the only notion of convergence that we have! We can also say that componentwise, if each as .

Theorem: Synonymous Notions of Convergence

in norm if and only if componentwise.

Note that this does not hold if we have infinite dimensions ( not fixed)! In particular, component-wise convergence does not imply convergence in norm.

Remark: Dissimilarity of Convergence in Infinite Dimensions

Say we have a sequence , where for any the element is 1, all other 0. So,

We can see that as , , the 0 vector! However, , so it does not converge in norm to 0.

Closed and Open Sets

Let , . We define the open ball of radius , centered at as

In other words, the set of all -dimensional points that are within some predetermined hypersphere of .

In , this is the open interval around a value !

We say that a set is open if , such that . In other words, for all vectors in , we can find an open ball around the vector such that all vectors in the ball are in .

Theorem: Open Balls and Open Sets

For , , the open ball is an open set.

Intuitively, this makes sense as for any vector inside the open ball, we can find a ball contained within our original ball. As our vectors get closer and closer to the ball’s edge, our containing ball will shrink!

We say that a set is closed if for any sequence in , , such that , , then . In other words, for any convergent sequence in , the vector it converges to is also in .

Furthermore, if , then we call the complement of , the set of all vectors not in .

Theorem: Open Sets and their Complements

is an open set if and only if its complement, , is closed.

Note that the statement “ is open if and only if it is not closed” is not true. There exist sets that are neither open or closed, and there exist sets that are both open and closed (ex. the empty set and )!

We continue by discussing intersections and unions of open and closed sets.

Intersections / Unions of Open Sets

Let be a (possibly infinite) family of open sets. Then, the union of these open sets is also open.

Let be a finite family of open sets. Then, the intersection of these sets is also open.

Note that the intersection clause only works for finite sets. We can find a counterexample for an infinite family by choosing open balls with radius , so that as , we are left with a point.

Intersections / Unions of Closed Sets

Let be a finite family of closed sets. Then their union is closed.

Let be a possibly infinite family of closed sets. Then, their intersection is closed.

Using the concept of an open ball, we can formally define the interior, exterior, and boundary of a set. Let .

We define the interior of as

In other words, the set of all points that can be contained within a ball inside of .

We can also consider the interior of ’s complement. By definition, these two sets are mutually exclusive.

But what’s between them? We call this the boundary:

These 3 sets are mutually exclusive, and form all of !

  • The interior of
  • The interior of
  • The boundary of

Continuity and Compactness

Continuity of Functions

Let be a set, and define the function .

We say is continuous at if where , it follows that . In other words, for any sequence in converging to , the sequence evaluated in the function should converge to !

Example: Continuity

Let such that

Is continuous at ? Yes! If such that , then for sufficiently large.

Let . Then, by definition of convergence, such that

But ! Thus, , meaning .

Theorem: Preservation of Continuity

Let such that . If are continuous at , then

  • , are also continuous at

  • If , then is continuous at .

Theorem: Compositions of Functions

Suppose we have two sets , , and define functions

If is continuous at , and is continuous at , then the composition is continuous at .

We can also prove continuity using what’s known as an - definition.

By -, , is continuous at if and only if , such that

We also find the following equivalence definitions for epsilon-delta. First, recall that if , then for , we define

And if , then

Or in other words, the set of all inputs to yielding possible outputs in .

Note that this does not require the function inverse to exist. We’re just defining the set of all inputs in yielding something in .

Using these definitions, we claim that the epsilon-delta deinition is also equivalent to saying , ,

  1. In other words, all inputs of the function in a ball centered around must have an output which is within the set of all possible outputs of the function in the ball centered around .

    Note that we intersect with to guarantee that we have an input for the function, as not all vectors in a ball around may be an input for the function.

  2. In other words, all possible inputs within the ball of are contained within the set of inputs that yield the ball of around .

Theorem: Continuity and Open Sets

Let be open in , and let .

Then, is continuous at every point of if and only if the set of inputs is open for all open.

We have a similar case with closed sets.

Theorem: Continuity and Closed Sets

Let .

Then, is continuous at every point of if and only if the set of inputs is closed for all closed.

Remark

Let . If is continuous, fixed, then the following sets are open.

Similarly, is closed because is open.

Consider the following examples.

Sequential Compactness

A set is bounded if such that

In other words, there exists an which is an upper bound for all vector lengths in the set.

We say set is sequentially compact if for all sequences , there exists a subsequence and such that

In other words, all sequences have a convergent subsequence that converge to something in .

We show that sequential compactness is synonymous with closure and boundedness (together).

Theorem: Sequential Compactness and Boundedness

If is sequentially compact, then is bounded.

Theorem: Sequential Compactness and Closure

If is sequentially compact, then is closed.

Recall that if we have a sequence , and is bounded, then there exists a subsequence and such that

This is known as the Bolzano-Weirstrass Theorem. We can generalize this to .

Bolzano Weierstrass Theorem (Higher Dimensions)

If , and is bounded, then .

Theorem: Closed + Bounded and Compactness

is sequentially compact if and only if is closed and bounded.

We find that functions on sequentially compact sets have some guaranteed properties.

Theorem: Images of Sequentially Compact Domains

If is sequentially compact and is continuous, then the image, , is sequentially compact.

Note that both closure and boundedness (implying compactness) must hold for this to be true! They do not hold on their own.

Example: Failure of Image Closure and of Images

If is closed, is continuous, is closed?

No! As a counterexample, let , where . Then, is closed, but is not, as it asymptotes towards !

If is bounded, and is continuous, is bounded?

No! Let on . Then, which is unbounded.

Note the specific wording on the domain.

If is bounded and is continuous (domain is now ), now is bounded! We can find a sequentially compact domain containing , and find that on this domain is sequentially compact (and thus bounded!).

We also find that functions on sequentially compact sets obey the extreme value theorem.

Theorem: Extreme Value Theorem (Generalization)

Let be sequentially compact, continuous.

Then has a minimum and maximum value.

Interestingly enough, the converse of the above theorem can actually be used to prove sequential compactness.

Theorem: Sequential Compactness via Minimums and Maximums

Let be a set such that any function has a minimum and maximum value. Then, is sequentially compact.

We also say set is compact if for every family of open sets such that , then there exist finitely many sets such that

In other words, is compact if for any family of (possibly infinite) open sets covering , we can find a finite number of sets that cover .

If , we say that covers .

We similarly prove compactness with respect to closure and boundedness.

Theorem: Compactness vs. Closure and Boundedness

is compact if and only if is closed and bounded.

Uniform Continuity

The function , is uniformly continuous if for any two sequences , if

Then,

Note that uniform continuity implies continuity. Simply let be the sequence of whatever converges to so we get our continuity definition!

The converse is not true. See the example below.

Example: Continuity Doesn't Imply Uniform Continuity

Let , which is a continuous function.

Then, for , , we have that , but !

Theorem: Uniform Continuity and Sequential Compactness

If is sequentially compact, and is continuous, then is uniformly continuous.

Note that there exist non-compact sets that also satisfy this property! Consider the following example.

Like continuity, we also have a definition for uniform continuity too!

Let . Then, the following are equivalent.

  1. If with , then .
  2. , such that if with , then .

The latter is the definition for uniform continuity.

Convexity and Connectedness

We say the set is convex if , ,

In other words, for any two points in the set, all points along the line between these two points are also within the set.

In lower dimensions, this defines a convex shape!

We say is path connected if , if there exists a continuous function , with

In other words, for any two points in the set, we can define a function (a “path”) between these two points that remains completely within the shape! We call (gamma) the parameterized path.

In lower dimensions, this defines a completely connected shape!

Theorem: Path Connected Subsets of the Real Line

On the real line, is path connected if and only if is an interval.

Theorem: Path Connected Sets on Continuous Functions

If is path connected and is continuous, then the image is also path connected. In other words, continuity preserves path connectedness!

We say that the set has the Intermediate Value Property (IVP) if for any continuous function defined on the set, , the image is an interval.

It can be shown that if is path connected, it has the intermediate value property!

Set is not connected if open sets such that:

In other words, we can find two disjoint open sets that make up . If satisfythese conditions, then we say separate .

Thus, by this definition, a set is connected if we cannot find two disjoint open sets that make up .

Note that by this more intuitive definition, we can deduce that is connected, as we cannot form 2 disjoint open sets by partitioning the space- there must be one with a boundary.

Theorem: Connected Sets and IVP

is connected if and only if has the Intermediate Value Property.

We can also find that if is path connected, then is connected.

Remark: Connected Path Connected

Note that the converse is not true. If is connected, it may not be path connected.

For example, let , which oscillates as we get closer to the axis, but never touches! Thus, even if is connected, it is not path connected.

Thus, we end with the following graph of implications. Below, an arrow indicates that the source implies the destination.

graph LR
1[Path Connected];
2[Connected];
3[Intermediate Value Property];

1 -.-> 2 & 3;
2 -.-> 3;
3 -.-> 2;

We can use the idea of path connectedness to prove a remark earlier about sets that are both open and closed!

Corollary

IF is both open and closed, then , or