Lecture from: 26.02.2024 | Video: Video ETHZ

Characterization of Supremum and Infimum

The following theorem provides a useful way to characterize the supremum of a set:

Theorem: Let be a non-empty set bounded above. Then if and only if:

  1. Upper Bound: ( is an upper bound for ).
  2. Approachability: ( can be approached arbitrarily closely from within ).

Justification:

  • Necessity: If , then (1) must hold by definition of a supremum (least upper bound). If (2) were false, there would be some such that no element of is greater than . This would imply that is an upper bound of , smaller than , contradicting the minimality of .

  • Sufficiency: If (1) and (2) hold, is an upper bound. If there were a smaller upper bound , choose . By (2), there exists with , contradicting that is an upper bound. Thus, must be the least upper bound.

A similar characterization holds for the infimum: if and only if (1) , and (2) .

The Cross Product: Geometry and Algebra in

The cross product is a unique and powerful operation specific to three-dimensional space (). It beautifully connects geometric concepts like area and volume to algebraic computations. Unlike the dot product, which produces a scalar, the cross product of two vectors results in a new vector with special geometric properties.

Geometric Intuition: Areas and Normal Vectors

Consider two vectors and in . They define a parallelogram. The cross product, denoted , is a vector with the following key properties:

  1. Direction: is perpendicular (orthogonal) to the plane containing and . Its direction is determined by the right-hand rule: if you curl the fingers of your right hand from towards , your thumb points in the direction of .

  2. Magnitude: The length of , denoted , is equal to the area of the parallelogram formed by and .

Tldr

The cross product gives us a way to find a vector normal (perpendicular) to a plane defined by two vectors.

Connecting Geometry to Algebra: The Determinant Formula

How can we capture these geometric properties algebraically? The answer lies in the determinant. Let and . The cross product can be computed as:

where , , and are the standard basis vectors in .

Technically not the determinant

While this looks like a determinant of a matrix, it’s technically not, as the first row contains vectors, not scalars. Think of it as a convenient mnemonic for remembering the formula. The key takeaway is that the components of the cross product are combinations of the components of and , designed to ensure orthogonality and represent the area.

Algebraic Properties of the Cross Product

The cross product has several important algebraic properties:

  1. Anti-commutative: . The order matters! Swapping the order reverses the direction of the resulting vector.

  2. Distributive: . The cross product distributes over vector addition.

  3. Scalar Multiplication: . Scaling a vector scales the area of the parallelogram.

  4. Not Associative: The cross product is not associative: it’s generally not true that .

  5. Jacobi Identity: . This less intuitive identity reflects the non-associativity of the cross product.

The Cross Product and Triple Products

The cross product naturally leads to the scalar triple product, a useful tool for calculating volumes:

This represents the volume of the parallelepiped formed by the three vectors , , and . Notice that we can compute this by taking the determinant of the matrix formed by placing each vector in a row (or column). The absolute value of the determinant gives the volume of the parallelepiped.

Complex Numbers: Extending the Real Number Line to a Plane

Motivation: Breaking the Barrier of

The real numbers, while powerful, lack solutions to seemingly simple equations like . Complex numbers elegantly address this limitation by introducing a new “imaginary” unit, denoted , with the property that . This seemingly small addition unlocks a rich and powerful extension of the real numbers.

Defining Complex Numbers: Ordered Pairs with Special Multiplication

We define the set of complex numbers, denoted , not as a simple extension of the real line, but as a two-dimensional plane:

Each complex number is an ordered pair of real numbers, representing a point in the complex plane. Addition is component-wise, just like with vectors in :

  • Addition:

The magic happens with multiplication:

  • Multiplication:

This definition, while perhaps initially unintuitive, is precisely what allows us to solve .

The Imaginary Unit and the Standard Form

Let’s consider the complex number . Using the multiplication rule:

We identify with the real number . Define . Then ! This is the imaginary unit. We can now express any complex number as:

This is the standard form of a complex number, where is the real part () and is the imaginary part (). We naturally identify any real number with the complex number .

Complex Conjugate: Reflection and a Key Operation

The complex conjugate of is defined as .

Why?

