© Springer International Publishing AG 2018
John M. LeeIntroduction to Riemannian ManifoldsGraduate Texts in Mathematics176https://doi.org/10.1007/978-3-319-91755-9_2

2. Riemannian Metrics

John M. Lee1  
(1)
Department of Mathematics, University of Washington, Seattle, WA, USA
 
 
John M. Lee

In this chapter we officially define Riemannian metrics, and discuss some of the basic computational techniques associated with them. After the definitions, we describe a few standard methods for constructing Riemannian manifolds as submanifolds, products, and quotients of other Riemannian manifolds. Then we introduce some of the elementary geometric constructions provided by Riemannian metrics, the most important of which is the Riemannian distance function, which turns every connected Riemannian manifold into a metric space.

At the end of the chapter, we discuss some important generalizations of Riemannian metrics—most importantly, the pseudo-Riemannian metrics, followed by brief mentions of sub-Riemannian and Finsler metrics.

Before you read this chapter, it would be a good idea to skim through the three appendices after Chapter 12 to get an idea of the prerequisite material that will be assumed throughout this book.

Definitions

Everything we know about the Euclidean geometry of $$\mathbb {R}^n$$ can be derived from its dot product, which is defined for $$v=(v^1,\dots , v^n)$$ and $$w=(w^1,\dots , w^n)$$ by
../images/56724_2_En_2_Chapter/56724_2_En_2_Equ102_HTML.png
The dot product has a natural generalization to arbitrary vector spaces. Given a vector space V (which we always assume to be real), an inner product on $${\varvec{V}}$$ is a map $$V\times V\rightarrow \mathbb {R}$$, typically written $$(v,w)\mapsto \langle v, w\rangle $$, that satisfies the following properties for all $$v,w, x\in V$$ and $$a, b\in \mathbb {R}$$:
  1. (i)

    Symmetry: $$\langle v,w\rangle = \langle w, v\rangle $$.

     
  2. (ii)

    Bilinearity: $$\langle av+bw,x\rangle = a\langle v,x\rangle + b \langle w,x\rangle = \langle x, av+bw\rangle $$.

     
  3. (iii)

    Positive Definiteness: $$\langle v, v\rangle \ge 0$$, with equality if and only if $$v=0$$.

     

A vector space endowed with a specific inner product is called an inner product space.

An inner product on V allows us to make sense of geometric quantities such as lengths of vectors and angles between vectors. First, we define the length or norm of a vector $$v\in V$$ as
$$\begin{aligned} |v| = \langle v, v\rangle ^{1/2}. \end{aligned}$$
(2.1)
The following identity shows that an inner product is completely determined by knowledge of the lengths of all vectors.

Lemma 2.1

(Polarization Identity). Suppose ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq15_HTML.gif is an inner product on a vector space V. Then for all $$v, w\in V$$,
$$\begin{aligned} \langle v, w\rangle = \tfrac{1}{4} \big ( \langle v+w,v+w\rangle - \langle v-w, v-w\rangle \big ). \end{aligned}$$
(2.2)

$$\blacktriangleright $$ Exercise 2.2. Prove the preceding lemma.

The angle between two nonzero vectors $$v, w\in V$$ is defined as the unique $$\theta \in [0,\pi ]$$ satisfying
$$\begin{aligned} \cos \theta = \frac{\langle v, w\rangle }{|v|\,|w|}. \end{aligned}$$
(2.3)
Two vectors $$v, w\in V$$ are said to be orthogonal if $$\langle v, w\rangle =0$$, which means that either their angle is $$\pi /2$$ or one of the vectors is zero. If $$S\subseteq V$$ is a linear subspace, the set $$S^\perp \subseteq V$$, consisting of all vectors in V that are orthogonal to every vector in S, is also a linear subspace, called the orthogonal complement of $${\varvec{S}}$$.

Vectors $$v_1,\dots , v_k$$ are called orthonormal if they are of length 1 and pairwise orthogonal, or equivalently if $$\langle v_i, v_j\rangle = \delta _{ij}$$ (where $$\delta _{ij}$$ is the Kronecker delta symbol defined in Appendix B; see (B.1)). The following well-known proposition shows that every finite-dimensional inner product space has an orthonormal basis.

Proposition 2.3

(Gram–Schmidt Algorithm). Let V be an n-dimensional inner product space, and suppose $$(v_1,\dots , v_n)$$ is any ordered basis for V. Then there is an orthonormal ordered basis $$(b_1,\dots , b_n)$$ satisfying the following conditions:
$$\begin{aligned} \mathrm{{span}}(b_1,\dots , b_k) = \mathrm{{span}}(v_1,\dots , v_k) \quad \text {for each}\; k=1,\dots , n. \end{aligned}$$
(2.4)

Proof.

The basis vectors $$b_1,\dots , b_n$$ are defined recursively by
$$\begin{aligned} b_1&= \frac{v_1}{|v_1|},\end{aligned}$$
(2.5)
$$\begin{aligned} b_j&= \frac{v_j - \sum _{i=1}^{j-1} \langle v_j, b_i\rangle b_i}{\left| v_j - \sum _{i=1}^{j-1} \langle v_j, b_i\rangle b_i\right| }, \quad 2\le j\le n. \end{aligned}$$
(2.6)
Because $$v_1\ne 0$$ and $$v_j\notin \text {span}(b_1,\dots , b_{j-1})$$ for each $$j\ge 2$$, the denominators are all nonzero. These vectors satisfy (2.4) by construction, and are orthonormal by direct computation. $$\square $$

If two vector spaces V and W are both equipped with inner products, denoted by ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq37_HTML.gif and ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq38_HTML.gif, respectively, then a map $$F:V\rightarrow W$$ is called a linear isometry if it is a vector space isomorphism that preserves inner products: $$\langle F(v),F(v')\rangle _W = \langle v, v'\rangle _V$$. If V and W are inner product spaces of dimension n, then given any choices of orthonormal bases $$(v_1,\dots , v_n)$$ for V and $$(w_1,\dots , w_n)$$ for W, the linear map $$F:V\rightarrow W$$ determined by $$F(v_i)=w_i$$ is easily seen to be a linear isometry. Thus all inner product spaces of the same finite dimension are linearly isometric to each other.

Riemannian Metrics

To extend these geometric ideas to abstract smooth manifolds, we define a structure that amounts to a smoothly varying choice of inner product on each tangent space.

Let M be a smooth manifold. A Riemannian metric on M is a smooth covariant 2-tensor field $$g\in \mathscr {T}^2(M)$$ whose value $$g_p$$ at each $$p\in M$$ is an inner product on $$T_pM$$; thus g is a symmetric 2-tensor field that is positive definite in the sense that $$g_p(v, v)\ge 0$$ for each $$p\in M$$ and each $$v\in T_pM$$, with equality if and only if $$v=0$$. A Riemannian manifold is a pair (Mg), where M is a smooth manifold and g is a specific choice of Riemannian metric on M. If M is understood to be endowed with a specific Riemannian metric, we sometimes say “M is a Riemannian manifold.”

The next proposition shows that Riemannian metrics exist in great abundance.

Proposition 2.4.

Every smooth manifold admits a Riemannian metric.

$$\blacktriangleright $$ Exercise 2.5. Use a partition of unity to prove the preceding proposition.

We will give a number of examples of Riemannian metrics, along with several systematic methods for constructing them, later in this chapter and in the next.

If M is a smooth manifold with boundary, a Riemannian metric on M is defined in exactly the same way: a smooth symmetric 2-tensor field g that is positive definite everywhere. A Riemannian manifold with boundary is a pair (Mg), where M is a smooth manifold with boundary and g is a Riemannian metric on M. Many of the results we will discuss in this book work equally well for manifolds with or without boundary, with the same proofs, and in such cases we will state them in that generality. But when the treatment of a boundary would involve additional difficulties, we will generally restrict attention to the case of manifolds without boundary, since that is our primary interest. Many problems involving Riemannian manifolds with boundary can be addressed by embedding into a larger manifold without boundary and extending the Riemannian metric arbitrarily to the larger manifold; see Proposition A.31 in Appendix A.

A Riemannian metric is not the same as a metric in the sense of metric spaces (though, as we will see later in this chapter, the two concepts are related). In this book, when we use the word “metric” without further qualification, it always refers to a Riemannian metric.

Let g be a Riemannian metric on a smooth manifold M with or without boundary. Because $$g_p$$ is an inner product on $$T_pM$$ for each $$p\in M$$, we often use the following angle-bracket notation for $$v, w\in T_pM$$:
$$\begin{aligned} \langle v,w\rangle _g = g_p(v, w). \end{aligned}$$
Using this inner product, we can define lengths of tangent vectors, angles between nonzero tangent vectors, and orthogonality of tangent vectors as described above. The length of a vector $$v\in T_pM$$ is denoted by $$|v|_g = \langle v, v\rangle _g^{1/2}$$. If the metric is understood, we sometimes omit it from the notation, and write $$\langle v, w\rangle $$ and |v| in place of $$\langle v, w\rangle _g$$ and $$|v|_g$$, respectively.

The starting point for Riemannian geometry is the following fundamental example.

Example 2.6

(The Euclidean Metric). The Euclidean metric is the Riemannian metric $${\bar{g}}$$ on $$\mathbb {R}^n$$ whose value at each $$x\in \mathbb {R}^n$$ is just the usual dot product on $$T_x\mathbb {R}^n$$ under the natural identification $$T_x\mathbb {R}^n\cong \mathbb {R}^n$$. This means that for $$v, w\in T_x\mathbb {R}^n$$ written in standard coordinates $$\big (x^1,\dots , x^n\big )$$ as $$v = \sum _i v^i\partial _i|_x$$, $$w = \sum _j w^j\partial _j|_x$$, we have
$$\begin{aligned} \left\langle v, w \right\rangle _{{\bar{g}}} = \sum _{i=1}^n v^i w^i. \end{aligned}$$
When working with $$\mathbb R^n$$ as a Riemannian manifold, we always assume we are using the Euclidean metric unless otherwise specified. //

Isometries

Suppose (Mg) and $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ are Riemannian manifolds with or without boundary. An isometry from $$({\varvec{M},}{\varvec{g}})$$ to $$\big ({\varvec{\widetilde{M}}\mathbf{, }{\varvec{\widetilde{g}}}}\big )$$ is a diffeomorphism $$\varphi :M \rightarrow {{\widetilde{M}}}$$ such that $$\varphi ^* {\tilde{g}}= g$$. Unwinding the definitions shows that this is equivalent to the requirement that $$\varphi $$ be a smooth bijection and each differential $$d\varphi _p:T_pM\rightarrow T_{\varphi (p)}{{\widetilde{M}}}$$ be a linear isometry. We say (Mg) and $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ are isometric if there exists an isometry between them.

A composition of isometries and the inverse of an isometry are again isometries, so being isometric is an equivalence relation on the class of Riemannian manifolds with or without boundary. Our subject, Riemannian geometry, is concerned primarily with properties of Riemannian manifolds that are preserved by isometries.

If (Mg) and $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ are Riemannian manifolds, a map $$\varphi :M\rightarrow {{\widetilde{M}}}$$ is a local isometry if each point $$p\in M$$ has a neighborhood U such that $$\varphi |_{U}$$ is an isometry onto an open subset of $${{\widetilde{M}}}$$.

$$\blacktriangleright $$ Exercise 2.7. Prove that if (Mg) and $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ are Riemannian manifolds of the same dimension, a smooth map $$\varphi :M\rightarrow {{\widetilde{M}}}$$ is a local isometry if and only if $$\varphi ^*{\tilde{g}}=g$$.

A Riemannian n-manifold is said to be flat if it is locally isometric to a Euclidean space, that is, if every point has a neighborhood that is isometric to an open set in $$\mathbb {R}^n$$ with its Euclidean metric. Problem 2-1 shows that all Riemannian 1-manifolds are flat; but we will see later that this is far from the case in higher dimensions.

An isometry from (Mg) to itself is called an isometry of $$({\varvec{M}}\mathbf{, }{\varvec{g}})$$. The set of all isometries of (Mg) is a group under composition, called the isometry group of $$({\varvec{M}}\mathbf{, }{\varvec{g}})$$; it is denoted by $${{\,\mathrm{Iso}\,}}(M, g)$$, or sometimes just $${{\,\mathrm{Iso}\,}}(M)$$ if the metric is understood.

A deep theorem of Sumner B. Myers and Norman E. Steenrod [MS39] shows that if M has finitely many components, then $${{\,\mathrm{Iso}\,}}(M, g)$$ has a topology and smooth structure making it into a finite-dimensional Lie group acting smoothly on M. We will neither prove nor use the Myers–Steenrod theorem, but if you are interested, a good source for the proof is [Kob72].

Local Representations for Metrics

Suppose (Mg) is a Riemannian manifold with or without boundary. If $$\big (x^1,\dots , x^n\big )$$ are any smooth local coordinates on an open subset $$U\subseteq M$$, then g can be written locally in U as
$$\begin{aligned} g = g_{ij}\, dx^i \mathbin {\otimes }dx^j \end{aligned}$$
(2.7)
for some collection of $$n^2$$ smooth functions $$g_{ij}$$ for $$i, j=1,\dots , n$$. (Here and throughout the book, we use the Einstein summation convention; see p. 375.) The component functions of this tensor field constitute a matrix-valued function $$(g_{ij})$$, characterized by $$g_{ij}(p)= \big \langle \partial _i|_p,\partial _j|_p\big \rangle $$, where $$\partial _i = \partial /\partial x^i$$ is the ith coordinate vector field; this matrix is symmetric in i and j and depends smoothly on $$p\in U$$. If $$v=v^i \partial _i|_p$$ is a vector in $$T_pM$$ such that $$g_{ij}(p) v^j=0$$, it follows that $$\langle v, v\rangle = g_{ij}(p) v^i v^j=0$$, which implies $$v=0$$; thus the matrix $$(g_{ij}(p))$$ is always nonsingular. The notation for g can be shortened by expressing it in terms of the symmetric product (see Appendix B): using the symmetry of $$g_{ij}$$, we compute
$$\begin{aligned} g&= g_{ij} \, dx^i\mathbin {\otimes }dx^j\\&= {\tfrac{1}{2}}\big (g_{ij} \,dx^i\otimes dx^j+g_{ji} \, dx^i\otimes dx^j\big )\\&= {\tfrac{1}{2}}\big (g_{ij} \,dx^i\otimes dx^j+g_{ij} \,dx^j\otimes dx^i\big )\\&= g_{ij} \,dx^i \, dx^j. \end{aligned}$$
For example, the Euclidean metric on $$\mathbb {R}^n$$ (Example 2.6) can be expressed in standard coordinates in several ways:
$$\begin{aligned} {\bar{g}}= \sum _i dx^i dx^i = \sum _i \big (dx^i\big )^2 = \delta _{ij} dx^i dx^j. \end{aligned}$$
(2.8)
The matrix of $${\bar{g}}$$ in these coordinates is thus $${\bar{g}}_{ij}=\delta _{ij}$$.
More generally, if $$(E_1,\dots , E_n)$$ is any smooth local frame for TM on an open subset $$U\subseteq M$$ and $$(\varepsilon ^1,\dots ,\varepsilon ^n)$$ is its dual coframe, we can write g locally in U as
$$\begin{aligned} g = g_{ij} \,\varepsilon ^i \varepsilon ^j, \end{aligned}$$
(2.9)
where $$g_{ij}(p) = \big \langle E_i|_p, E_j|_p\big \rangle $$, and the matrix-valued function $$(g_{ij})$$ is symmetric and smooth as before.

A Riemannian metric g acts on smooth vector fields $$X, Y\in \mathfrak X(M)$$ to yield a real-valued function $$\langle X, Y\rangle $$. In terms of any smooth local frame, this function is expressed locally by $$\langle X, Y\rangle = g_{ij}X^i Y^j$$ and therefore is smooth. Similarly, we obtain a nonnegative real-valued function $$|X| = \langle X, X\rangle ^{1/2}$$, which is continuous everywhere and smooth on the open subset where $$X\ne 0$$.

A local frame $$(E_i)$$ for M on an open set U is said to be an orthonormal frame if the vectors $$E_1|_p,\dots , E_n|_p$$ are an orthonormal basis for $$T_pM$$ at each $$p\in U$$. Equivalently, $$(E_i)$$ is an orthonormal frame if and only if
$$\begin{aligned} \langle E_i, E_j\rangle = \delta _{ij}, \end{aligned}$$
in which case g has the local expression
$$\begin{aligned} g = (\varepsilon ^1)^2 + \dots + (\varepsilon ^n)^2, \end{aligned}$$
where $$(\varepsilon ^i)^2$$ denotes the symmetric product $$\varepsilon ^i\varepsilon ^i = \varepsilon ^i\otimes \varepsilon ^i$$.

Proposition 2.8

(Existence of Orthonormal Frames). Let (Mg) be a Riemannian n-manifold with or without boundary. If $$(X_j)$$ is any smooth local frame for TM over an open subset $$U\subseteq M$$, then there is a smooth orthonormal frame $$(E_j)$$ over U such that $$\mathrm{{span}}\big (E_1|_p,\dots , E_k|_p\big ) = \mathrm{{span}}\big (X_1|_p,\dots , X_k|_p\big )$$ for each $$k=1,\dots , n$$ and each $$p\in U$$. In particular, for every $$p\in M$$, there is a smooth orthonormal frame $$(E_j)$$ defined on some neighborhood of p.

Proof.

Applying the Gram–Schmidt algorithm to the vectors $$\big (X_1|_p,\dots , X_n|_p\big )$$ at each $$p\in U$$, we obtain an ordered n-tuple of rough orthonormal vector fields $$(E_1,\dots , E_n)$$ over U satisfying the span conditions. Because the vectors whose norms appear in the denominators of (2.5)–(2.6) are nowhere vanishing, those formulas show that each vector field $$E_j$$ is smooth. The last statement of the proposition follows by applying this construction to any smooth local frame in a neighborhood of p. $$\square $$

Warning: A common mistake made by beginners is to assume that one can find coordinates near p such that the coordinate frame $$(\partial _i)$$ is orthonormal. Proposition 2.8 does not show this. In fact, as we will see in Chapter 7, this is possible only when the metric is flat, that is, locally isometric to the Euclidean metric.

For a Riemannian manifold (Mg) with or without boundary, we define the unit tangent bundle to be the subset $$UTM\subseteq TM$$ consisting of unit vectors:
$$\begin{aligned} UTM = \left\{ (p, v)\in TM: |v|_g = 1\right\} . \end{aligned}$$
(2.10)

Proposition 2.9

(Properties of the Unit Tangent Bundle). If (Mg) is a Riemannian manifold with or without boundary, its unit tangent bundle UTM is a smooth, properly embedded codimension-1 submanifold with boundary in TM, with $$\partial (UTM) = \pi ^{-1}(\partial M)$$ (where $$\pi :UTM\rightarrow M$$ is the canonical projection). The unit tangent bundle is connected if and only if M is connected, and compact if and only if M is compact.

$$\blacktriangleright $$ Exercise 2.10. Use local orthonormal frames to prove the preceding proposition.

Methods for Constructing Riemannian Metrics

Many examples of Riemannian manifolds arise naturally as submanifolds, products, and quotients of other Riemannian manifolds. In this section, we introduce some of the tools for constructing such metrics.

Riemannian Submanifolds

Every submanifold of a Riemannian manifold automatically inherits a Riemannian metric, and many interesting Riemannian metrics are defined in this way. The key fact is the following lemma.

Lemma 2.11.

Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a Riemannian manifold with or without boundary, M is a smooth manifold with or without boundary, and $$F:M\rightarrow {{\widetilde{M}}}$$ is a smooth map. The smooth 2-tensor field $$g=F^*\tilde{g}$$ is a Riemannian metric on M if and only if F is an immersion.

$$\blacktriangleright $$ Exercise 2.12. Prove Lemma 2.11.

Suppose $$\big ({{\widetilde{M}}},\tilde{g}\big )$$ is a Riemannian manifold with or without boundary. Given a smooth immersion $$F:M\rightarrow {{\widetilde{M}}}$$, the metric $$g=F^*\tilde{g}$$ is called the metric induced by $${\varvec{F}}$$. On the other hand, if M is already endowed with a given Riemannian metric g, an immersion or embedding $$F:M\rightarrow {{\widetilde{M}}}$$ satisfying $$F^*\tilde{g}=g$$ is called an isometric immersion or isometric embedding, respectively. Which terminology is used depends on whether the metric on M is considered to be given independently of the immersion or not.

The most important examples of induced metrics occur on submanifolds. Suppose $$M\subseteq {{\widetilde{M}}}$$ is an (immersed or embedded) submanifold, with or without boundary. The induced metric on $${\varvec{M}}$$ is the metric $$g=\iota ^*\tilde{g}$$ induced by the inclusion map $$\iota :M\mathrel {\hookrightarrow }{{\widetilde{M}}}$$. With this metric, M is called a Riemannian submanifold (or Riemannian submanifold with boundary) of $${{\widetilde{M}}}$$. We always consider submanifolds (with or without boundary) of Riemannian manifolds to be endowed with the induced metrics unless otherwise specified.

If (Mg) is a Riemannian submanifold of $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$, then for every $$p\in M$$ and $$v, w\in T_pM$$, the definition of the induced metric reads
$$\begin{aligned} g_p(v, w) = {\tilde{g}}_p \big ( d\iota _p(v), d\iota _p(w) \big ). \end{aligned}$$
Because we usually identify $$T_pM$$ with its image in $$T_p{{\widetilde{M}}}$$ under $$d\iota _p$$, and think of $$d\iota _p$$ as an inclusion map, what this really amounts to is $$g_p(v,w) = {\tilde{g}}_p(v, w)$$ for $$v, w\in T_pM$$. In other words, the induced metric g is just the restriction of $${\tilde{g}}$$ to vectors tangent to M. Many of the examples of Riemannian metrics that we will encounter are obtained in this way, starting with the following.

Example 2.13

(Spheres). For each positive integer n, the unit n-sphere $$\mathbb S^n\subseteq \mathbb {R}^{n+1}$$ is an embedded n-dimensional submanifold. The Riemannian metric induced on $$\mathbb S^n$$ by the Euclidean metric is denoted by $$\mathring{g}$$ and known as the round metric or standard metric on $$\mathbb S^n$$. //

The next lemma describes one of the most important tools for studying Riemannian submanifolds. If $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is an m-dimensional smooth Riemannian manifold and $$M\subseteq {{\widetilde{M}}}$$ is an n-dimensional submanifold (both with or without boundary), a local frame $$(E_1,\dots , E_m)$$ for $${{\widetilde{M}}}$$ on an open subset $${\smash [t]{\tilde{U}}}\subseteq {{\widetilde{M}}}$$ is said to be adapted to $${\varvec{M}}$$ if the first n vector fields $$(E_1,\dots , E_n)$$ are tangent to M. In case $${{\widetilde{M}}}$$ has empty boundary (so that slice coordinates are available), adapted local orthonormal frames are easy to find.

Proposition 2.14

(Existence of Adapted Orthonormal Frames). Let $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ be a Riemannian manifold (without boundary), and let $$M\subseteq {{\widetilde{M}}}$$ be an embedded smooth submanifold with or without boundary. Given $$p\in M$$, there exist a neighborhood $${\smash [t]{\tilde{U}}}$$ of p in $${{\widetilde{M}}}$$ and a smooth orthonormal frame for $${{\widetilde{M}}}$$ on $${\smash [t]{\tilde{U}}}$$ that is adapted to M.

$$\blacktriangleright $$ Exercise 2.15. Prove the preceding proposition. [Hint: Apply the Gram–Schmidt algorithm to a coordinate frame in slice coordinates (see Prop. A.22).]

Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a Riemannian manifold and $$M\subseteq {{\widetilde{M}}}$$ is a smooth submanifold with or without boundary in $${{\widetilde{M}}}$$. Given $$p\in M$$, a vector $$\nu \in T_p{{\widetilde{M}}}$$ is said to be normal to $${\varvec{M}}$$ if $$\langle \nu , w\rangle =0$$ for every $$w\in T_pM$$. The space of all vectors normal to M at p is a subspace of $$T_p{{\widetilde{M}}}$$, called the normal space at $${\varvec{p}}$$ and denoted by $$N_p M = (T_pM)^\perp $$. At each $$p\in M$$, the ambient tangent space $$T_p{{\widetilde{M}}}$$ splits as an orthogonal direct sum $$T_p{{\widetilde{M}}}=T_pM\oplus N_p M$$. A section N of the ambient tangent bundle $$T{{\widetilde{M}}}|_M$$ is called a normal vector field along $${\varvec{M}}$$ if $$N_p\in N_pM$$ for each $$p\in M$$. The set
$$\begin{aligned} N{M}= \coprod _{p\in M} N_p M \end{aligned}$$
is called the normal bundle of $${\varvec{M}}$$.

Proposition 2.16

(The Normal Bundle). If $${{\widetilde{M}}}$$ is a Riemannian m-manifold and $$M\subseteq {{\widetilde{M}}}$$ is an immersed or embedded n-dimensional submanifold with or without boundary, then $$N{M}$$ is a smooth rank-$$(m-n)$$ vector subbundle of the ambient tangent bundle $$T{{\widetilde{M}}}|_M$$. There are smooth bundle homomorphisms
$$\begin{aligned} \pi ^\top :T{{\widetilde{M}}}|_M \rightarrow TM, \qquad \pi ^\perp :T{{\widetilde{M}}}|_M \rightarrow N{M}, \end{aligned}$$
called the tangential and normal projections, that for each $$p\in M$$ restrict to orthogonal projections from $$T_p{{\widetilde{M}}}$$ to $$T_pM$$ and $$N_pM$$, respectively.

Proof.

Given any point $$p\in M$$, Theorem A.16 shows that there is a neighborhood U of p in M that is embedded in $${{\widetilde{M}}}$$, and then Proposition 2.14 shows that there is a smooth orthonormal frame $$(E_1,\dots , E_m)$$ that is adapted to U on some neighborhood $${\smash [t]{\tilde{U}}}$$ of p in $${{\widetilde{M}}}$$. This means that the restrictions of $$(E_1,\dots , E_n)$$ to $${\smash [t]{\tilde{U}}}\cap U$$ form a local orthonormal frame for M. Given such an adapted frame, the restrictions of the last $$m-n$$ vector fields $$(E_{n+1},\dots , E_m)$$ to M form a smooth local frame for $$N{M}$$, so it follows from Lemma A.34 that $$N{M}$$ is a smooth subbundle.

The bundle homomorphisms $$\pi ^\top $$ and $$\pi ^\perp $$ are defined pointwise as orthogonal projections onto the tangent and normal spaces, respectively, which shows that they are uniquely defined. In terms of an adapted orthonormal frame, they can be written
$$\begin{aligned} \pi ^\top \big ( X^1 E_1 + \dots + X^m E_m\big )&= X^{1} E_{1} + \dots + X^n E_n,\\ \pi ^\perp \big ( X^1 E_1 + \dots + X^m E_m\big )&= X^{n+1} E_{n+1} + \dots + X^m E_m, \end{aligned}$$
which shows that they are smooth. $$\square $$

In case $${{\widetilde{M}}}$$ is a manifold with boundary, the preceding constructions do not always work, because there is not a fully general construction of slice coordinates in that case. However, there is a satisfactory result in case the submanifold is the boundary itself, using boundary coordinates in place of slice coordinates.

Suppose (Mg) is a Riemannian manifold with boundary. We will always consider $$\partial M$$ to be a Riemannian submanifold with the induced metric.

Proposition 2.17

(Existence of Outward-Pointing Normal). If (Mg) is a smooth Riemannian manifold with boundary, the normal bundle to $$\partial M$$ is a smooth rank-1 vector bundle over $$\partial M$$, and there is a unique smooth outward-pointing unit normal vector field along all of $$\partial M$$.

$$\blacktriangleright $$ Exercise 2.18. Prove this proposition. [Hint: Use the paragraph preceding Prop. B.17 as a starting point.]

Computations on a submanifold $$M\subseteq {{\widetilde{M}}}$$ are usually carried out most conveniently in terms of a smooth local parametrization: this is a smooth map $$X:U\rightarrow {{\widetilde{M}}}$$, where U is an open subset of $$\mathbb {R}^n$$ (or $$\mathbb {R}^n_+$$ in case M has a boundary), such that X(U) is an open subset of M, and such that X, regarded as a map from U into M, is a diffeomorphism onto its image. Note that we can think of X either as a map into M or as a map into $${{\widetilde{M}}}$$; both maps are typically denoted by the same symbol X. If we put $$V=X(U)\subseteq M$$ and $$\varphi = X^{-1}:V\rightarrow U$$, then $$(V,\varphi )$$ is a smooth coordinate chart on M.

Suppose (Mg) is a Riemannian submanifold of $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ and $$X:U\rightarrow {{\widetilde{M}}}$$ is a smooth local parametrization of M. The coordinate representation of g in these coordinates is given by the following 2-tensor field on U:
$$\begin{aligned} \big (\varphi ^{-1}\big )^* g = X^*g = X^*\iota ^*\tilde{g} = (\iota \circ X)^* \tilde{g}. \end{aligned}$$
Since $$\iota \circ X$$ is just the map X itself, regarded as a map into $${{\widetilde{M}}}$$, this is really just $$X^*\tilde{g}$$. The simplicity of the formula for the pullback of a tensor field makes this expression exceedingly easy to compute, once a coordinate expression for $$\tilde{g}$$ is known. For example, if M is an immersed n-dimensional Riemannian submanifold of $$\mathbb {R}^m$$ and $$X:U\rightarrow \mathbb {R}^m$$ is a smooth local parametrization of M, the induced metric on U is just
$$\begin{aligned} g = X^*{\bar{g}}= \sum _{i=1}^m (dX^i)^2 = \sum _{i=1}^m \left( \sum _{j=1}^n \frac{\partial X^i}{\partial u^j} du^j \right) ^2 = \sum _{i=1}^m\sum _{j, k=1}^n \frac{\partial X^i}{\partial u^j} \frac{\partial X^i}{\partial u^k} du^j\, du^k. \end{aligned}$$

Example 2.19

(Metrics in Graph Coordinates). If $$U\subseteq \mathbb {R}^n$$ is an open set and $$f:U\rightarrow \mathbb {R}$$ is a smooth function, then the graph of $${\varvec{f}}$$ is the subset $$\Gamma (f) = \{(x, f(x)): x\in U\}\subseteq \mathbb {R}^{n+1}$$, which is an embedded submanifold of dimension n. It has a global parametrization $$X:U\rightarrow \mathbb {R}^{n+1}$$ called a graph parametrization, given by $$X(u) = (u, f(u))$$; the corresponding coordinates $$(u^1,\dots , u^n)$$ on M are called graph coordinates. In graph coordinates, the induced metric of $$\Gamma (f)$$ is
$$\begin{aligned} X^*{\bar{g}}= X^* \left( \left( dx^1\right) ^2 + \dots + \left( dx^{n+1}\right) ^2\right) = \left( du^1\right) ^2 + \dots + \left( du^n\right) ^2 + df^2. \end{aligned}$$
Applying this to the upper hemisphere of $$\mathbb S^2$$ with the parametrization $$X:\mathbb B^2\rightarrow \mathbb {R}^{3}$$ given by
$$\begin{aligned} X(u,v) = \left( u, v,\sqrt{1-u^2-v^2}\right) , \end{aligned}$$
we see that the round metric on $$\mathbb S^2$$ can be written locally as
../images/56724_2_En_2_Chapter/56724_2_En_2_Equ103_HTML.png

Example 2.20

(Surfaces of Revolution). Let H be the half-plane $$\{(r, z): r>0\}$$, and suppose $$C\subseteq H$$ is an embedded 1-dimensional submanifold. The surface of revolution determined by C is the subset $$S_C\subseteq \mathbb {R}^3$$ given by
$$\begin{aligned} S_C= \left\{ (x,y, z): \left( \sqrt{x^2+y^2}, z\right) \in C\right\} . \end{aligned}$$
The set C is called its generating curve (see Fig. 2.1). Every smooth local parametrization $$\gamma (t)=(a(t), b(t))$$ for C yields a smooth local parametrization for $$S_C$$ of the form
$$\begin{aligned} X(t,\theta ) = (a(t)\cos \theta , a(t)\sin \theta , b(t)), \end{aligned}$$
(2.11)
provided that $$(t,\theta )$$ is restricted to a sufficiently small open set in the plane. The t-coordinate curves $$t\mapsto X(t,\theta _0)$$ are called meridians, and the $$\theta $$-coordinate curves $$\theta \mapsto X(t_0,\theta )$$ are called latitude circles. The induced metric on $$S_C$$ is
$$\begin{aligned} X^*{\bar{g}}&= d(a(t)\cos \theta )^2 + d(a(t)\sin \theta )^2 + d(b(t))^2\\&= (a'(t)\cos \theta \,dt - a(t)\sin \theta \, d\theta )^2 \\&\quad + (a'(t)\sin \theta \,dt + a(t)\cos \theta \, d\theta )^2 + (b'(t)dt)^2\\&= \bigl ( a'(t)^2 + b'(t)^2 \bigr ) dt^2 + a(t)^2 d\theta ^2. \end{aligned}$$
In particular, if $$\gamma $$ is a unit-speed curve (meaning that $$|\gamma '(t)|^2 = a'(t)^2+b'(t)^2\equiv 1$$), this reduces to $$dt^2 + a(t)^2 d\theta ^2$$.

Here are some examples of surfaces of revolution and their induced metrics.

  • If C is the semicircle $$r^2+z^2=1$$, parametrized by $$\gamma (\varphi ) {=} (\sin \varphi , \cos \varphi )$$ for $$0 {<} \varphi < \pi $$, then $$S_C$$ is the unit sphere (minus the north and south poles). The map $$X(\varphi ,\theta ) = ( \sin \varphi \cos \theta , \sin \varphi \sin \theta , \cos \varphi )$$ constructed above is called the spherical coordinate parametrization, and the induced metric is $$d\varphi ^2 + \sin ^2 \varphi \, d\theta ^2$$. (This example is the source of the terminology for meridians and latitude circles.)

  • If C is the circle $$(r-2)^2 + z^2 =1$$, parametrized by $$\gamma (t)=(2+\cos t, \sin t)$$, we obtain a torus of revolution, whose induced metric is $$dt^2 + (2+\cos t)^2 d\theta ^2$$.

  • If C is a vertical line parametrized by $$\gamma (t) = (1,t)$$, then $$S_C$$ is the unit cylinder $$ x^2+y^2=1$$, and the induced metric is $$dt^2 + d\theta ^2$$. Note that this means that the parametrization $$X:\mathbb {R}^2\rightarrow \mathbb {R}^3$$ is an isometric immersion.            //

../images/56724_2_En_2_Chapter/56724_2_En_2_Fig1_HTML.png
Fig. 2.1:

A surface of revolution

Example 2.21

(The $$\varvec{n}$$-Torus as a Riemannian Submanifold). The smooth covering map $$X:\mathbb {R}^n\rightarrow \mathbb T^n$$ described in Example A.52 restricts to a smooth local parametrization on any sufficiently small open subset of $$\mathbb {R}^n$$, and the induced metric is equal to the Euclidean metric in $$(u^i)$$ coordinates, and therefore the induced metric on $$\mathbb T^n$$ is flat. //

$$\blacktriangleright $$ Exercise 2.22. Verify the claims in Examples 2.192.21.

Riemannian Products

Next we consider products. If $$(M_1,g_1)$$ and $$(M_2,g_2)$$ are Riemannian manifolds, the product manifold $$M_1\times M_2$$ has a natural Riemannian metric $$g=g_1\oplus g_2$$, called the product metric, defined by
$$\begin{aligned} g_{(p_1,p_2)}\big ((v_1,v_2), (w_1,w_2)\big ) = g_1\big |_{p_1}(v_1,w_1) + g_2\big |_{p_2}(v_2,w_2), \end{aligned}$$
(2.12)
where $$(v_1,v_2)$$ and $$(w_1,w_2)$$ are elements of $$T_{p_1}M_1 \oplus T_{p_2}M_2$$, which is naturally identified with $$T_{(p_1,p_2)}(M_1\times M_2)$$. Smooth local coordinates $$(x^1,\dots , x^n)$$ for $$M_1$$ and $$(x^{n+1},\dots , x^{n+m})$$ for $$M_2$$ give coordinates $$(x^1,\dots , x^{n+m})$$ for $$M_1\times M_2$$. In terms of these coordinates, the product metric has the local expression $$g = g_{ij}dx^i dx^j$$, where $$(g_{ij})$$ is the block diagonal matrix
$$\begin{aligned} (g_{ij}) = \left( \begin{matrix} (g_1)_{ab} &{} 0\\ 0 &{} (g_2)_{cd} \end{matrix} \right) ; \end{aligned}$$
here the indices ab run from 1 to n, and cd run from $$n+1$$ to $$n+m$$. Product metrics on products of three or more Riemannian manifolds are defined similarly.

$$\blacktriangleright $$ Exercise 2.23. Show that the induced metric on $$\mathbb T^n$$ described in Exercise 2.21 is equal to the product metric obtained from the usual induced metric on $$\mathbb S^1\subseteq \mathbb {R}^2$$.

Here is an important generalization of product metrics. Suppose $$(M_1,g_1)$$ and $$(M_2,g_2)$$ are two Riemannian manifolds, and $$f:M_1\rightarrow \mathbb {R}^+$$ is a strictly positive smooth function. The warped product $$M_1\times _f M_2$$ is the product manifold $$M_1\times M_2$$ endowed with the Riemannian metric $$g = g_1 \oplus f^2 g_2$$, defined by
$$\begin{aligned} g_{(p_1,p_2)}\big ((v_1,v_2), (w_1,w_2)\big ) = g_1\big |_{p_1} (v_1,w_1)+ f(p_1)^2 g_2\big |_{p_2}(v_2,w_2), \end{aligned}$$
where $$(v_1,v_2),(w_1,w_2)\in T_{p_1}M_1 \oplus T_{p_2}M_2$$ as before. (Despite the similarity with the notation for product metrics, $$g_1\oplus f^2 g_2$$ is generally not a product metric unless f is constant.) A wide variety of metrics can be constructed in this way; here are just a few examples.

Example 2.24

(Warped Products).
  1. (a)

    With $$f\equiv 1$$, the warped product $$M_1\times _f M_2$$ is just the space $$M_1\times M_2$$ with the product metric.

     
  2. (b)

    Every surface of revolution can be expressed as a warped product, as follows. Let H be the half-plane $$\{(r, z):r>0\}$$, let $$C\subseteq H$$ be an embedded smooth 1-dimensional submanifold, and let $$S_C\subseteq \mathbb {R}^3$$ denote the corresponding surface of revolution as in Example 2.20. Endow C with the Riemannian metric induced from the Euclidean metric on H, and let $$\mathbb S^1$$ be endowed with its standard metric. Let $$f:C\rightarrow \mathbb {R}$$ be the distance to the z-axis: $$f(r,z)\,{=}\, r$$. Then Problem 2-3 shows that $$S_C$$ is isometric to the warped product $$C\times _f\mathbb S^1$$.

     
  3. (c)

    If we let $$\rho $$ denote the standard coordinate function on $$\mathbb {R}^+\subseteq \mathbb {R}$$, then the map $$\varPhi (\rho ,\omega ) = \rho \omega $$ gives an isometry from the warped product $$\mathbb {R}^+\times _\rho \mathbb S^{n-1}$$ to ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq363_HTML.gif with its Euclidean metric (see Problem 2-4). //

     

Riemannian Submersions

Unlike submanifolds and products of Riemannian manifolds, which automatically inherit Riemannian metrics of their own, quotients of Riemannian manifolds inherit Riemannian metrics only under very special circumstances. In this section, we see what those circumstances are.

Suppose $${{\widetilde{M}}}$$ and M are smooth manifolds, $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a smooth submersion, and $${\tilde{g}}$$ is a Riemannian metric on $${{\widetilde{M}}}$$. By the submersion level set theorem (Corollary A.25), each fiber $$\widetilde{M}_y = \pi ^{-1}(y)$$ is a properly embedded smooth submanifold of $${{\widetilde{M}}}$$. At each point $$x\in \widetilde{M}$$, we define two subspaces of the tangent space $$T_{x} {{\widetilde{M}}}$$ as follows: the vertical tangent space at $${\varvec{x}}$$ is
$$\begin{aligned} V_{x} = {{\,\mathrm{Ker}\,}}d\pi _x = T_{x} \big ({{\widetilde{M}}}_{\pi (x)}\big ) \end{aligned}$$
(that is, the tangent space to the fiber containing x), and the horizontal tangent space at $${\varvec{x}}$$ is its orthogonal complement:
$$\begin{aligned} H_{x} = (V_x)^\perp . \end{aligned}$$
Then the tangent space $$T_{x} {{\widetilde{M}}}$$ decomposes as an orthogonal direct sum $$T_{x} {{\widetilde{M}}}= H_{x} \oplus V_{x}$$. Note that the vertical space is well defined for every submersion, because it does not refer to the metric; but the horizontal space depends on the metric.

A vector field on $${{\widetilde{M}}}$$ is said to be a horizontal vector field if its value at each point lies in the horizontal space at that point; a vertical vector field is defined similarly. Given a vector field X on M, a vector field $$\tilde{X}$$ on $${{\widetilde{M}}}$$ is called a horizontal lift of $${\varvec{X}}$$ if $$\tilde{X}$$ is horizontal and $$\pi $$-related to X. (The latter property means that $$d\pi _x\big ({{\tilde{X}}}_x \big )= X_{\pi (x)}$$ for each $$x\in {{\widetilde{M}}}$$.)

The next proposition is the principal tool for doing computations on Riemannian submersions.

Proposition 2.25

(Properties of Horizontal Vector Fields). Let $${{\widetilde{M}}}$$ and M be smooth manifolds, let $$\pi :{{\widetilde{M}}}\rightarrow M$$ be a smooth submersion, and let $$\tilde{g}$$ be a Riemannian metric on $${{\widetilde{M}}}$$.

  1. (a)

    Every smooth vector field W on $${{\widetilde{M}}}$$ can be expressed uniquely in the form $$W = W^H + W^V$$, where $$W^H$$ is horizontal, $$W^V$$ is vertical, and both $$W^H$$ and $$W^V$$ are smooth.

     
  2. (b)

    Every smooth vector field on M has a unique smooth horizontal lift to $${{\widetilde{M}}}$$.

     
  3. (c)

    For every $$x\in {{\widetilde{M}}}$$ and $$v\in H_x$$, there is a vector field $$X\in \mathfrak X(M)$$ whose horizontal lift $${{\tilde{X}}}$$ satisfies $${{\tilde{X}}}_x = v$$.

     

Proof.

Let $$p\in {{\widetilde{M}}}$$ be arbitrary. Because $$\pi $$ is a smooth submersion, the rank theorem (Theorem A.15) shows that there exist smooth coordinate charts $$\big ({\smash [t]{\tilde{U}}},\big (x^i\big )\big )$$ centered at p and $$\big (U,\big (u^j\big )\big )$$ centered at $$\pi (p)$$ in which $$\pi $$ has the coordinate representation
$$\begin{aligned} \pi \big (x^1,\dots ,x^n, x^{n+1},\dots , x^m\big ) = \big (x^1,\dots , x^n\big ), \end{aligned}$$
where $$m=\dim {{\widetilde{M}}}$$ and $$n=\dim M$$. It follows that at each point $$q\in {\smash [t]{\tilde{U}}}$$, the vertical space $$V_q$$ is spanned by the vectors $$\partial _{n+1}|_q,\dots ,\partial _m|_q$$. (It probably will not be the case, however, that the horizontal space is spanned by the other n basis vectors.) If we apply the Gram–Schmidt algorithm to the ordered frame $$\big (\partial _{n+1},\dots ,\partial _m, \partial _{1},\dots ,\partial _n\big )$$, we obtain a smooth orthonormal frame $$(E_1,\dots , E_m)$$ on $${\smash [t]{\tilde{U}}}$$ such that $$V_q$$ is spanned by $$(E_1|_q,\dots , E_{m-n}|_q)$$ at each $$q\in {\smash [t]{\tilde{U}}}$$. It follows that $$H_q$$ is spanned by $$(E_{m-n+1}|_q,\dots , E_{m}|_q)$$.

Now let $$W\in \mathfrak X\big ({{\widetilde{M}}}\big )$$ be arbitrary. At each point $$q\in \widetilde{M}$$, $$W_q$$ can be written uniquely as a sum of a vertical vector plus a horizontal vector, thus defining a decomposition $$W = W^V + W^H$$ into rough vertical and horizontal vector fields. To see that they are smooth, just note that in a neighborhood of each point we can express W in terms of a frame $$(E_1,\dots , E_m)$$ of the type constructed above as $$W = W^1E_1 + \dots + W^mE_m$$ with smooth coefficients $$\big (W^i\big )$$, and then it follows that $$W^V = W^1E_1+\dots +W^{m-n}E_{m-n}$$ and $$W^H = W^{m-n+1}E_{m-n+1} + \dots + W^m E_m$$, both of which are smooth.

The proofs of (b) and (c) are left to Problem 2-5. $$\square $$

The fact that every horizontal vector at a point of $${{\widetilde{M}}}$$ can be extended to a horizontal lift on all of $${{\widetilde{M}}}$$ (part (c) of the preceding proposition) is highly useful for computations. It is important to be aware, though, that not every horizontal vector field on $${{\widetilde{M}}}$$ is a horizontal lift, as the next exercise shows.

$$\blacktriangleright $$ Exercise 2.26. Let $$\pi :\mathbb {R}^2\rightarrow \mathbb {R}$$ be the projection map $$\pi (x, y) = x$$, and let W be the smooth vector field $$y\partial _x$$ on $$\mathbb {R}^2$$. Show that W is horizontal, but there is no vector field on $$\mathbb {R}$$ whose horizontal lift is equal to W.

Now we can identify some quotients of Riemannian manifolds that inherit metrics of their own. Let us begin by describing what such a metric should look like.

Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ and (Mg) are Riemannian manifolds, and $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a smooth submersion. Then $$\pi $$ is said to be a Riemannian submersion if for each $$x\in {{\widetilde{M}}}$$, the differential $$d\pi _x$$ restricts to a linear isometry from $$H_x$$ onto $$T_{\pi (x)}M$$. In other words, $${\tilde{g}}_x(v,w) = g_{\pi (x)}(d\pi _x (v), d\pi _x (w))$$ whenever $$v, w\in H_x$$.

Example 2.27

(Riemannian Submersions).
  1. (a)

    The projection $$\pi :\mathbb {R}^{n+k}\rightarrow \mathbb {R}^n$$ onto the first n coordinates is a Riemannian submersion if $$\mathbb {R}^{n+k}$$ and $$\mathbb {R}^n$$ are both endowed with their Euclidean metrics.

     
  2. (b)

    If M and N are Riemannian manifolds and $$M{\times } N$$ is endowed with the product metric, then both projections $$\pi _M:M\times N\rightarrow M$$ and $$\pi _N:M\times N\rightarrow N$$ are Riemannian submersions.

     
  3. (c)

    If $$M\times _f N$$ is a warped product manifold, then the projection $$\pi _M:M\times _f N\rightarrow M$$ is a Riemannian submersion, but $$\pi _N$$ typically is not.//

     

Given a Riemannian manifold $$\big ({{\widetilde{M}}},\tilde{g}\big )$$ and a surjective submersion $$\pi :{{\widetilde{M}}}\rightarrow M$$, it is almost never the case that there is a metric on M that makes $$\pi $$ into a Riemannian submersion. It is not hard to see why: for this to be the case, whenever $$p_1,p_2\in {{\widetilde{M}}}$$ are two points in the same fiber $$\pi ^{-1}(y)$$, the linear maps $$\big ( d\pi _{p_i}|_{H_{p_i}}\big ){}^{-1}:T_yM\rightarrow H_{p_i}$$ both have to pull $$\tilde{g}$$ back to the same inner product on $$T_yM$$.

There is, however, an important special case in which there is such a metric. Suppose $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a smooth surjective submersion, and G is a group acting on $${{\widetilde{M}}}$$. (See Appendix C for a review of the basic definitions and terminology regarding group actions on manifolds.) We say that the action is vertical if every element $$\varphi \in G$$ takes each fiber to itself, meaning that ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq467_HTML.gif for all $$p\in {{\widetilde{M}}}$$. The action is transitive on fibers if for each $$p, q\in {{\widetilde{M}}}$$ such that $$\pi (p)=\pi (q)$$, there exists $$\varphi \in G$$ such that ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq472_HTML.gif.

If in addition $${{\widetilde{M}}}$$ is endowed with a Riemannian metric, the action is said to be an isometric action or an action by isometries, and the metric is said to be invariant under $${\varvec{G}}$$, if the map ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq475_HTML.gif is an isometry for each $$\varphi \in G$$. In that case, provided the action is effective (so that different elements of G define different isometries of $$\widetilde{M}$$), we can identify G with a subgroup of $$\mathrm {Iso}\big (\widetilde{M}, g\big )$$. Since an isometry is, in particular, a diffeomorphism, every isometric action is an action by diffeomorphisms.

Theorem 2.28.

Let $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ be a Riemannian manifold, let $$\pi :{{\widetilde{M}}}\rightarrow M$$ be a surjective smooth submersion, and let G be a group acting on $${{\widetilde{M}}}$$. If the action is isometric, vertical, and transitive on fibers, then there is a unique Riemannian metric on M such that $$\pi $$ is a Riemannian submersion.

Proof.

Problem 2-6. $$\square $$

The next corollary describes one important situation to which the preceding theorem applies.

Corollary 2.29.

Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a Riemannian manifold, and G is a Lie group acting smoothly, freely, properly, and isometrically on $${{\widetilde{M}}}$$. Then the orbit space $$M = {{\widetilde{M}}}/G$$ has a unique smooth manifold structure and Riemannian metric such that $$\pi $$ is a Riemannian submersion.

Proof.

Under the given hypotheses, the quotient manifold theorem (Thm. C.17) shows that M has a unique smooth manifold structure such that the quotient map $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a smooth submersion. It follows easily from the definitions in that case that the given action of G on $${{\widetilde{M}}}$$ is vertical and transitive on fibers. Since the action is also isometric, Theorem 2.28 shows that M inherits a unique Riemannian metric making $$\pi $$ into a Riemannian submersion. $$\square $$

Here is an important example of a Riemannian metric defined in this way. A larger class of such metrics is described in Problem 2-7.

Example 2.30

(The Fubini–Study Metric). Let n be a positive integer, and consider the complex projective space $$\mathbb C\mathbb P^n$$ defined in Example C.19. That example shows that the map ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq493_HTML.gif sending each point in ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq494_HTML.gif to its span is a surjective smooth submersion. Identifying $$\mathbb C^{n+1}$$ with $$\mathbb {R}^{2n+2}$$ endowed with its Euclidean metric, we can view the unit sphere $$\mathbb S^{2n+1}$$ with its round metric $$\mathring{g}$$ as an embedded Riemannian submanifold of ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq499_HTML.gif. Let $$p:\mathbb S^{2n+1}\rightarrow \mathbb C\mathbb P^n$$ denote the restriction of the map $$\pi $$. Then p is smooth, and it is surjective, because every 1-dimensional complex subspace contains elements of unit norm. We need to show that it is a submersion. Let $$z_0\in \mathbb S^{2n+1}$$ and set $$\zeta _0 = p(z_0)\in \mathbb C\mathbb P^n$$. Since $$\pi $$ is a smooth submersion, it has a smooth local section $$\sigma :U\rightarrow \mathbb C^{n+1}$$ defined on a neighborhood U of $$\zeta _0$$ and satisfying $$\sigma (\zeta _0)=z_0$$ (Thm. A.17). Let ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq508_HTML.gif be the radial projection onto the sphere:
$$\begin{aligned} \nu (z) = \frac{z}{|z|}. \end{aligned}$$
Since dividing an element of $$\mathbb C^{n+1}$$ by a nonzero scalar does not change its span, it follows that $$p\circ \nu = \pi $$. Therefore, if we set $$\tilde{\sigma }= \nu \circ \sigma $$, we have $$p\circ \tilde{\sigma }= p\circ \nu \circ \sigma = \pi \circ \sigma = {{\,\mathrm{Id}\,}}_U$$, so $$\tilde{\sigma }$$ is a local section of p. By Theorem A.17, this shows that p is a submersion.
Define an action of $$\mathbb S^1$$ on $$\mathbb S^{2n+1}$$ by complex multiplication:
$$\begin{aligned} \lambda \cdot \big (z^1,\dots , z^{n+1}\big ) = \big (\lambda z^1,\dots ,\lambda z^{n+1}\big ), \end{aligned}$$
for $$\lambda \in \mathbb S^1$$ (viewed as a complex number of norm 1) and $$z=\big (z^1,\dots , z^{n+1}\big )\in \mathbb S^{2n+1}$$. This is easily seen to be isometric, vertical, and transitive on fibers of p. By Theorem 2.28, therefore, there is a unique metric on $$\mathbb C\mathbb P^{n}$$ such that the map $$p:\mathbb S^{2n+1}\rightarrow \mathbb C\mathbb P^n$$ is a Riemannian submersion. This metric is called the Fubini–Study metric; you will have a chance to study its geometric properties in Problems 3-19 and 8-13. //

Riemannian Coverings

Another important special case of Riemannian submersions occurs in the context of covering maps. Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ and (Mg) are Riemannian manifolds. A smooth covering map $$\pi :{{\widetilde{M}}}\rightarrow M$$ is called a Riemannian covering if it is a local isometry.

Proposition 2.31.

Suppose $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a smooth normal covering map, and $$\tilde{g}$$ is any metric on $${{\widetilde{M}}}$$ that is invariant under all covering automorphisms. Then there is a unique metric g on M such that $$\pi $$ is a Riemannian covering.

Proof.

Proposition A.49 shows that $$\pi $$ is a surjective smooth submersion. The automorphism group acts vertically by definition, and Proposition C.21 shows that it acts transitively on fibers when the covering is normal. It then follows from Theorem 2.28 that there is a unique metric g on M such that $$\pi $$ is a Riemannian submersion. Since a Riemannian submersion between manifolds of the same dimension is a local isometry, it follows that $$\pi $$ is a Riemannian covering. $$\square $$

Proposition 2.32.

Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a Riemannian manifold, and $$\varGamma $$ is a discrete Lie group acting smoothly, freely, properly, and isometrically on $${{\widetilde{M}}}$$. Then $${{\widetilde{M}}}/\varGamma $$ has a unique Riemannian metric such that the quotient map $$\pi :{{\widetilde{M}}}\rightarrow {{\widetilde{M}}}/\varGamma $$ is a normal Riemannian covering.

Proof.

Proposition C.23 shows that $$\pi $$ is a smooth normal covering map, and Proposition 2.31 shows that $$M = {{\widetilde{M}}}/\varGamma $$ has a unique Riemannian metric such that $$\pi $$ is a Riemannian covering. $$\square $$

Corollary 2.33.

Suppose (Mg) and $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ are connected Riemannian manifolds, $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a normal Riemannian covering map, and $$\varGamma = {{\,\mathrm{Aut}\,}}_\pi \big ({{\widetilde{M}}}\big )$$. Then M is isometric to $${{\widetilde{M}}}/\varGamma $$.

Proof.

Proposition C.20 shows that with the discrete topology, $$\varGamma $$ is a discrete Lie group acting smoothly, freely, and properly on $${{\widetilde{M}}}$$, and then Proposition C.23 shows that $${{\widetilde{M}}}/\varGamma $$ is a smooth manifold and the quotient map $$q:{{\widetilde{M}}}\rightarrow {{\widetilde{M}}}/\varGamma $$ is a smooth normal covering map. The fact that both $$\pi $$ and q are normal coverings implies that $$\varGamma $$ acts transitively on the fibers of both maps, so the two maps are constant on each other’s fibers. Proposition A.19 then implies that there is a diffeomorphism $$F:M\rightarrow {{\widetilde{M}}}/\varGamma $$ that satisfies $$q\circ F = \pi $$. Because both q and $$\pi $$ are local isometries, F is too, and because it is bijective it is a global isometry. $$\square $$

Example 2.34.

The two-element group $$\varGamma = \{\pm 1\}$$ acts smoothly, freely, properly, and isometrically on $$\mathbb S^n$$ by multiplication. Example C.24 shows that the quotient space is diffeomorphic to the real projective space $$\mathbb {R}\mathbb P^n$$ and the quotient map $$q:\mathbb S^n\rightarrow \mathbb {R}\mathbb P^n$$ is a smooth normal covering map. Because the action is isometric, Proposition 2.32 shows that there is a unique metric on $$\mathbb {R}\mathbb P^n$$ such that q is a Riemannian covering. //

Example 2.35

(The Open Möbius Band). The open Möbius band is the quotient space $$M = \mathbb {R}^2/\mathbb Z$$, where $$\mathbb Z$$ acts on $$\mathbb {R}^2$$ by ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq561_HTML.gif. This action is smooth, free, proper, and isometric, and therefore M inherits a flat Riemannian metric such that the quotient map is a Riemannian covering. (See Problem 2-8.) //

$$\blacktriangleright $$ Exercise 2.36. Let $$\mathbb T^n\subseteq \mathbb {R}^{2n}$$ be the n-torus with its induced metric. Show that the map $$X:\mathbb {R}^n\rightarrow \mathbb T^n$$ of Example 2.21 is a Riemannian covering.

Basic Constructions on Riemannian Manifolds

Every Riemannian metric yields an abundance of useful constructions on manifolds, besides the obvious ones of lengths of vectors and angles between them. In this section we describe the most basic ones. Throughout this section M is a smooth manifold with or without boundary.

Raising and Lowering Indices

One elementary but important property of Riemannian metrics is that they allow us to convert vectors to covectors and vice versa. Given a Riemannian metric g on M, we define a bundle homomorphism $$\hat{g}:TM\rightarrow T^*M$$ by setting
$$\begin{aligned} \hat{g}(v)(w) = g_p(v, w) \end{aligned}$$
for all $$p\in M$$ and $$v, w\in T_pM$$. If X and Y are smooth vector fields on M, this yields
$$\begin{aligned} \hat{g}(X)(Y) = g(X, Y), \end{aligned}$$
which implies, first, that $$\hat{g}(X)(Y)$$ is linear over $$C^\infty (M)$$ in Y and thus $$\hat{g}(X)$$ is a smooth covector field by the tensor characterization lemma (Lemma B.6); and second, that the covector field $$\hat{g}(X)$$ is linear over $$C^\infty (M)$$ as a function of X, and thus $$\hat{g}$$ is a smooth bundle homomorphism.
Given a smooth local frame $$(E_i)$$ and its dual coframe $$\big (\varepsilon ^i\big )$$, let $$g=g_{ij}\,\varepsilon ^i\,\varepsilon ^j$$ be the local expression for g. If $$X = X^i E_i$$ is a smooth vector field, the covector field $$\hat{g}(X)$$ has the coordinate expression
$$\begin{aligned} \hat{g}(X) = \big (g_{ij} X^i\big )\varepsilon ^j. \end{aligned}$$
Thus the matrix of $$\hat{g}$$ in any local frame is the same as the matrix of g itself.
Given a vector field X, it is standard practice to denote the components of the covector field $$\hat{g}(X)$$ by
$$\begin{aligned} X_j = g_{ij} X^i, \end{aligned}$$
so that
$$\begin{aligned} \hat{g}(X) = X_j \varepsilon ^j, \end{aligned}$$
and we say that $$\hat{g}(X)$$ is obtained from X by lowering an index. With this in mind, the covector field $$\hat{g}(X)$$ is denoted by $$X^\flat $$ and called X flat, borrowing from the musical notation for lowering a tone.
Because the matrix $$(g_{ij})$$ is nonsingular at each point, the map $$\hat{g}$$ is invertible, and the matrix of $$\hat{g}^{-1}$$ is just the inverse matrix of $$(g_{ij})$$. We denote this inverse matrix by $$\bigl (g^{ij}\bigr )$$, so that $$g^{ij}g_{jk} = g_{kj}g^{ji} = \delta ^i_k$$. The symmetry of $$g_{ij}$$ easily implies that $$\bigl (g^{ij}\bigr )$$ is also symmetric in i and j. In terms of a local frame, the inverse map $$\hat{g}^{-1}$$ is given by
$$\begin{aligned} \hat{g}^{-1} (\omega ) = \omega ^i E_i, \end{aligned}$$
where
$$\begin{aligned} \omega ^i = g^{ij}\omega _j. \end{aligned}$$
(2.13)
If $$\omega $$ is a covector field, the vector field $$\hat{g}^{-1}(\omega )$$ is called (what else?) $${\varvec{\omega }}$$ sharp and denotedby $${\omega }^\sharp $$, and we say that it is obtained from $${\omega }$$ by raising an index. The two inverse isomorphisms $$\flat $$ and $$\sharp $$ are known as the musical isomorphisms.
Probably the most important application of the sharp operator is to extend the classical gradient operator to Riemannian manifolds. If g is a Riemannian metric on M and $$f:M\rightarrow \mathbb {R}$$ is a smooth function, the gradient of $${\varvec{f}}$$ is the vector field $${{\,\mathrm{grad}\,}}\, f = (df)^\sharp $$ obtained from df by raising an index. Unwinding the definitions, we see that $${{\,\mathrm{grad}\,}}\, f$$ is characterized by the fact that
$$\begin{aligned} df_p(w)=\big \langle {{\,\mathrm{grad}\,}}\,f|_p, w\big \rangle \qquad \text {for all}\; p\in M, w\in T_pM, \end{aligned}$$
(2.14)
and has the local basis expression
$$\begin{aligned} {{\,\mathrm{grad}\,}}\, f = \bigl (g^{ij} E_i f\bigr )E_j. \end{aligned}$$
Thus if $$(E_i)$$ is an orthonormal frame, then $${{\,\mathrm{grad}\,}}\, f$$ is the vector field whose components are the same as the components of df; but in other frames, this will not be the case.

The next proposition shows that the gradient has the same geometric interpretation on a Riemannian manifold as it does in Euclidean space. If f is a smooth real-valued function on a smooth manifold M, recall that a point $$p\in M$$ is called a regular point of $${\varvec{f}}$$ if $$df_p\ne 0$$, and a critical point of $${\varvec{f}}$$ otherwise; and a level set $$f^{-1}(c)$$ is called a regular level set if every point of $$f^{-1}(c)$$ is a regular point of f (see Appendix A). Corollary A.26 shows that each regular level set is an embedded smooth hypersurface in M.

Proposition 2.37.

Suppose (Mg) is a Riemannian manifold, $$f\in C^\infty (M)$$, and $$\mathscr {R}\subseteq M$$ is the set of regular points of f. For each $$c\in \mathbb {R}$$, the set $$M_c= f^{-1}(c)\cap \mathscr {R}$$, if nonempty, is an embedded smooth hypersurface in M, and $${{\,\mathrm{grad}\,}}\, f$$ is everywhere normal to $$M_c$$.

Proof.

Problem 2-9. $$\square $$

The flat and sharp operators can be applied to tensors of any rank, in any index position, to convert tensors from covariant to contravariant or vice versa. Formally, this operation is defined as follows: if F is any (kl)-tensor and $$i\in \{1,\dots , k+l\}$$ is any covariant index position for F (meaning that the ith argument is a vector, not a covector), we can form a new tensor $$F^\sharp $$ of type $$(k+1,l-1)$$ by setting
$$\begin{aligned} F^\sharp \big (\alpha _1,\dots , \alpha _{k+l}\big ) = F\big (\alpha _1,\dots , \alpha _{i-1}, \alpha _i^\sharp , \alpha _{i+1},\dots , \alpha _{k+l}\big ) \end{aligned}$$
whenever $$\alpha _1,\dots ,\alpha _{k+1}$$ are vectors or covectors as appropriate. In any local frame, the components of $$F^\sharp $$ are obtained by multiplying the components of F by $$g^{kl}$$ and contracting one of the indices of $$g^{kl}$$ with the ith index of F. Similarly, if i is a contravariant index position, we can define a $$(k-1,l+1)$$-tensor $$F^\flat $$ by
$$\begin{aligned} F^\flat \big (\alpha _1,\dots , \alpha _{k+l}\big ) = F\big (\alpha _1,\dots , \alpha _{i-1}, \alpha _i^\flat , \alpha _{i+1},\dots , \alpha _{k+l}\big ). \end{aligned}$$
In components, it is computed by multiplying by $$g_{kl}$$ and contracting.
For example, if A is a mixed 3-tensor given in terms of a local frame by
../images/56724_2_En_2_Chapter/56724_2_En_2_Equ104_HTML.png
(see (B.6)), we can lower its middle index to obtain a covariant 3-tensor $$A^\flat $$ with components
../images/56724_2_En_2_Chapter/56724_2_En_2_Equ105_HTML.png
To avoid overly cumbersome notation, we use the symbols $$F^\sharp $$ and $$F^\flat $$ without explicitly specifying which index position the sharp or flat operator is to be applied to; when there is more than one choice, we will always stipulate in words what is meant.
Another important application of the flat and sharp operators is to extend the trace operator introduced in Appendix B to covariant tensors. If h is any covariant k-tensor field on a Riemannian manifold with $$k\ge 2$$, we can raise one of its indices (say the last one for definiteness) and obtain a $${(1,k-1)}$$-tensor $$h^\sharp $$. The trace of $$h^\sharp $$ is thus a well-defined covariant $$(k-2)$$-tensor field (see Exercise B.3). We define the trace of $${\varvec{h}}$$ with respect to $${\varvec{g}}$$ as
$$\begin{aligned} {{\,\mathrm{tr}\,}}_g h = {{\,\mathrm{tr}\,}}\big (h^\sharp \big ). \end{aligned}$$
Sometimes we may wish to raise an index other than the last, or to take the trace on a pair of indices other than the last covariant and contravariant ones. In each such case, we will say in words what is meant.
The most important case is that of a covariant 2-tensor field. In this case, $$h^\sharp $$ is a (1, 1)-tensor field, which can equivalently be regarded as an endomorphism field, and $${{\,\mathrm{tr}\,}}_g h$$ is just the ordinary trace of this endomorphism field. In terms of a basis, this is
$$\begin{aligned} {{\,\mathrm{tr}\,}}_g h = h_i{}^i = g^{ij} h_{ij}. \end{aligned}$$
In particular, in an orthonormal frame this is the ordinary trace of the matrix $$(h_{ij})$$ (the sum of its diagonal entries); but if the frame is not orthonormal, then this trace is different from the ordinary trace.

$$\blacktriangleright $$ Exercise 2.38. If g is a Riemannian metric on M and $$(E_i)$$ is a local frame on M, there is a potential ambiguity about what the expression $$\big (g^{ij}\big )$$ represents: we have defined it to mean the inverse matrix of $$(g_{ij})$$, but one could also interpret it as the components of the contravariant 2-tensor field $$g^{\sharp \sharp }$$ obtained by raising both of the indices of g. Show that these two interpretations lead to the same result.

Inner Products of Tensors

A Riemannian metric yields, by definition, an inner product on tangent vectors at each point. Because of the musical isomorphisms between vectors and covectors, it is easy to carry the inner product over to covectors as well.

Suppose g is a Riemannian metric on M, and $$x\in M$$. We can define an inner product on the cotangent space $$T_x^*M$$ by
$$\begin{aligned} \langle \omega , \eta \rangle _g = \langle \omega ^\sharp , \eta ^\sharp \rangle _g. \end{aligned}$$
(Just as with inner products of vectors, we might sometimes omit g from the notation when the metric is understood.) To see how to compute this, we just use the basis formula (2.13) for the sharp operator, together with the relation $$g_{kl} g^{ki}=g_{lk} g^{ki}=\delta ^i_l$$, to obtain
$$\begin{aligned} \langle \omega , \eta \rangle&= g_{kl} \big ( g^{ki}\omega _i\big ) \big (g^{lj}\eta _j\big )\\&= \delta ^i_l g^{lj} \omega _i\eta _j\\&= g^{ij}\omega _i\eta _j. \end{aligned}$$
In other words, the inner product on covectors is represented by the inverse matrix $$\big (g^{ij}\big )$$. Using our conventions for raising and lowering indices, this can also be written
$$\begin{aligned} \langle \omega , \eta \rangle = \omega _i \eta ^i = \omega ^j \eta _j. \end{aligned}$$
$$\blacktriangleright $$ Exercise 2.39. Let (Mg) be a Riemannian manifold with or without boundary, let $$(E_i)$$ be a local frame for M, and let $$(\varepsilon ^i)$$ be its dual coframe. Show that the following are equivalent:
  1. (a)

    $$(E_i)$$ is orthonormal.

     
  2. (b)

    $$(\varepsilon ^i)$$ is orthonormal.

     
  3. (c)

    $$(\varepsilon ^i)^\sharp = E_i$$ for each i.

     

This construction can be extended to tensor bundles of any rank, as the following proposition shows. First a bit of terminology: if $$E\rightarrow M$$ is a smooth vector bundle, a smooth fiber metric on $${\varvec{E}}$$ is an inner product on each fiber $$E_p$$ that varies smoothly, in the sense that for any (local) smooth sections $$\sigma ,\tau $$ of E, the inner product $$\left\langle \sigma ,\tau \right\rangle $$ is a smooth function.

Proposition 2.40

(Inner Products of Tensors). Let (Mg) be an n-dimensional Riemannian manifold with or without boundary. Thereis a unique smooth fiber metric on each tensor bundle $$T^{(k, l)}TM$$ with the property that if $$\alpha _1,\dots ,\alpha _{k+l}$$, $$\beta _1,\dots ,\beta _{k+l}$$ are vector or covector fields as appropriate, then
$$\begin{aligned} \langle \alpha _1\otimes \dots \otimes \alpha _{k+l},\ \beta _1\otimes \dots \otimes \beta _{k+l}\rangle = \langle \alpha _1,\beta _1\rangle \cdot \ldots \cdot \langle \alpha _{k+l},\beta _{k+l}\rangle . \end{aligned}$$
(2.15)
With this inner product, if $$(E_1,\dots , E_n)$$ is a local orthonormal frame for TM and $$(\varepsilon ^1,\dots ,\varepsilon ^n)$$ is the corresponding dual coframe, then the collection of tensor fields $$E_{i_1}\mathbin {\otimes }\cdots \mathbin {\otimes }E_{i_k} \mathbin {\otimes }\varepsilon ^{j_1}\mathbin {\otimes }\cdots \mathbin {\otimes }\varepsilon ^{j_l}$$ as all the indices range from 1 to n forms a local orthonormal frame for $$T^{(k, l)}(T_pM)$$. In terms of any (not necessarily orthonormal) frame, this fiber metric satisfies
$$\begin{aligned} \left\langle F, G \right\rangle = g_{i_1 r_1} \cdots g_{i_kr_k} g^{j_1s_1} \cdots g^{j_l s_l} F^{i_1\dots i_k}_{j_1\dots j_l} G^{r_1\dots r_k}_{s_1\dots s_l}. \end{aligned}$$
(2.16)
If F and G are both covariant, this can be written
$$\begin{aligned} \left\langle F, G \right\rangle = F_{j_1\dots j_l} G^{j_1\dots j_l}, \end{aligned}$$
where the last factor on the right represents the components of G with all of its indices raised:
$$\begin{aligned} G^{j_1\dots j_l} = g^{j_1 s_1} \cdots g^{j_l s_l} G_{s_1\dots s_l}. \end{aligned}$$

Proof.

Problem 2-11. $$\square $$

The Volume Form and Integration

Another important construction provided by a metric on an oriented manifold is a canonical volume form.

Proposition 2.41

(The Riemannian Volume Form). Let (Mg) be an oriented Riemannian n-manifold with or without boundary. There is a unique n-form $$dV_g$$ on M, called the Riemannian volume form, characterized by any one of the following three equivalent properties:
  1. (a)
    If $$\big (\varepsilon ^1,\dots ,\varepsilon ^n\big )$$ is any local oriented orthonormal coframe for $$T^*M$$, then
    $$\begin{aligned} dV_g = \varepsilon ^1\wedge \dots \wedge \varepsilon ^n. \end{aligned}$$
     
  2. (b)
    If $$(E_1,\dots , E_n)$$ is any local oriented orthonormal frame for TM, then
    $$\begin{aligned} dV_g(E_1,\dots , E_n)=1. \end{aligned}$$
     
  3. (c)
    If $$\big (x^1,\dots , x^n\big )$$ are any oriented local coordinates, then
    $$\begin{aligned} dV_g = \sqrt{\det (g_{ij})}\, dx^1\wedge \dots \wedge dx^n. \end{aligned}$$
     

Proof.

Problem 2-12. $$\square $$

The significance of the Riemannian volume form is that it allows us to integrate functions on an oriented Riemannian manifold, not just differential forms. If f is a continuous, compactly supported real-valued function on an oriented Riemannian n-manifold (Mg) with or without boundary, then $$f\, dV_g$$ is a compactly supported n-form. Therefore, the integral $$\int _M f\, dV_g$$ makes sense, and we define it to be the integral of $${\varvec{f}}$$ over $${\varvec{M}}$$. Similarly, if M is compact, the volume of $${\varvec{M}}$$ is defined to be
$$\begin{aligned} {{\,\mathrm{Vol}\,}}(M) = \int _M dV_g = \int _M 1\, dV_g. \end{aligned}$$
In particular, if $$D\subseteq M$$ is a regular domain (a closed, embedded codimension-0 submanifold with boundary), we can apply these definitions to D with its induced metric and thereby make sense of the integral of f over D and, in case D is compact, the volume of D.

The notation $$dV_g$$ is chosen to emphasize the similarity of the integral $$\int _M f\, dV_g$$ with the standard integral of a function over an open subset of $$\mathbb {R}^n$$. It is not meant to imply that $$dV_g$$ is an exact form; in fact, if M is a compact oriented manifold without boundary, then $$dV_g$$ is never exact, because its integral over M is positive, and exact forms integrate to zero by Stokes’s theorem.

Because there are two conventions in common use for the wedge product (see p. 401), it should be noted that properties (a) and (c) of Proposition 2.41 are the same regardless of which convention is used; but property (b) holds only for the determinant convention that we use. If the Alt convention is used, the number 1 should be replaced by 1 / n! in that formula.

$$\blacktriangleright $$ Exercise 2.42. Suppose (Mg) and $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ are oriented Riemannian manifolds, and $$\varphi :M\rightarrow {{\widetilde{M}}}$$ is an orientation-preserving isometry. Prove that $$\varphi ^*dV_{{\tilde{g}}} = dV_g$$.

For Riemannian hypersurfaces, we have the following important characterization of the volume form on the hypersurface in terms of that of the ambient manifold. If X is a vector field and $$\mu $$ is a differential form, recall that ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq707_HTML.gif denotes interior multiplication of $$\mu $$ by X (see p.  401).

Proposition 2.43.

Suppose M is a hypersurface in an oriented Riemannian manifold $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ and g is the induced metric on M. Then M is orientable if and only if there exists a global unit normal vector field N for M, and in that case the volume form of (Mg) is given by
../images/56724_2_En_2_Chapter/56724_2_En_2_Equ17_HTML.png
(2.17)

Proof.

Problem 2-13. $$\square $$

When M is not orientable, we can still define integrals of functions, but now we have to use densities instead of differential forms (see pp. 405–406).

Proposition 2.44

(The Riemannian Density). If (Mg) is any Riemannian manifold, then there is a unique smooth positive density $$\mu $$ on M, called the Riemannian density, with the property that
$$\begin{aligned} \mu (E_1,\dots , E_n) = 1 \end{aligned}$$
(2.18)
for every local orthonormal frame $$(E_i)$$.
$$\blacktriangleright $$ Exercise 2.45. Prove this proposition by showing that $$\mu $$ can be defined in terms of any local orthonormal frame by
$$\begin{aligned} \mu = |\varepsilon ^1\wedge \dots \wedge \varepsilon ^n|. \end{aligned}$$
Let (Mg) be a Riemannian manifold (with or without boundary). If M is oriented and $$dV_g$$ is its Riemannian volume form, then its Riemannian density is easily seen to be equal to $$|dV_g|$$. On the other hand, the Riemannian density is defined whether M is oriented or not. It is customary to denote the Riemannian density by the same notation $$dV_g$$ that we use for the Riemannian volume form, and to specify when necessary whether the notation refers to a density or a form. In either case, we can define the integral of a compactly supported smooth function $$f:M\rightarrow \mathbb {R}$$ as $$\int _M f\, dV_g$$. This is to be interpreted as the integral of a density when M is nonorientable; when M is orientable, it can be interpreted either as the integral of a density or as the integral of an n-form (with respect to some choice of orientation), because both give the same result.

The Divergence and the Laplacian

In advanced calculus, you have undoubtedly been introduced to three important differential operators involving vector fields on $$\mathbb {R}^3$$: the gradient (which takes real-valued functions to vector fields), divergence (vector fields to functions), and curl (vector fields to vector fields). We have already described how the gradient operator can be generalized to Riemannian manifolds (see equation (2.14)); now we can show that the divergence operator also generalizes easily to that setting. Problem 2-27 describes a similar, but more limited, generalization of the curl.

Suppose (Mg) is an oriented Riemannian n-manifold with or without boundary, and $$dV_g$$ is its volume form. If X is a smooth vector field on M, then ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq723_HTML.gif is an $$(n-1)$$-form. The exterior derivative of this $$(n-1)$$-form is a smooth n-form, so it can be expressed as a smooth function multiplied by $$dV_g$$. That function is called the divergence of $${\varvec{X}}$$, and denoted by $${{\,\mathrm{div}\,}}X$$; thus it is characterized by the following formula:
../images/56724_2_En_2_Chapter/56724_2_En_2_Equ19_HTML.png
(2.19)
Even if M is nonorientable, in a neighborhood of each point we can choose an orientation and define the divergence by (2.19), and then note that reversing the orientation changes the sign of $$dV_g$$ on both sides of the equation, so $${{\,\mathrm{div}\,}}\, X$$ is well defined, independently of the choice of orientation. In this way, we can define the divergence operator on any Riemannian manifold with or without boundary, by requiring that it satisfy (2.19) for any choice of orientation in a neighborhood of each point.

The most important application of the divergence operator is the divergence theorem, which you will be asked to prove in Problem 2-22.

Using the divergence operator, we can define another important operator, this one acting on real-valued functions. The Laplacian (or Laplace–Beltrami operator) is the linear operator $$\Delta :C^\infty (M)\rightarrow C^\infty (M)$$ defined by
$$\begin{aligned} \Delta u = {{\,\mathrm{div}\,}}({{\,\mathrm{grad}\,}}\, u). \end{aligned}$$
(2.20)
(Note that many books, including [LeeSM] and the first edition of this book, define the Laplacian as $$-{{\,\mathrm{div}\,}}({{\,\mathrm{grad}\,}}u)$$. The main reason for choosing the negative sign is so that the operator will have nonnegative eigenvalues; see Problem 2-24. But the definition we give here is much more common in Riemannian geometry.)

The next proposition gives alternative formulas for these operators.

Proposition 2.46.

Let (Mg) be a Riemannian manifold with or without boundary, and let $$\bigl (x^i\bigr )$$ be any smooth local coordinates on an open set $$U\subseteq M$$. The coordinate representations of the divergence and Laplacian are as follows:
$$\begin{aligned} {{\,\mathrm{div}\,}}\left( X^i\frac{\partial }{\partial x^i}\right)&= \frac{1}{\sqrt{\det g}} \frac{\partial }{\partial x^i}\left( X^i{\sqrt{\det g}}\right) ,\\ \Delta u&= \frac{1}{\sqrt{\det g}} \frac{\partial }{\partial x^i} \left( g^{ij} \sqrt{\det g} \frac{\partial u}{\partial x^j}\right) , \end{aligned}$$
where $$\det g = \det (g_{kl})$$ is the determinant of the component matrix of g in these coordinates. On $$\mathbb {R}^n$$ with the Euclidean metric and standard coordinates, these reduce to
$$\begin{aligned} {{\,\mathrm{div}\,}}\left( X^i\frac{\partial }{\partial x^i}\right)&= \sum _{i=1}^n \frac{\partial X^i}{\partial x^i},\\ \Delta u&= \sum _{i=1}^n \frac{\partial ^2 u}{(\partial x^i)^2}. \end{aligned}$$

Proof.

Problem 2-21. $$\square $$

Lengths and Distances

Perhaps the most important tool that a Riemannian metric gives us is the ability to measure lengths of curves and distances between points. Throughout this section, (Mg) denotes a Riemannian manifold with or without boundary.

Without further qualification, a curve in M always means a parametrized curve, that is, a continuous map $$\gamma :I\rightarrow M$$, where $$I\subseteq \mathbb {R}$$ is some interval. Unless otherwise specified, we will not worry about whether the interval is bounded or unbounded, or whether it includes endpoints or not. To say that $$\gamma $$ is a smooth curve is to say that it is smooth as a map from the manifold (with boundary) I to M. If I has one or two endpoints and M has empty boundary, then $$\gamma $$ is smooth if and only if it extends to a smooth curve defined on some open interval containing I. (If $$\partial M\ne \varnothing $$, then smoothness of $$\gamma $$ has to be interpreted as meaning that each coordinate representation of $$\gamma $$ has a smooth extension to an open interval.) A curve segment is a curve whose domain is a compact interval.

A smooth curve $$\gamma :I\rightarrow M$$ has a well-defined velocity $$\gamma '(t)\in T_{\gamma (t)}M$$ for each $$t\in I$$. We say that $$\gamma $$ is a regular curve if $$\gamma '(t)\ne 0$$ for $$t\in I$$. This implies that $$\gamma $$ is an immersion, so its image has no “corners” or “kinks.”

We wish to use curve segments as “measuring tapes" to define distances between points in a connected Riemannian manifold. Many aspects of the theory become technically much simpler if we work with a slightly larger class of curve segments instead of just the regular ones. We now describe the appropriate class of curves.

If $$[a, b]\subseteq \mathbb {R}$$ is a closed bounded interval, a partition of $${\varvec{[a, b]}}$$ is a finite sequence $$(a_0,\dots , a_k)$$ of real numbers such that $$a=a_0<a_1<\dots <a_k=b$$. Each interval $$[a_{i-1}, a_i]$$ is called a subinterval of the partition. If M is a smooth manifold with or without boundary, a (continuous) curve segment $$\gamma :[a, b]\rightarrow M$$ is said to be piecewise regular if there exists a partition $$(a_0,\dots , a_k)$$ of [ab] such that $$\gamma |_{[a_{i-1}, a_{i}]}$$ is a regular curve segment (meaning it is smooth with nonvanishing velocity) for $$i=1,\dots , k$$. For brevity, we refer to a piecewise regular curve segment as an admissible curve, and any partition $$(a_0,\dots , a_k)$$ such that $$\gamma |_{[a_{i-1}, a_i]}$$ is smooth for each i an admissible partition for $${\varvec{\gamma }}$$. (There are many admissible partitions for a given admissible curve, because we can always add more points to the partition.) It is also convenient to consider any map $$\gamma :\{a\}\rightarrow M$$ whose domain is a single real number to be an admissible curve.

Suppose $$\gamma $$ is an admissible curve and $$(a_0,\dots , a_k)$$ is an admissible partition for it. At each of the intermediate partition points $$a_1,\dots , a_{k-1}$$, there are two one-sided velocity vectors, which we denote by
$$\begin{aligned} \gamma '\big (a_i^-\big )&= \lim _{t\nearrow a_i}\gamma '(t),\\ \gamma '\big (a_{i}^+\big )&= \lim _{t\searrow a_{i}}\gamma '(t). \end{aligned}$$
They are both nonzero, but they need not be equal.

If $$\gamma :I\rightarrow M$$ is a smooth curve, we define a reparametrization of $${\varvec{\gamma }}$$ to be a curve of the form $$\tilde{\gamma }= \gamma \circ \varphi :I'\rightarrow M$$, where $$I'\subseteq \mathbb {R}$$ is another interval and $$\varphi :I'\rightarrow I$$ is a diffeomorphism. Because intervals are connected, $$\varphi $$ is either strictly increasing or strictly decreasing on $$I'$$. We say that $$\tilde{\gamma }$$ is a forward reparametrization if $$\varphi $$ is increasing, and a backward reparametrization if it is decreasing.

For an admissible curve $$\gamma :[a, b]\rightarrow M$$, we define a reparametrization of $${\varvec{\gamma }}$$ a little more broadly, as a curve of the form $$\tilde{\gamma }= \gamma \circ \varphi $$, where $$\varphi :[c,d]\rightarrow [a, b]$$ is a homeomorphism for which there is a partition $$(c_0,\dots , c_k)$$ of [cd] such that the restriction of $$\varphi $$ to each subinterval $$[c_{i-1}, c_i]$$ is a diffeomorphism onto its image.

If $$\gamma :[a, b]\rightarrow M$$ is an admissible curve, we define the length of $${\varvec{\gamma }}$$ to be
$$\begin{aligned} L_g(\gamma ) = \int _a^b |\gamma '(t)|_g\, dt. \end{aligned}$$
The integrand is bounded and continuous everywhere on [ab] except possibly at the finitely many points where $$\gamma $$ is not smooth, so this integral is well defined.

Proposition 2.47

(Properties of Lengths). Suppose (Mg) is a Riemannian manifold with or without boundary, and $$\gamma :[a, b]\rightarrow M$$ is an admissible curve.

  1. (a)
    Additivity of Length:If $$a<c<b$$, then
    $$\begin{aligned} L_g(\gamma ) = L_g\big (\gamma \big |_{[a,c]}\big ) + L_g\big (\gamma \big |_{[c, b]}\big ). \end{aligned}$$
     
  2. (b)

    Parameter Independence: If $$\tilde{\gamma }$$ is a reparametrization of $$\gamma $$, then $$L_g(\gamma ) = L_g\big (\tilde{\gamma }\big )$$.

     
  3. (c)

    Isometry Invariance: If (Mg) and $$\bigl ({{\widetilde{M}}},\tilde{g}\bigr )$$ are Riemannian manifolds (with or without boundary) and $$\varphi :M\rightarrow {{\widetilde{M}}}$$ is a local isometry, then $$L_g(\gamma ) = L_{\tilde{g}}(\varphi \circ \gamma )$$.

     

$$\blacktriangleright $$ Exercise 2.48. Prove Proposition 2.47.

Suppose $$\gamma :[a, b]\rightarrow M$$ is an admissible curve. The arc-length function of $${\varvec{\gamma }}$$ is the function $$s:[a, b]\rightarrow \mathbb {R}$$ defined by
$$\begin{aligned} s(t) = L_g\big (\gamma |_{[a, t]}\big ) = \int _a^t|\gamma '(u)|_g\, du. \end{aligned}$$
It is continuous everywhere, and it follows from the fundamental theorem of calculus that it is smooth wherever $$\gamma $$ is, with derivative $$s'(t)=|\gamma '(t)|$$.

For this reason, if $$\gamma :I\rightarrow M$$ is any smooth curve (not necessarily a curve segment), we define the speed of $${\varvec{\gamma }}$$ at any time $$t\in I$$ to be the scalar $$|\gamma '(t)|$$. We say that $$\gamma $$ is a unit-speed curve if $$|\gamma '(t)|=1$$ for all t, and a constant-speed curve if $$|\gamma '(t)|$$ is constant. If $$\gamma $$ is a piecewise smooth curve, we say that $$\gamma $$ has unit speed if $$|\gamma '(t)|=1$$ wherever $$\gamma $$ is smooth.

If $$\gamma :[a, b]\rightarrow M$$ is a unit-speed admissible curve, then its arc-length function has the simple form $$s(t) = t-a$$. If, in addition, its parameter interval is of the form [0, b] for some $$b>0$$, then the arc-length function is $$s(t)=t$$. For this reason, a unit-speed admissible curve whose parameter interval is of the form [0, b] is said to be parametrized by arc length.

Proposition 2.49.

Suppose (Mg) is a Riemannian manifold with or without boundary.

  1. (a)

    Every regular curve in M has a unit-speed forward reparametrization.

     
  2. (b)

    Every admissible curve in M has a unique forward reparametrization by arc length.

     

Proof.

Suppose $$\gamma :I\rightarrow M$$ is a regular curve. Choose an arbitrary $$t_0\in I$$, and define $$s:I\rightarrow \mathbb {R}$$ by
$$\begin{aligned} s(t) = \int _{t_0}^t |\gamma '(u)|_g\, du. \end{aligned}$$
Since $$s'(t) = |\gamma '(t)|_g>0$$, it follows that s is a strictly increasing local diffeomorphism, and thus maps I diffeomorphically onto an interval $$I'\subseteq \mathbb {R}$$. If we let $$\varphi = s^{-1}:I'\rightarrow I$$, then $$\tilde{\gamma }= \gamma \circ \varphi $$ is a forward reparametrization of $$\gamma $$, and the chain rule gives
$$\begin{aligned} \big |\tilde{\gamma }'(t)\big |_g = |\varphi '(s)\gamma '(\varphi (s))|_g = \frac{1}{s'(\varphi (s))}|\gamma '(\varphi (s))|_g = 1. \end{aligned}$$
Thus $$\tilde{\gamma }$$ is a unit-speed reparametrization of $$\gamma $$.
Now let $$\gamma :[a, b]\rightarrow M$$ be an admissible curve. We prove the existence statement in part (b) by induction on the number of smooth segments in an admissible partition. If $$\gamma $$ has only one smooth segment, then it is a regular curve segment, and (b) follows by applying (a) in the special case $$I=[a, b]$$ and choosing $$t_0=a$$. Assuming that the result is true for admissible curves with k smooth segments, suppose $$\gamma $$ has an admissible partition $$(a_0,\dots , a_{k+1})$$. The inductive hypothesis gives piecewise regular homeomorphisms $$\varphi :[0,c]\rightarrow [a, a_k]$$ and $$\psi :[0,d]\rightarrow [a_k, b]$$ such that $$\gamma \circ \varphi $$ is an arc-length reparametrization of $$\gamma |_{[a, a_k]}$$ and $$\gamma \circ \psi $$ is an arc-length reparametrization of $$\gamma |_{[a_k, b]}$$. If we define $$\tilde{\varphi }:[0,c+d]\rightarrow [a, b]$$ by
../images/56724_2_En_2_Chapter/56724_2_En_2_Equ106_HTML.png
then $$\gamma \circ \tilde{\varphi }$$ is a reparametrization of $$\gamma $$ by arc length.
To prove uniqueness, suppose that $$\tilde{\gamma }=\gamma \circ \varphi $$ and $$\hat{\gamma }= \gamma \circ \psi $$ are both forward reparametrizations of $$\gamma $$ by arc length. Since both have the same length, it follows that $$\varphi $$ and $$\psi $$ both have the same parameter domain [0, c], and thus both are piecewise regular homeomorphisms from [0, c] to [ab]. If we define $$\eta = \varphi ^{-1}\circ \psi :[0,c]\rightarrow [0,c]$$, then $$\eta $$ is a piecewise regular increasing homeomorphism satisfying $$\hat{\gamma }= \gamma \circ \varphi \circ \eta = \tilde{\gamma }\circ \eta $$. The fact that both $$\tilde{\gamma }$$ and $$\hat{\gamma }$$ are of unit speed implies the following equality for all $$s\in [0,c]$$ except the finitely many values at which $$\tilde{\gamma }$$ or $$\eta $$ is not smooth:
$$\begin{aligned} 1 = \big |\hat{\gamma }'(s)\big |_g = \big |\tilde{\gamma }'(\eta (s))\eta '(s)\big |_g = \big |\tilde{\gamma }'(\eta (s))\big |_g\eta '(s) = \eta '(s). \end{aligned}$$
Since $$\eta $$ is continuous and $$\eta (0)=0$$, it follows that $$\eta (s) =s$$ for all $$s\in [0,c]$$, and thus $$\tilde{\gamma }=\hat{\gamma }$$. $$\square $$

The Riemannian Distance Function

We are now in a position to introduce one of the most important concepts from classical geometry into the Riemannian setting: distances between points.

Suppose (Mg) is a connected Riemannian manifold with or without boundary. For each pair of points $$p, q\in M$$, we define the Riemannian distance from $${\varvec{p}}$$ to $${\varvec{q}}$$, denoted by $${d_g(p, q)}$$, to be the infimum of the lengths of all admissible curves from p to q. The following proposition guarantees that $$d_g(p, q)$$ is a well-defined nonnegative real number for each $$p, q\in M$$.

Proposition 2.50.

If M is a connected smooth manifold (with or without boundary), then any two points of M can be joined by an admissible curve.

Proof.

Let $$p, q\in M$$ be arbitrary. Since a connected manifold is path-connected, p and q can be connected by a continuous path $$c:[a, b]\rightarrow M$$. By compactness, there is a partition of [ab] such that $$c\big ([a_{i-1}, a_i]\big )$$ is contained in a single smooth coordinate ball (or half-ball in case $$\partial M \ne \varnothing $$) for each i. Then we may replace each such curve segment by a straight-line path in coordinates, yielding an admissible curve $$\gamma $$ between the same points (Fig. 2.2). $$\square $$

For convenience, if (Mg) is a disconnected Riemannian manifold, we also let $$d_g(p, q)$$ denote the Riemannian distance from p to q, provided that p and q lie in the same connected component of M. (See also Problem 2-30.)
../images/56724_2_En_2_Chapter/56724_2_En_2_Fig2_HTML.png
Fig. 2.2:

Any two points can be connected by an admissible curve

Proposition 2.51

(Isometry Invariance of the Riemannian Distance Function). Suppose (Mg) and $$\bigl ({{\widetilde{M}}},\tilde{g}\bigr )$$ are connected Riemannian manifolds with or without boundary, and $$\varphi :M\rightarrow {{\widetilde{M}}}$$ is an isometry. Then $$d_{\tilde{g}}(\varphi (x),\varphi (y)) = d_g(x, y)$$ for all $$x, y\in M$$.

$$\blacktriangleright $$ Exercise 2.52. Prove the preceding proposition.

(Note that unlike lengths of curves, Riemannian distances are not necessarily preserved by local isometries; see Problem 2-31.)

We wish to show that the Riemannian distance function turns M into a metric space, whose metric topology is the same as its original manifold topology. To do so, we need the following lemmas.

Lemma 2.53.

Let g be a Riemannian metric on an open subset $$W\subseteq \mathbb {R}^n$$ or $$\mathbb {R}^n_+$$, and let $${\bar{g}}$$ denote the Euclidean metric on W. For every compact subset $$K\subseteq W$$, there are positive constants cC such that for all $$x\in K$$ and all $$v\in T_x\mathbb {R}^n$$,
$$\begin{aligned} c |v|_{{\bar{g}}} \le |v|_{g} \le C|v|_{{\bar{g}}}. \end{aligned}$$
(2.21)

Proof.

Define a continuous function $$F:TW\rightarrow \mathbb {R}$$ by $$F(x,v) =|v|_{g} = g_x(v, v)^{1/2}$$ for $$x\in W$$ and $$v\in T_x\mathbb {R}^n$$. Let $$K\subseteq W$$ be any compact subset, and define $$L\subseteq T\mathbb {R}^n$$ by
$$\begin{aligned} L = \left\{ (x, v) \in T\mathbb {R}^n: x\in K,\ |v|_{{\bar{g}}}=1\right\} . \end{aligned}$$
Under the canonical identification of $$T\mathbb {R}^n$$ with $$\mathbb {R}^n\times \mathbb {R}^n$$, L is equal to the product set $$K\times \mathbb S^{n-1}$$, which is compact. Since F is positive on L, there are positive constants cC such that
$$\begin{aligned} c \le |v|_{g} \le C \quad \text {for all}\; (x, v)\in L. \end{aligned}$$
For each $$x\in K$$ and $$v\in T_x\mathbb {R}^n$$ with $$v\ne 0$$, we can write $$v = \lambda \hat{v}$$, where $$\lambda =|v|_{{\bar{g}}}$$ and $$\hat{v} = v/\lambda $$. Then $$\big (x,\hat{v}\big )\in L$$, and it follows from the homogeneity of ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq905_HTML.gif that
$$\begin{aligned} |v|_{g}= \lambda \big |\hat{v}\big |_{g} \le \lambda C = C|v|_{{\bar{g}}}. \end{aligned}$$
The same inequality holds trivially when $$v=0$$. Arguing similarly in the other direction, we conclude that (2.21) holds for all $$x\in K$$ and $$v\in T_x\mathbb {R}^n$$. $$\square $$

The next lemma shows how to transfer this result to Riemannian manifolds.

Lemma 2.54.

Let (Mg) be a Riemannian manifold with or without boundary and let $$d_g$$ be its Riemannian distance function. Suppose U is an open subset of M and $$p\in U$$. Then p has a coordinate neighborhood $$V\subseteq U$$ with the property that there are positive constants CD satisfying the following inequalities:
  1. (a)

    If $$q\in V$$, then $$d_g(p,q) \le C d_{{\bar{g}}}(p, q)$$, where $${\bar{g}}$$ is the Euclidean metric in the given coordinates on V.

     
  2. (b)

    If ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq916_HTML.gif, then $$d_g(p, q)\ge D$$.

     

Proof.

Let W be any neighborhood of p contained in U on which there exist smooth coordinates $$\big (x^i\big )$$. Using these coordinates, we can identify W with an open subset of $$\mathbb {R}^n$$ or $$\mathbb {R}^n_+$$. Let K be a compact subset of W containing a neighborhood V of p, chosen as follows: If p is an interior point of M, let K be the closed Euclidean ball $$\bar{B}_\varepsilon (0)$$, with $$\varepsilon >0$$ chosen small enough that $$K\subseteq W$$, and let $$V = B_\varepsilon (0)$$. If $$p\in \partial M$$, let K be a closed half-ball $$\bar{B}_\varepsilon (0)\cap \mathbb {R}^n_+$$ with $$\varepsilon $$ chosen similarly, and let $$V = B_\varepsilon (0)\cap \mathbb {R}^n_+$$. Let $${\bar{g}}=\sum _i (dx^i)^2$$ denote the Euclidean metric in these coordinates, and let cC be constants satisfying (2.21). If $$\gamma $$ is any admissible curve whose image lies entirely in V, it follows that
$$\begin{aligned} c L_{\bar{g}}(\gamma ) \le L_g(\gamma ) \le CL_{\bar{g}}(\gamma ). \end{aligned}$$
(2.22)
To prove (a), suppose $$q\in V$$. Letting $$\gamma :[a, b]\rightarrow V$$ be a parametrization of the line segment from p to q, we conclude from (2.22) that
$$\begin{aligned} d_g(p,q) \le L_g(\gamma ) \le C L_{\bar{g}}(\gamma ) = Cd_{{\bar{g}}}(p, q). \end{aligned}$$
To prove (b), suppose ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq933_HTML.gif. If $$\gamma :[a, b]\rightarrow M$$ is any admissible curve from p to q, let $$t_0$$ denote the infimum of times $$t\in [a, b]$$ such that $$\gamma (t)\notin V$$. It follows that $$\gamma \big ([a, t_0]\big )\subseteq K$$ and $$d_{{\bar{g}}}(p,\gamma (t_0)) = \varepsilon $$ by continuity (Fig. 2.3), so (2.22) implies
$$\begin{aligned} L_{g}(\gamma ) \ge L_{g}\big (\gamma |_{[a, t_0]}\big )\ge c L_{{\bar{g}}}\big (\gamma |_{[a, t_0]}\big ) \ge c\, d_{{\bar{g}}}(p,\gamma (t_0)) =c\varepsilon . \end{aligned}$$
Taking the infimum over all such curves $$\gamma $$, we obtain (b) with $$D=c\varepsilon $$. $$\square $$
../images/56724_2_En_2_Chapter/56724_2_En_2_Fig3_HTML.png
Fig. 2.3:

$$d_g(p, q)\ge D$$

../images/56724_2_En_2_Chapter/56724_2_En_2_Fig4_HTML.png
Fig. 2.4:

The triangle inequality

Theorem 2.55

(Riemannian Manifolds as Metric Spaces). Let (Mg) be a connected Riemannian manifold with or without boundary. With the distance function $$d_g$$, M is a metric space whose metric topology is the same as the given manifold topology.

Proof.

It is immediate from the definition of $$d_g$$ that $$d_g(p,q)=d_g(q, p)\ge 0$$ and $$d_g(p, p)=0$$. On the other hand, suppose $$p, q\in M$$ are distinct. Let $$U\subseteq M$$ be an open set that contains p but not q, and choose a coordinate neighborhood V of p contained in U and satisfying the conclusion of Lemma 2.54. Then Lemma 2.54(b) shows that $$d_g(p, q) \ge D >0$$.

The triangle inequality follows from the fact that an admissible curve from p to q can be combined with one from q to r (possibly changing the starting time of the parametrization of the second) to yield one from p to r whose length is the sum of the lengths of the two given curves (Fig. 2.4). (This is one reason for defining distance using piecewise regular curves instead of just regular ones.) This completes the proof that $$d_g$$ turns M into a metric space.

It remains to show that the metric topology is the same as the manifold topology. Suppose first that $$U\subseteq M$$ is open in the manifold topology. For each $$p\in U$$, we can choose a coordinate neighborhood V of p contained in U with positive constants CD satisfying the conclusions of Lemma 2.54. The contrapositive of part (b) of that lemma says $$d_g(p, q)<D\Rightarrow q\in V\subseteq U$$, which means that the metric ball of radius D is contained in U. Thus U is open in the metric topology induced by $$d_g$$.

On the other hand, suppose $$U'$$ is open in the metric topology. Given $$p\in U'$$, choose $$\delta >0$$ such that the $$d_g$$-metric ball of radius $$\delta $$ around p is contained in $$U'$$. Let V be any neighborhood of p that is open in the manifold topology and satisfies the conclusions of Lemma 2.54, with corresponding constants CD. (We are not claiming that $$V\subseteq U'$$.) Choose $$\varepsilon $$ small enough that $$C\varepsilon <\delta $$. Lemma 2.54(a) shows that if q is a point of V such that $$d_{{\bar{g}}}(p, q)<\varepsilon $$, then $$d_g(p, q)\le C\varepsilon <\delta $$, and thus q lies in the metric ball of radius $$\delta $$ about p, and hence in $$U'$$. Since the set $$\{q\in V: d_{{\bar{g}}}(p, q)<\varepsilon \}$$ is open in the given manifold topology, this shows that $$U'$$ is also open in the manifold topology. $$\square $$

Thanks to the preceding theorem, it makes sense to apply all the concepts of the theory of metric spaces to a connected Riemannian manifold (Mg). For example, we say that M is (metrically) complete if every Cauchy sequence in M converges. A subset $$A\subseteq M$$ is bounded if there is a constant C such that $$d_g(p, q)\le C$$ for all $$p, q\in A$$; if this is the case, the diameter of $${\varvec{A}}$$ is the smallest such constant:
$$\begin{aligned} {{\,\mathrm{diam}\,}}(A)= \sup \{d_g(p,q):p, q\in A\}. \end{aligned}$$
Since every compact metric space is bounded, every compact connected Riemannian manifold with or without boundary has finite diameter. (Note that the unit sphere with the Riemannian distance determined by the round metric has diameter $$\pi $$, not 2, since the Riemannian distance between antipodal points is $$\pi $$. See Problem 6-2.)

Pseudo-Riemannian Metrics

From the point of view of geometry, Riemannian metrics are by far the most important structures that manifolds carry. However, there is a generalization of Riemannian metrics that has become especially important because of its application to physics.

Before defining this generalization, we begin with some linear-algebraic preliminaries. Suppose V is a finite-dimensional vector space, and q is a symmetric covariant 2-tensor on V (also called a symmetric bilinear form). Just as for an inner product, there is a linear map $$\hat{q}:V\rightarrow V^*$$ defined by
$$\begin{aligned} \hat{q}(v)(w) = q(v,w) \text { for all}\; v, w\in V. \end{aligned}$$
We say that q is nondegenerate if $$\hat{q}$$ is an isomorphism.

Lemma 2.56.

Suppose q is a symmetric covariant 2-tensor on a finite-dimensional vector space V. The following are equivalent:
  1. (a)

    q is nondegenerate.

     
  2. (b)

    For every nonzero $$v\in V$$, there is some $$w\in V$$ such that $$q(v, w)\ne 0$$.

     
  3. (c)

    If $$q\,{=}\, q_{ij} \varepsilon ^i \varepsilon ^j$$ in terms of some basis $$\big (\varepsilon ^j\big )$$ for $$V^*$$, then the matrix $$(q_{ij})$$ is invertible.

     

$$\blacktriangleright $$ Exercise 2.57. Prove the preceding lemma.

Every inner product is a nondegenerate symmetric bilinear form, as is every symmetric bilinear form that is negative definite (which is defined by obvious analogy with positive definite). But there are others that are neither positive definite nor negative definite, as we will see below.

We use the term scalar product to denote any nondegenerate symmetric bilinear form on a finite-dimensional vector space V, and reserve the term inner product for the special case of a positive definite scalar product. A scalar product space is a finite-dimensional vector space endowed with a scalar product. When convenient, we will often use a notation like ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq988_HTML.gif to denote a scalar product. We say that vectors $$v, w\in V$$ are orthogonal if $$\langle v, w\rangle =0$$, just as in the case of an inner product. Given a vector $$v\in V$$, we define the norm of $${\varvec{v}}$$ to be $$|v| = |\langle v, v\rangle |^{1/2}$$. Note that in the indefinite case, it is possible for a nonzero vector to be orthogonal to itself, and thus to have norm zero. Thus |v| is not technically a norm in the sense defined on page 47 below, but it is customary to call it “the norm of v” anyway.

$$\blacktriangleright $$ Exercise 2.58. Prove that the polarization identity (2.2) holds for every scalar product.

If $$S\subseteq V$$ is any linear subspace, the set of vectors in V that are orthogonal to every vector in S is a linear subspace denoted by $$S^\perp $$.

Lemma 2.59.

Suppose (Vq) is a finite-dimensional scalar product space, and $$S\subseteq V$$ is a linear subspace.

  1. (a)

    $$\dim S + \dim S^\perp = \dim V$$.

     
  2. (b)

    $$(S^\perp )^\perp = S$$.

     

Proof.

Define a linear map $$\varPhi :V\rightarrow S^*$$ by $$\varPhi (v) = \hat{q}(v)|_S$$. Note that $$v\in {{\,\mathrm{Ker}\,}}\,\varPhi $$ if and only if $$q(v, x) = \hat{q}(v)(x) = 0$$ for all $$x\in S$$, so $${{\,\mathrm{Ker}\,}}\,\varPhi = S^\perp $$. If $$\varphi \in S^*$$ is arbitrary, there is a covector $$\tilde{\varphi }\in V^*$$ whose restriction to S is equal to $$\varphi $$. (For example, such a covector is easily constructed after choosing a basis for S and extending it to a basis for V.) Since $$\hat{q}$$ is an isomorphism, there exists $$v\in V$$ such that $$\hat{q}(v) = \tilde{\varphi }$$. It follows that $$\varPhi (v) = \varphi $$, and therefore $$\varPhi $$ is surjective. By the rank–nullity theorem, the dimension of $$S^\perp = {{\,\mathrm{Ker}\,}}\, \varPhi $$ is equal to $$\dim V - \dim S^* = \dim V - \dim S$$. This proves (a).

To prove (b), note that every $$v\in S$$ is orthogonal to every element of $$S^\perp $$ by definition, so $$S\subseteq (S^\perp )^\perp $$. Because these finite-dimensional vector spaces have the same dimension by part (a), they are equal. $$\square $$

An ordered k-tuple $$(v_1,\dots , v_k)$$ of elements of V is said to be orthonormal if $$|v_i|=1$$ for each i and $$\langle v_i, v_j\rangle = 0$$ for $$i\ne j$$, or equivalently, if $$\langle v_i, v_j\rangle = \pm \delta _{ij}$$ for each i and j. We wish to prove that every scalar product space has an orthonormal basis. Note that the usual Gram–Schmidt algorithm does not always work in this situation, because the vectors that appear in the denominators in (2.5)–(2.6) might have vanishing norms. In order to get around this problem, we introduce the following definitions. If (Vq) is a finite-dimensional scalar product space, a subspace $$S\subseteq V$$ is said to be nondegenerate if the restriction of q to $$S\times S$$ is nondegenerate. An ordered k-tuple of vectors $$(v_1,\dots , v_k)$$ in V is said to be nondegenerate if for each $$j=1,\dots , k$$, the vectors $$(v_1,\dots , v_j)$$ span a nondegenerate j-dimensional subspace of V. For example, every orthonormal basis is nondegenerate.

Lemma 2.60.

Suppose (Vq) is a finite-dimensional scalar product space, and $$S\subseteq V$$ is a linear subspace. The following are equivalent:
  1. (a)

    S is nondegenerate.

     
  2. (b)

    $$S^\perp $$ is nondegenerate.

     
  3. (c)

    $$S\cap S^\perp = \{0\}$$.

     
  4. (d)

    $$V = S\oplus S^\perp $$.

     

$$\blacktriangleright $$ Exercise 2.61. Prove the preceding lemma.

Lemma 2.62

(Completion of Nondegenerate Bases). Suppose (Vq) is an n-dimensional scalar product space, and $$(v_1,\dots , v_k)$$ is a nondegenerate k-tuple in V with $$0\le k < n$$. Then there exist vectors $$v_{k+1},\dots , v_n\in V$$ such that $$(v_1,\dots , v_n)$$ is a nondegenerate basis for V.

Proof.

Let $$S=\text {span}(v_1,\dots , v_k)\subseteq V$$. Because $$k<n$$, $$S^\perp $$ is a nontrivial subspace of V, and Lemma 2.60 shows that $$S^\perp $$ is nondegenerate and $$V = S \oplus S^\perp $$. By the nondegeneracy of $$S^{\perp }$$, there must be a vector in $$S^\perp $$ with nonzero length, because otherwise the polarization identity would imply that all inner products of pairs of elements of S would be zero. If $$v_{k+1}\in S^\perp $$ is any vector with nonzero length, then $$(v_1,\dots , v_{k+1})$$ is easily seen to be a nondegenerate $$(k+1)$$-tuple. Repeating this argument for $$v_{k+2},\dots , v_n$$ completes the proof. $$\square $$

Proposition 2.63

(Gram–Schmidt Algorithm for Scalar Products). Suppose (Vq) is an n-dimensional scalar product space. If $$(v_i)$$ is a nondegenerate basis for V, then there is an orthonormal basis $$(b_i)$$ with the property that $$\text {span}(b_1,\dots , b_k) = \text {span}(v_1,\dots , v_k)$$ for each $$k=1,\dots , n$$.

Proof.

As in the positive definite case, the basis $$(b_i)$$ is constructed recursively, starting with $$b_1 = v_1/|v_1|$$ and noting that the assumption that $$v_1$$ spans a nondegenerate subspace ensures that $$|v_1|\ne 0$$. At the inductive step, assuming we have constructed $$(b_1,\dots , b_k)$$, we first set
$$\begin{aligned} z = v_{k+1} - \sum _{i=1}^k \frac{\langle v_{k+1},b_i\rangle }{\langle b_i, b_i\rangle } b_i. \end{aligned}$$
Each denominator $$\langle b_i, b_i\rangle $$ is equal to $$\pm 1$$, so this defines z as a nonzero element of V orthogonal to $$b_1,\dots , b_k$$, and with the property that $$\text {span}(b_1,\dots ,b_k, z) = \text {span}(v_1,\dots , v_{k+1})$$. If $$\langle z, z\rangle =0$$, then z is orthogonal to $$\text {span}(v_1,\dots , v_{k+1})$$, contradicting the nondegeneracy assumption. Thus we can complete the inductive step by putting $$b_{k+1} = z/|z|$$. $$\square $$

Corollary 2.64.

Suppose (Vq) is an n-dimensional scalar product space. There is a basis $$\big (\beta ^i\big )$$ for $$V^*$$ with respect to which q has the expression
$$\begin{aligned} q = \big (\beta ^{1}\big )^2 + \dots + \big (\beta ^r\big )^2 - \big (\beta ^{r+1}\big )^2- \dots - \big (\beta ^{r+s} \big )^2, \end{aligned}$$
(2.23)
for some nonnegative integers rs with $$r+s=n$$.

Proof.

Let $$(b_i)$$ be an orthonormal basis for V, and let $$\big (\beta ^i\big )$$ be the dual basis for $$V^*$$. A computation shows that q has a basis expression of the form (2.23), but perhaps with the positive and negative terms in a different order. Reordering the basis so that the positive terms come first, we obtain (2.23). $$\square $$

It turns out that the numbers r and s in (2.23) are independent of the choice of basis. The key to proving this is the following classical result from linear algebra.

Proposition 2.65

(Sylvester’s Law of Inertia). Suppose (Vq) is a finite-dimensional scalar product space. If q has the representation (2.23) in some basis, then the number r is the maximum dimension among all subspaces on which the restriction of q is positive definite, and thus r and s are independent of the choice of basis.

Proof.

Problem 2-33. $$\square $$

The integer s in the expression (2.23) (the number of negative terms) is called the index of $${\varvec{q}}$$, and the ordered pair (rs) is called the signature of $${\varvec{q}}$$.

Now suppose M is a smooth manifold. A pseudo-Riemannian metric on $${\varvec{M}}$$ (called by some authors a semi-Riemannian metric) is a smooth symmetric 2-tensor field g that is nondegenerate at each point of M, and with the same signature everywhere. Every Riemannian metric is also a pseudo-Riemannian metric.

Proposition 2.66

(Orthonormal Frames for Pseudo-Riemannian Manifolds). Let (Mg) be a pseudo-Riemannian manifold. For each $$p\in M$$, there exists a smooth orthonormal frame on a neighborhood of p in M.

$$\blacktriangleright $$ Exercise 2.67. Prove the preceding proposition.

$$\blacktriangleright $$ Exercise 2.68. Suppose $$(M_1,g_1)$$ and $$(M_2,g_2)$$ are pseudo-Riemannian manifolds of signatures $$(r_1,s_1)$$ and $$(r_2,s_2)$$, respectively. Show that $$(M_1\times M_2, g_1\oplus g_2)$$ is a pseudo-Riemannian manifold of signature $$(r_1+r_2,s_1+s_2)$$.

For nonnegative integers r and s, we define the pseudo-Euclidean space of signature $$({\varvec{r},}{\varvec{s}})$$, denoted by $$\mathbb {R}^{r, s}$$, to be the manifold $$\mathbb {R}^{r+s}$$, with standard coordinates denoted by $$\big (\xi ^1,\dots ,\xi ^r,\tau ^1,\dots ,\tau ^s\big )$$, and with the pseudo-Riemannian metric $$\bar{q}^{(r, s)}$$ defined by
$$\begin{aligned} \bar{q}^{(r, s)} = \big (d\xi ^{1}\big )^2 + \dots + \big (d\xi ^{r}\big )^2 - \big (d\tau ^{1}\big )^2 - \dots - \big (d\tau ^{s}\big )^2. \end{aligned}$$
(2.24)
By far the most important pseudo-Riemannian metrics (other than the Riemannian ones) are the Lorentz metrics, which are pseudo-Riemannian metrics of index 1, and thus signature (r, 1). (Some authors, especially in the physics literature, prefer to use signature (1, r); either one can be converted to the other by multiplying the metric by $$-1$$, so there is no significant difference.)
The pseudo-Euclidean metric $$\bar{q}^{(r, 1)}$$ is a Lorentz metric called the Minkowski metric, and the Lorentz manifold $$\mathbb {R}^{r, 1}$$ is called $$\mathbf{(r+1)}$$ -dimensional Minkowski space. If we denote standard coordinates on $$\mathbb {R}^{r, 1}$$ by $$\big (\xi ^1,\dots ,\xi ^{r},\tau \big )$$, then the Minkowski metric is given by
$$\begin{aligned} \bar{q}^{(r, 1)} = \bigl (d\xi ^1\bigr )^2 + \dots + \bigl (d\xi ^r\bigr )^2-(d\tau )^2 . \end{aligned}$$
(2.25)
In the special case of $$\mathbb {R}^{3,1}$$, the Minkowski metric is the fundamental invariant of Albert Einstein’s special theory of relativity, which can be expressed succinctly by saying that if gravity is ignored, then spacetime is accurately modeled by $$(3+1)$$-dimensional Minkowski space, and the laws of physics have the same form in every coordinate system in which the Minkowski metric has the expression (2.25). The differing physical characteristics of “space” (the $$\xi ^i$$ directions) and “time” (the $$\tau $$ direction) arise from the fact that they are subspaces on which the metric is positive definite and negative definite, respectively. The general theory of relativity includes gravitational effects by allowing the Lorentz metric to vary from point to point.

Many, but not all, results from the theory of Riemannian metrics apply equally well to pseudo-Riemannian metrics. Throughout this book, we will attempt to point out which results carry over directly to pseudo-Riemannian metrics, which ones can be adapted with minor modifications, and which ones do not carry over at all. As a rule of thumb, proofs that depend only on the nondegeneracy of the metric tensor, such as properties of the musical isomorphisms and existence and uniqueness of geodesics, work fine in the pseudo-Riemannian setting, while proofs that use positivity in an essential way, such as those involving lengths of curves, do not.

One notable result that does not carry over to the pseudo-Riemannian case is Proposition 2.4, about the existence of metrics. For example, the following result characterizes those manifolds that admit Lorentz metrics.

Theorem 2.69.

A smooth manifold M admits a Lorentz metric if and only if it admits a rank-1 tangent distribution (i.e., a rank-1 subbundle of TM).

Proof.

Problem 2-34. $$\square $$

With some more sophisticated tools from algebraic topology, it can be shown that every noncompact connected smooth manifold admits a Lorentz metric, and a compact connected smooth manifold admits a Lorentz metric if and only if its Euler characteristic is zero (see [O’N83, p. 149]). It follows that no even-dimensional sphere admits a Lorentz metric, because $$\mathbb S^{2n}$$ has Euler characteristic equal to 2.

For a thorough treatment of pseudo-Riemannian metrics from a mathematical point of view, see the excellent book [O’N83]; a more physical treatment can be found in [HE73].

Pseudo-Riemannian Submanifolds

The theory of submanifolds is only slightly more complicated in the pseudo-Riemannian case. If $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a pseudo-Riemannian manifold, a smooth submanifold $$\iota :M\mathrel {\hookrightarrow }{{\widetilde{M}}}$$ is called a pseudo-Riemannian submanifold of $${{\widetilde{\varvec{M}}}}$$ if $$\iota ^* {\tilde{g}}$$ is nondegenerate with constant signature. If this is the case, we always consider M to be endowed with the induced pseudo-Riemannian metric $$\iota ^*{\tilde{g}}$$. In the special case in which $$\iota ^* {\tilde{g}}$$ is positive definite, M is called a Riemannian submanifold.

The nondegeneracy hypothesis is not automatically satisfied: for example, if $$M\subseteq \mathbb {R}^{1,1}$$ is the submanifold $$\{(\xi ,\tau ):\xi =\tau \}$$ and $$\iota :M\rightarrow \mathbb {R}^{1,1}$$ is inclusion, then the pullback tensor $$\iota ^*\bar{q}^{(1,1)}$$ is identically zero on M.

For hypersurfaces (submanifolds of codimension 1), the nondegeneracy condition is easy to check. If $$M\subseteq {{\widetilde{M}}}$$ is a smooth submanifold and $$p\in M$$, then a vector $$\nu \in T_p{{\widetilde{M}}}$$ is said to be normal to $${\varvec{M}}$$ if $$\langle \nu , x\rangle =0$$ for all $$x\in T_pM$$, just as in the Riemannian case. The space of all normal vectors at p is a subspace of $$T_p{{\widetilde{M}}}$$ denoted by $$N_pM$$.

Proposition 2.70.

Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a pseudo-Riemannian manifold of signature (rs). Let M be a smooth hypersurface in $${{\widetilde{M}}}$$, and let $$\iota :M\mathrel {\hookrightarrow }{{\widetilde{M}}}$$ be the inclusion map. Then the pullback tensor field $$\iota ^*{\tilde{g}}$$ is nondegenerate if and only if $${\tilde{g}}(\nu ,\nu )\ne 0$$ for every $$p\in M$$ and every nonzero normal vector $$\nu \in N_pM$$. If $${\tilde{g}}(\nu ,\nu )>0$$ for every nonzero normal vector to M, then M is a pseudo-Riemannian submanifold of signature $$(r-1,s)$$; and if $${\tilde{g}}(\nu ,\nu )<0$$ for every such vector, then M is a pseudo-Riemannian submanifold of signature $$(r, s-1)$$.

Proof.

Given $$p\in M$$, Lemma 2.60 shows that $$T_pM$$ is a nondegenerate subspace of $$T_p{{\widetilde{M}}}$$ if and only if the one-dimensional subspace $$(T_pM)^\perp =N_pM$$ is nondegenerate, which is the case if and only if every nonzero $$\nu \in N_pM$$ satisfies $${\tilde{g}}(\nu ,\nu )\ne 0$$.

Now suppose $${\tilde{g}}(\nu ,\nu )>0$$ for every nonzero normal vector $$\nu $$. Let $$p\in M$$ be arbitrary, and let $$\nu $$ be a nonzero element of $$N_pM$$. Writing $$n=\dim {{\widetilde{M}}}$$, we can complete $$\nu $$ to a nondegenerate basis $$(\nu , w_2,\dots , w_n)$$ for $$T_p{{\widetilde{M}}}$$ by Lemma 2.62, and then use the Gram–Schmidt algorithm to find an orthonormal basis $$(b_1,\dots , b_n)$$ for $$T_p{{\widetilde{M}}}$$ such that $$\text {span}(b_1) = N_pM$$. It follows that $$\text {span}(b_2,\dots , b_n)=T_pM$$. If $$\big (\beta ^j\big )$$ is the dual basis to $$(b_i)$$, then $${\tilde{g}}_p$$ has a basis representation of the form $$(\beta ^1)^2 \pm (\beta ^2)^2 \pm \dots \pm (\beta ^n)^2$$, with a total of r positive terms and s negative ones, and with a positive sign on the first term $$(\beta ^1)^2$$. Therefore, $$\iota ^*{\tilde{g}}_p = \pm (\beta ^2)^2 \pm \dots \pm (\beta ^n)^2$$ has signature $$(r-1,s)$$. The argument for the case $${\tilde{g}}(\nu ,\nu )<0$$ is similar. $$\square $$

If $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a pseudo-Riemannian manifold and $$f\,{\in }\, C^\infty (M)$$, then the gradient of $${\varvec{f}}$$ is defined as the smooth vector field $${{\,\mathrm{grad}\,}}\, f = (df)^\sharp $$ just as in the Riemannian case.

Corollary 2.71.

Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a pseudo-Riemannian manifold of signature (rs), $$f\in C^\infty \big ({{\widetilde{M}}}\big )$$, and $$M = f^{-1}(c)$$ for some $$c\in \mathbb {R}$$. If $${\tilde{g}}({{\,\mathrm{grad}\,}}\, f,~{{\,\mathrm{grad}\,}}\, f)>0$$ everywhere on M, then M is an embedded pseudo-Riemannian submanifold of $${{\widetilde{M}}}$$ of signature $$(r-1,s)$$; and if $${\tilde{g}}({{\,\mathrm{grad}\,}}\, f,~{{\,\mathrm{grad}\,}}\, f)<0$$ everywhere on M, then M is an embedded pseudo-Riemannian submanifold of $${{\widetilde{M}}}$$ of signature $$(r, s-1)$$. In either case, $${{\,\mathrm{grad}\,}}\, f$$ is everywhere normal to M.

Proof.

Problem 2-35. $$\square $$

Proposition 2.72

(Pseudo-Riemannian Adapted Orthonormal Frames). Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a pseudo-Riemannian manifold, and $$M\subseteq {{\widetilde{M}}}$$ is an embedded pseudo-Riemannian or Riemannian submanifold. For each $$p\in M$$, there exists a smooth orthonormal frame on a neighborhood of p in $${{\widetilde{M}}}$$ that is adapted to M.

Proof.

Write $$m=\dim {{\widetilde{M}}}$$ and $$n=\dim M$$, and let $$p\in M$$ be arbitrary. Proposition 2.66 shows that there is a smooth orthonormal frame $$(E_1,\dots , E_n)$$ for M on some neighborhood of p in M. Then by Lemma 2.62, we can find vectors $$v_{n+1},\dots , v_m\in T_p{{\widetilde{M}}}$$ such that $$\left( E_1|_p,\dots ,E_n|_p, v_{n+1},\dots , v_m\right) $$ is a nondegenerate basis for $$T_p{{\widetilde{M}}}$$. Now extend $$v_{n+1},\dots , v_m$$ arbitrarily to smooth vector fields $$V_{n+1},\dots , V_m$$ on a neighborhood of p in $${{\widetilde{M}}}$$. By continuity, the ordered m-tuple $$\left( E_1,\dots ,E_n, V_{n+1},\dots , V_m\right) $$ will be a nondegenerate frame for $${{\widetilde{M}}}$$ in some (possibly smaller) neighborhood of p. Applying the Gram–Schmidt algorithm (Prop. 2.63) to this local frame yields a smooth local orthonormal frame $$(E_1,\dots , E_m)$$ for $${{\widetilde{M}}}$$ with the property that $$(E_1,\dots , E_n)$$ restricts to a local orthonormal frame for M. $$\square $$

The next corollary is proved in the same way as Proposition 2.16.

Corollary 2.73

(Normal Bundle to a Pseudo-Riemannian Submanifold). Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ is a pseudo-Riemannian manifold, and $$M\subseteq {{\widetilde{M}}}$$ is an embedded pseudo-Riemannian or Riemannian submanifold. The set of vectors normal to M is a smooth vector subbundle of $$T{{\widetilde{M}}}|_M$$, called the normal bundle to $${\varvec{M}}$$. $$\square $$

Other Generalizations of Riemannian Metrics

Pseudo-Riemannian metrics are obtained by relaxing the positivity requirement for Riemannian metrics. In addition, there are other useful generalizations that result when we relax other requirements. In this section we touch briefly on two of those generalizations. We will not treat these anywhere else in the book, but it is useful to know the definitions.

Sub-Riemannian Metrics

The first generalization arises when we relax the requirement that the metric be defined on the whole tangent space.

A sub-Riemannian metric (also sometimes known as a singular Riemannian metric or Carnot–Carathéodory metric) on a smooth manifold M is a smooth fiber metric on a smooth tangent distribution $$S\subseteq TM$$ (i.e., a vector subbundle of TM). Since lengths make sense only for vectors in S, the only curves whose lengths can be measured are those whose velocity vectors lie everywhere in S. Therefore, one usually imposes some condition on S that guarantees that any two nearby points can be connected by such a curve. This is, in a sense, the opposite of the Frobenius integrability condition, which would restrict every such curve to lie in a single leaf of a foliation.

Sub-Riemannian metrics arise naturally in the study of the abstract models of real submanifolds of complex space $$\mathbb C^n$$, called CR manifolds (short for Cauchy–Riemann manifolds). CR manifolds are real manifolds endowed with a tangent distribution $$S\subseteq TM$$ whose fibers carry the structure of complex vector spaces (with an additional integrability condition that need not concern us here). In the model case of a submanifold $$M\subseteq \mathbb C^n$$, S is the set of vectors tangent to M that remain tangent after multiplication by $$i=\sqrt{-1}$$ in the ambient complex coordinates. If S is sufficiently far from being integrable, choosing a fiber metric on S results in a sub-Riemannian metric whose geometric properties closely reflect the complex-analytic properties of M as a subset of $$\mathbb C^n$$.

Another motivation for studying sub-Riemannian metrics arises from control theory. In this subject, one is given a manifold with a vector field depending on parameters called controls, with the goal being to vary the controls so as to obtain a solution curve with desired properties, often one that minimizes some function such as arc length. If the vector field is constrained to be everywhere tangent to a distribution S on the manifold (for example, in the case of a robot arm whose motion is restricted by the orientations of its hinges), then the function can often be modeled as a sub-Riemannian metric and optimal solutions modeled as sub-Riemannian geodesics.

A useful introduction to the geometry of sub-Riemannian metrics is provided in the article [Str86].

Finsler Metrics

Another important generalization arises from relaxing the requirement that norms of vectors be defined in terms of an inner product on each tangent space.

In general, a norm on a vector space V is a real-valued function on V, usually written $$v\mapsto |v|$$, that satisfies
  1. (i)

    Homogeneity: $$|cv| = |c| \,|v|$$ for $$v\in V$$ and $$c\in \mathbb {R}$$;

     
  2. (ii)

    Positivity: $$|v|\ge 0$$ for $$v\in V$$, with equality if and only if $$v=0$$;

     
  3. (iii)

    Triangle Inequality: $$|v+w|\le |v|+|w|$$ for $$v, w\in V$$.

     

For example, the length function associated with an inner product is a norm.

Now suppose M is a smooth manifold. A Finsler metric on M is a continuous function $$F:TM\rightarrow \mathbb {R}$$, smooth on the set of nonzero vectors, whose restriction to each tangent space $$T_pM$$ is a norm. Again, the norm function associated with a Riemannian metric is a special case.

The inventor of Riemannian geometry himself, Bernhard Riemann, clearly envisaged an important role in n-dimensional geometry for what we now call Finsler metrics; he restricted his investigations to the “Riemannian” case purely for simplicity (see [Spi79, Vol. 2]). However, it was not until the late twentieth century that Finsler metrics began to be studied seriously from a geometric point of view.

The recent upsurge of interest in Finsler metrics has been motivated in part by the fact that two different Finsler metrics appear very naturally in the theory of several complex variables. For certain bounded open sets in $$\mathbb C^n$$ (the ones with smooth, strictly convex boundaries, for example), the Kobayashi metric and the Carathéodory metric are intrinsically defined, biholomorphically invariant Finsler metrics. Combining differential-geometric and complex-analytic methods has led to striking new insights into both the function theory and the geometry of such domains. We do not treat Finsler metrics further in this book, but you can consult one of the recent books on the subject [AP94, BCS00, JP13].

Problems
  1. 2-1.

    Show that every Riemannian 1-manifold is flat. (Used on pp. 13, 193.)

     
  2. 2-2.

    Suppose V and W are finite-dimensional real inner product spaces of the same dimension, and $$F:V\rightarrow W$$ is any map (not assumed to be linear or even continuous) that preserves the origin and all distances: $$F(0)=0$$ and $$|F(x)-F(y)|=|x-y|$$ for all $$x, y\in V$$. Prove that F is a linear isometry. [Hint: First show that F preserves inner products, and then show that it is linear.] (Used on p. 187.)

     
  3. 2-3.

    Given a smooth embedded 1-dimensional submanifold $$C\subseteq H$$ as in Example 2.24(b), show that the surface of revolution $$S_C\subseteq \mathbb {R}^3$$ with its induced metric is isometric to the warped product $$C\times _a\mathbb S^1$$, where $$a:C\rightarrow \mathbb {R}$$ is the distance to the z-axis.

     
  4. 2-4.

    Let $$\rho :\mathbb {R}^+\rightarrow \mathbb {R}$$ be the restriction of the standard coordinate function, and let $$\mathbb {R}^+\times _\rho \mathbb S^{n-1}$$ denote the resulting warped product (see Example 2.24(c)). Define ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1234_HTML.gif by $$\varPhi (\rho ,\omega ) = \rho \omega $$. Show that $$\varPhi $$ is an isometry between the warped product metric and the Euclidean metric on ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1237_HTML.gif. (Used on p. 293.)

     
  5. 2-5.

    Prove parts (b) and (c) of Proposition 2.25 (properties of horizontal vector fields). (Used on p. 146.)

     
  6. 2-6.

    Prove Theorem 2.28 (if $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a surjective smooth submersion, and a group acts on $${{\widetilde{M}}}$$ isometrically, vertically, and transitively on fibers, then M inherits a unique Riemannian metric such that $$\pi $$ is a Riemannian submersion).

     
  7. 2-7.

    For $$0<k<n$$, the set $$\mathrm {G}_k(\mathbb {R}^n)$$ of k-dimensional linear subspaces of $$\mathbb {R}^n$$ is called a Grassmann manifold or Grassmannian. The group $${{\,\mathrm{GL}\,}}(n,\mathbb {R})$$ acts transitively on $$\mathrm {G}_k(\mathbb {R}^n)$$ in an obvious way, and $$\mathrm {G}_k(\mathbb {R}^n)$$ has a unique smooth manifold structure making this action smooth (see [LeeSM, Example 21.21]).

    1. (a)

      Let $$\mathrm {V}_k(\mathbb {R}^n)$$ denote the set of orthonormal ordered k-tuples of vectors in $$\mathbb {R}^n$$. By arranging the vectors in k columns, we can view $$\mathrm {V}_k(\mathbb {R}^n)$$ as a subset of the vector space $${{\,\mathrm{M}\,}}(n\times k,\mathbb {R})$$ of all $$n\times k$$ real matrices. Prove that $$\mathrm {V}_k(\mathbb {R}^n)$$ is a smooth submanifold of $${{\,\mathrm{M}\,}}(n\times k,\mathbb {R})$$ of dimension $$k(2n-k-1)/2$$, called a Stiefel manifold. [Hint: Consider the map $$\varPhi :{{\,\mathrm{M}\,}}(n\times k,\mathbb {R})\rightarrow {{\,\mathrm{M}\,}}(k\times k,\mathbb {R})$$ given by $$\varPhi (A) = A^T A$$.]

       
    2. (b)

      Show that the map $$\pi :\mathrm {V}_k(\mathbb {R}^n)\rightarrow \mathrm {G}_k(\mathbb {R}^n)$$ that sends a k-tuple to its span is a surjective smooth submersion.

       
    3. (c)

      Give $$\mathrm {V}_k(\mathbb {R}^n)$$ the Riemannian metric induced from the Euclidean metric on $$\mathrm {M}(n\times k,\mathbb {R})$$. Show that the right action of $${{\,\mathrm{O}\,}}(k)$$ on $$\mathrm {V}_k(\mathbb {R}^n)$$ by matrix multiplication on the right is isometric, vertical, and transitive on fibers of $$\pi $$, and thus there is a unique metric on $$\mathrm {G}_k(\mathbb {R}^n)$$ such that $$\pi $$ is a Riemannian submersion. [Hint: It might help to note that the Euclidean inner product on $${{\,\mathrm{M}\,}}(n\times k,\mathbb {R})$$ can be written in the form $$\langle A, B\rangle = {{\,\mathrm{tr}\,}}\big (A^T B\big )$$.]

      (Used on p. 82.)

       
     
  8. 2-8.

    Prove that the action of $$\mathbb Z$$ on $$\mathbb {R}^2$$ defined in Example 2.35 is smooth, free, proper, and isometric, and therefore the open Möbius band inherits a flat Riemannian metric such that the quotient map is a Riemannian covering.

     
  9. 2-9.

    Prove Proposition 2.37 (the gradient is orthogonal to regular level sets).

     
  10. 2-10.

    Suppose (Mg) is a Riemannian manifold, $$f\in C^\infty (M)$$, and $$X\in \mathfrak X(M)$$ is a nowhere-vanishing vector field. Prove that $$X={{\,\mathrm{grad}\,}}f$$ if and only if $$Xf\equiv |X|_g^2$$ and X is orthogonal to the level sets of f at all regular points of f. (Used on pp. 161, 180.)

     
  11. 2-11.

    Prove Proposition 2.40 (inner products on tensor bundles).

     
  12. 2-12.

    Prove Proposition 2.41 (existence and uniqueness of the Riemannian volume form).

     
  13. 2-13.

    Prove Proposition 2.43 (characterizing the volume form of a Riemannian hypersurface). [Hint: To prove (2.17), use an adapted orthonormal frame.]

     
  14. 2-14.

    Suppose $$\big ({{\widetilde{M}}},{\tilde{g}}\big )$$ and (Mg) are compact connected Riemannian manifolds, and $$\pi :{{\widetilde{M}}}\rightarrow M$$ is a k-sheeted Riemannian covering. Prove that $${{\,\mathrm{Vol}\,}}\big ({{\widetilde{M}}}\big ) = k\cdot {{\,\mathrm{Vol}\,}}(M)$$. (Used on p. 363.)

     
  15. 2-15.
    Suppose $$(M_1,g_1)$$ and $$(M_2,g_2)$$ are oriented Riemannian manifolds of dimensions $$k_1$$ and $$k_2$$, respectively. Let $$f:M_1\rightarrow \mathbb {R}^+$$ be a smooth function, and let $$g = g_1\oplus f^2 g_2$$ be the corresponding warped product metric on $$M_1\times _f M_2$$. Prove that the Riemannian volume form of g is given by
    $$\begin{aligned} dV_g = f^{k_2} dV_{g_1} \wedge dV_{g_2}, \end{aligned}$$
    where f, $$dV_{g_1}$$, and $$dV_{g_2}$$ are understood to be pulled back to $$M_1\times M_2$$ by the projection maps. (Used on p. 295.)
     
  16. 2-16.
    Let (Mg) be a Riemannian n-manifold. Show that for each $$k=1,\dots , n$$, there is a unique fiber metric ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1289_HTML.gif on the bundle $$\Lambda ^k T^*M$$ that satisfies
    $$\begin{aligned} \big \langle \omega ^1\wedge \cdots \wedge \omega ^k, \eta ^1\wedge \cdots \wedge \eta ^k\big \rangle _g = \det \Big (\big \langle \omega ^i,\eta ^j\big \rangle _g\Big ) \end{aligned}$$
    (2.26)
    whenever $$\omega ^1,\dots ,\omega ^k,\eta ^1,\dots ,\eta ^k$$ are covectors at a point $$p\in M$$. [Hint: Define the inner product locally by declaring the set of k-covectors
    $$\begin{aligned} \Bigl \{\varepsilon ^{i_1}\wedge \dots \wedge \varepsilon ^{i_k}\bigr |_p:i_1<\dots <i_k\Bigr \} \end{aligned}$$
    to be an orthonormal basis for $$\Lambda ^k\big (T_p^*M\big )$$ whenever $$\bigl (\varepsilon ^i\bigr )$$ is a local orthonormal coframe for $$T^*M$$, and then prove that the resulting inner product satisfies (2.26) and is independent of the choice of frame.]
     
  17. 2-17.

    Because we regard the bundle $$\Lambda ^kT^*M$$ of k-forms as a subbundle of the bundle $$T^kT^*M$$ of covariant k-tensors, we have two inner products to choose from on k-forms: the one defined in Problem 2-16, and the restriction of the tensor inner product defined in Proposition 2.40. For this problem, we use the notation ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1298_HTML.gif to denote the inner product of Problem 2-16, and ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1299_HTML.gif to denote the restriction of the tensor inner product.

    1. (a)
      Using the convention for the wedge product that we use in this book (see p. 400), prove that
      ../images/56724_2_En_2_Chapter/56724_2_En_2_Equ107_HTML.png
       
    2. (b)
      Show that if the Alt convention is used for the wedge product (p. 401), the formula becomes
      ../images/56724_2_En_2_Chapter/56724_2_En_2_Equ108_HTML.png
       
     
  18. 2-18.

    Let (Mg) be an oriented Riemannian n-manifold.

    1. (a)
      For each $$k=0,\dots , n,$$ show that there is a unique smooth bundle homomorphism $$\mathop {*}\nolimits :\Lambda ^k T^*M \rightarrow \Lambda ^{n-k} T^*M$$, called the Hodge star operator , satisfying
      $$\begin{aligned} \omega \wedge \mathop {*}\nolimits \eta = \langle \omega ,\eta \rangle _g\, dV_g \end{aligned}$$
      for all smooth k-forms $$\omega $$, $$\eta $$, where ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1305_HTML.gif is the inner product on k-forms defined in Problem 2-16. (For $$k=0,$$ interpret the inner product as ordinary multiplication.) [Hint: First prove uniqueness, and then define $$\mathop {*}\nolimits $$ locally by setting
      $$\begin{aligned} \mathop {*}\nolimits \left( \varepsilon ^{i_1}\wedge \dots \wedge \varepsilon ^{i_k}\right) = \pm \varepsilon ^{j_1}\wedge \dots \wedge \varepsilon ^{j_{n-k}} \end{aligned}$$
      in terms of an orthonormal coframe $$\bigl (\varepsilon ^i\bigr )$$, where the indices $$j_1,\dots , j_{n-k}$$ are chosen such that $$(i_1,\dots ,i_k, j_1,\dots , j_{n-k})$$ is some permutation of $$(1,\dots , n)$$.]
       
    2. (b)

      Show that $$\mathop {*}\nolimits :\Lambda ^0 T^*M\rightarrow \Lambda ^n T^*M$$ is given by $$\mathop {*}\nolimits f = f\, dV_g$$.

       
    3. (c)

      Show that $$\mathop {*}\nolimits \mathop {*}\nolimits \omega = (-1)^{k(n-k)}\omega $$ if $$\omega $$ is a k-form.

       
     
  19. 2-19.

    Regard $$\mathbb {R}^n$$ as a Riemannian manifold with the Euclidean metric and the standard orientation, and let $$\mathop {*}\nolimits $$ denote the Hodge star operator defined in Problem 2-18.

    1. (a)

      Calculate $$\mathop {*}\nolimits dx^i$$ for $$i=1,\dots , n$$.

       
    2. (b)

      Calculate $$\mathop {*}\nolimits \bigl (dx^i\wedge dx^j\bigr )$$ in the case $$n=4$$.

       
     
  20. 2-20.

    Let M be an oriented Riemannian 4-manifold. A 2-form $$\omega $$ on M is said to be self-dual if $$\mathop {*}\nolimits \omega = \omega ,$$ and anti-self-dual if $$\mathop {*}\nolimits \omega = - \omega $$.

    1. (a)

      Show that every 2-form $$\omega $$ on M can be written uniquely as a sum of a self-dual form and an anti-self-dual form.

       
    2. (b)

      On $$M=\mathbb {R}^4$$ with the Euclidean metric, determine the self-dual and anti-self-dual forms in standard coordinates.

       
     
  21. 2-21.

    Prove Proposition 2.46 (the coordinate formulas for the divergence and the Laplacian).

     
  22. 2-22.

    Suppose (Mg) is a compact Riemannian manifold with boundary.

    1. (a)
      Prove the following divergence theorem for $$X\in \mathfrak X(M)$$:
      $$\begin{aligned} \int _M ({{\,\mathrm{div}\,}}X) dV_g = \int _{\partial M} \langle X, N\rangle _{g}\, dV_{\hat{g}}, \end{aligned}$$
      where N is the outward unit normal to $$\partial M$$ and $$\hat{g}$$ is the induced metric on $$\partial M$$. [Hint: Prove it first in the case that M is orientable, and then apply that case to the orientation covering of M (Prop. B.18).]
       
    2. (b)
      Show that the divergence operator satisfies the following product rule for $$u\in C^\infty (M)$$ and $$X\in \mathfrak X(M)$$:
      $$\begin{aligned} {{\,\mathrm{div}\,}}(uX) = u \, {{\,\mathrm{div}\,}}X + \langle {{\,\mathrm{grad}\,}}u, X\rangle _g, \end{aligned}$$
      and deduce the following “integration by parts” formula:
      $$\begin{aligned} \int _M \langle {{\,\mathrm{grad}\,}}u, X\rangle _g \, dV_g = \int _{\partial M} u\langle X, N\rangle _g\, dV_{\hat{g}} -\int _M u \, {{\,\mathrm{div}\,}}X\, dV_g . \end{aligned}$$
      What does this say when M is a compact interval in $$\mathbb {R}$$? (Used on p. 149.)
       
     
  23. 2-23.

    Let (Mg) be a compact Riemannian manifold with or without boundary. A function $$u\in C^\infty (M)$$ is said to be harmonic if $$\Delta u = 0$$, where $$\Delta $$ is the Laplacian defined on page 32.

    1. (a)
      Prove Green’s identities:
      $$\begin{aligned} \int _M u\Delta v\, dV_g&= \int _{\partial M} u\, Nv \, dV_{\hat{g}}-\int _M \left\langle {{\,\mathrm{grad}\,}}u,{{\,\mathrm{grad}\,}}v\right\rangle _g dV_g ,\\ \int _M (u\Delta v - v \Delta u)\, dV_g&= \int _{\partial M} (u\, Nv- v\, Nu)dV_{\hat{g}}, \end{aligned}$$
      where N is the outward unit normal vector field on $$\partial M$$ and $$\hat{g}$$ is the induced metric on $$\partial M$$.
       
    2. (b)

      Show that if M is connected, $$\partial M\ne \varnothing $$, and u, v are harmonic functions on M whose restrictions to $$\partial M$$ agree, then $$u\equiv v$$.

       
    3. (c)

      Show that if M is connected and $$\partial M=\varnothing $$, then the only harmonic functions on M are the constants, and every smooth function u satisfies $$\int _M \Delta u \, dV_g = 0$$.

      (Used on pp. 149, 223.)

       
     
  24. 2-24.

    Let (Mg) be a compact Riemannian manifold (without boundary). A real number $$\lambda $$ is called an eigenvalue of $${\varvec{M}}$$ if there exists a smooth function u on M, not identically zero, such that $$-\Delta u = \lambda u$$. In this case, u is called an eigenfunction corresponding to $$\lambda $$.

    1. (a)

      Prove that 0 is an eigenvalue of M, and that all other eigenvalues are strictly positive.

       
    2. (b)

      Show that if u and v are eigenfunctions corresponding to distinct eigenvalues, then $$\int _M uv\, dV_g =0$$.

      (Used on p. 149.)

       
     
  25. 2-25.

    Let (Mg) be a compact connected Riemannian n-manifold with nonempty boundary. A number $$\lambda \in \mathbb {R}$$ is called a Dirichlet eigenvalue for $${\varvec{M}}$$ if there exists a smooth real-valued function u on M, not identically zero, such that $$-\Delta u = \lambda u$$ and $$u|_{\partial M}=0$$. Similarly, $$\lambda $$ is called a Neumann eigenvalue if there exists such a u satisfying $$-\Delta u = \lambda u$$ and $$Nu|_{\partial M}=0$$, where N is the outward unit normal.

    1. (a)

      Show that every Dirichlet eigenvalue is strictly positive.

       
    2. (b)

      Show that 0 is a Neumann eigenvalue, and all other Neumann eigenvalues are strictly positive.

       
     
  26. 2-26.

    Dirichlet’s Principle:Suppose (Mg) is a compact connected Riemannian n-manifold with nonempty boundary. Prove that a function $$u\in C^\infty (M)$$ is harmonic if and only if it minimizes $$\int _M |{{\,\mathrm{grad}\,}}u|^2\, dV_g$$ among all smooth functions with the same boundary values. [Hint: For any function $$f\in C^\infty (M)$$ that vanishes on $$\partial M,$$ expand $$\int _M|{{\,\mathrm{grad}\,}}(u+\varepsilon f)|^2\, dV_g$$ and use Problem 2-22.]

     
  27. 2-27.

    Suppose (Mg) is an oriented Riemannian 3-manifold.

    1. (a)
      Define $$\beta :TM \rightarrow \Lambda ^2 T^*M$$ by ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1363_HTML.gif. Show that $$\beta $$ is a smooth bundle isomorphism, and thus we can define the curl of a vector field $$X\in \mathfrak X(M)$$ by
      $$\begin{aligned} {{\,\mathrm{curl}\,}}X = \beta ^{-1}d\big (X^\flat \big ). \end{aligned}$$
       
    2. (b)
      Show that the following diagram commutes:
      ../images/56724_2_En_2_Chapter/56724_2_En_2_Equ27_HTML.png
      (2.27)
      where $$\mathop {*}\nolimits (f) = f\, dV_g$$, and use this to prove that $${{\,\mathrm{curl}\,}}({{\,\mathrm{grad}\,}}f)=0$$ for every $$f\in C^\infty (M)$$, and $${{\,\mathrm{div}\,}}({{\,\mathrm{curl}\,}}X)=0$$ for every $$X\in \mathfrak X(M)$$.
       
    3. (c)

      Compute the formula for the curl in standard coordinates on $$\mathbb {R}^3$$ with the Euclidean metric.

       
     
  28. 2-28.
    Let (Mg) be an oriented Riemannian manifold and let $$\mathop {*}\nolimits $$ denote its Hodge star operator (Problem 2-18). Show that for every $$X\in \mathfrak X(M)$$,
    ../images/56724_2_En_2_Chapter/56724_2_En_2_Equ109_HTML.png
    and, when $$\dim M=3$$,
    $$\begin{aligned} {{\,\mathrm{curl}\,}}X = \bigl (\mathop {*}\nolimits d\big (X^\flat \big )\bigr )^\sharp , \end{aligned}$$
    where the curl of a vector field is defined as in Problem 2-27.
     
  29. 2-29.

    Let (Mg) be a compact oriented Riemannian n-manifold. For $$1\le k\le n$$, define a map $$d^*:\Omega ^k(M)\rightarrow \Omega ^{k-1}(M)$$ by $$d^*\omega = (-1)^{n(k+1)+1}\mathop {*}\nolimits d \mathop {*}\nolimits \omega $$, where $$\mathop {*}\nolimits $$ is the Hodge star operator defined in Problem 2-18. Extend this definition to 0-forms by defining $$d^*\omega =0$$ for $$\omega \in \Omega ^0(M)$$.

    1. (a)

      Show that $$d^*\circ d^* = 0$$.

       
    2. (b)
      Show that the formula
      $$\begin{aligned} (\omega ,\eta ) = \int _M \langle \omega ,\eta \rangle _g\, dV_g \end{aligned}$$
      defines an inner product on $$\Omega ^k(M)$$ for each k, where ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1385_HTML.gif is the inner product on forms defined in Problem 2-16.
       
    3. (c)

      Show that $$(d^*\omega ,\eta ) = (\omega , d\eta )$$ for all $$\omega \in \Omega ^k(M)$$ and $$\eta \in \Omega ^{k-1}(M)$$.

       
     
  30. 2-30.

    Suppose (Mg) is a (not necessarily connected) Riemannian manifold. Show that there is a distance function d on M that induces the given topology and restricts to the Riemannian distance on each component of M. (Used on p. 187.)

     
  31. 2-31.

    Suppose (Mg) and $$\bigl ({{\widetilde{M}}},\tilde{g}\bigr )$$ are connected Riemannian manifolds, and $$\varphi :M\rightarrow {{\widetilde{M}}}$$ is a local isometry. Show that $$d_{\tilde{g}}(\varphi (x),\varphi (y))\le d_g(x, y)$$ for all $$x, y\in M$$. Give an example to show that equality need not hold. (Used on p. 37.)

     
  32. 2-32.
    Let (Mg) be a Riemannian manifold and $$\gamma :[a, b]\rightarrow M$$ a smooth curve segment. For each continuous function $$f:[a, b]\rightarrow \mathbb {R}$$, we define the integral of $${\varvec{f}}$$ with respect to arc length, denoted by $$\int _\gamma f\, ds$$, by
    $$\begin{aligned} \int _\gamma f\, ds = \int _a^b f(t)\, |\gamma '(t)|_g\, dt. \end{aligned}$$
    1. (a)
      Show that $$\int _\gamma f\, ds$$ is independent of parametrization in the following sense: if $$\varphi :[c,d]\rightarrow [a, b]$$ is a diffeomorphism, then
      $$\begin{aligned} \int _a^b f(t)\,|\gamma '(t)|_g\,dt = \int _c^d \tilde{f}(u) \,\bigl |{\tilde{\gamma }'}(u)\bigr |_g\, du, \end{aligned}$$
      where $$\tilde{f} = f\circ \varphi $$ and $$\tilde{\gamma }= \gamma \circ \varphi $$.
       
    2. (b)
      Suppose now that $$\gamma $$ is a smooth embedding, so that $$C= \gamma ([a, b])$$ is an embedded submanifold with boundary in M. Show that
      $$\begin{aligned} \int _\gamma f\, ds = \int _C (f\circ \gamma ^{-1}) \, d\tilde{V}, \end{aligned}$$
      where $$d\tilde{V}$$ is the Riemannian volume element on C associated with the induced metric and the orientation determined by $$\gamma $$.

      (Used on p. 273.)

       
     
  33. 2-33.

    Prove Proposition 2.65 (Sylvester’s law of inertia).

     
  34. 2-34.

    Prove Theorem 2.69 (existence of Lorentz metrics), as follows.

    1. (a)

      For sufficiency, assume that $$D\subseteq TM$$ is a 1-dimensional distribution, and choose any Riemannian metric g on M. Show that locally it is possible to choose a g-orthonormal frame $$(E_i)$$ and dual coframe $$\big (\varepsilon ^i\big )$$ such that $$E_1$$ spans D; and then show that the Lorentz metric $$-(\varepsilon ^1)^2 + (\varepsilon ^2)^2 + \dots + (\varepsilon ^n)^2$$ is independent of the choice of frame.

       
    2. (b)

      To prove necessity, suppose that g is a Lorentz metric on M, and let $$g_0$$ be any Riemannian metric. Show that for each $$p\in M$$, there are exactly two $$g_0$$-unit vectors $$v_0$$, $$-v_0$$ on which the function $$v\mapsto g(v, v)$$ takes its minimum among all unit vectors in $$T_pM$$, and use Lagrange multipliers to conclude that there exists a number $$\lambda (p)<0$$ such that $$g(v_0,w)=\lambda (p) g_0(v_0,w)$$ for all $$w\in T_pM$$. You may use the following standard result from perturbation theory: if U is an open subset of $$\mathbb {R}^n$$ and $$A:U\rightarrow {{\,\mathrm{GL}\,}}(n,\mathbb {R})$$ is a smooth matrix-valued function such that A(x) is symmetric and has exactly one negative eigenvalue for each $$x\in U$$, then there exist smooth functions $$\lambda :U\rightarrow (-\infty , 0)$$ and ../images/56724_2_En_2_Chapter/56724_2_En_2_IEq1424_HTML.gif such that $$A(x) X(x) = \lambda (x) X(x)$$ for all $$x\in U$$.

       
     
  35. 2-35.

    Prove Corollary 2.71 (about level sets in pseudo-Riemannian manifolds). (Used on p. 63.)