Geometrically, conjugation is a reflection across the real axis in the complex plane. It’s a crucial operation in complex arithmetic, allowing us to move between complex and real numbers seamlessly.

Norm (Modulus): Measuring Distance in the Complex Plane

The norm (or modulus) of a complex number is:

This is the distance from the origin to the point in the complex plane, analogous to the magnitude of a vector in .

Representations: Cartesian and Polar Forms

Cartesian Form: For Addition and Subtraction

The standard form is also known as the Cartesian form. It’s convenient for addition and subtraction because these operations are performed component-wise.

Polar Form: For Multiplication and Powers

The polar form represents a complex number in terms of its distance from the origin () and angle () with the positive real axis:

Using Euler’s formula, , we can write the polar form more compactly as .

The polar form simplifies multiplication and taking powers: if and , then .

Roots of Complex Numbers: Symmetry in the Plane

Theorem: Every non-zero complex number has exactly distinct -th roots.

These roots are evenly spaced around a circle of radius centered at the origin in the complex plane. The formula for the -th roots of is:

for .

The Fundamental Theorem of Algebra: Completeness of the Complex Field

Theorem: Every non-constant polynomial with complex coefficients has at least one complex root.

This profound result highlights the “algebraic completeness” of the complex numbers. It implies that any polynomial of degree can be factored into exactly linear terms (corresponding to its roots), a property not shared by the real numbers.

Sequences and Series: Foundations

Sequences and their Limits

Definition of a Sequence

A sequence of real numbers is a function , where . We denote the sequence as , where .

Examples of Sequences

  1. . This sequence converges to 0.
  2. . This sequence oscillates between -1 and 1 and does not converge.

Tldr

You can visualize a sequence by plotting its terms on a graph. For a converging sequence, the points will cluster around the limit as n increases.

Uniqueness of the Limit (Lemma)

Let be a sequence. There is at most one such that for all , the set is finite. This means that outside any small interval around , there are only finitely many terms of the sequence.

Proof: Suppose there are two distinct limits, and . Choose . Then the intervals and are disjoint. By the definition of a limit, there would only be finitely many terms outside each interval. But this means there would only be finitely many terms in total, contradicting the fact that the sequence is infinite.

Convergence of a Sequence

Definition: Capturing the Essence of Approaching a Limit

A sequence of real numbers converges to a limit if for any arbitrarily small positive distance , we can find a point in the sequence beyond which all subsequent terms are within that distance of the limit. More formally:

Theorem

A sequence converges to a limit if for all , there exists an index such that for all (not ) , the distance between and is less than :

This definition captures the intuitive idea of a sequence “approaching” a limit: as we go further down the sequence (i.e., as increases), the terms get arbitrarily close to the limit .

Uniqueness of the Limit

Lemma: The limit of a convergent sequence is unique.

Proof: (By contradiction) Suppose a sequence converges to two distinct limits, and . Let be the distance between these limits. Choose . By the definition of convergence, there exist and such that:

  • For ,
  • For ,

Let . Then, for , both inequalities hold. By the triangle inequality:

But this contradicts our assumption that . Therefore, the limit must be unique.

If a limit exists, we denote it by:

Boundedness: Convergence Implies Boundedness

Remark: Every convergent sequence is bounded.

Intuition

If a sequence converges to a limit, its terms eventually cluster around that limit. This clustering implies that the terms cannot grow arbitrarily large or small.

Proof: Let converge to . Choose . There exists such that for , . This implies . Let . Then for all , so the sequence is bounded.

An Equivalent Definition: Easier to Use in Proofs

Lemma: The following statements are equivalent:

  1. converges to .
  2. For all , there exists such that for all , .

Why?

While subtly different from the original definition, this version is often easier to use in proofs. It allows us to focus on finding a suitable for a given without explicitly dealing with the set of indices.

Example: Proving Convergence with the Archimedean Principle

Let . We want to prove that .

Proof: We need to show that for any , there exists an such that for all , .

Given , by the Archimedean Principle, there exists an integer such that . Then, for all , we have , so . Thus, for all . This proves that .

Continue here: 04 Divergence, Limits, Monotony, Weierstrass Theorem, Limit Superior and Inferior