I'm trying to get more knowledge on Riemann, Ricci and Einstein tensors and while reading Differential Geometry Curves Surfaces Manifolds Third Edition - W. Kühnel I came across the sectional curvature of the Riemann manifold with respect to the plane $\sigma$. I don't really see what the purpose of this curvature is, since I feel like the Riemann tensor (curvature tensor) is perfectly capable to give us enough information on the curvature of a manifold. So could anyone explain me what the exact purpose of the sectional curvature is?
-
1The Riemann curvature tensor doesn't contain any more information than all sectional curvatures. The only intrinsic curvature we really define is Gaussian curvature of a surface at a point. – yoyo May 26 '23 at 18:51
-
1Yes indeed, after posting it I think I realised the Riemann curvature tensor gives us information over manifolds in general, but the sectional curvature gives us additional information on 2D planes/sections of a Riemannian manifold. Is this correct? – JackpotWizard 180 May 26 '23 at 19:12
-
1If you want some algebraic proof that sectional curvature determines the Riemann curvature tensor, most books will have this, or random Google searches (e.g. lemma 15.4 of this pdf). – yoyo May 26 '23 at 19:27
2 Answers
The Riemann curvature indeed contains all information. The other way around as well, you can reconstruct the Riemann curvature from the sectional curvature.
One problem with the Riemann curvature is that it is very abstract. It contains a lot of information about the manifold and its Riemannian structure, but not always in a very straightforward way. Arguably the only intuitively clear concept is the Gaussian curvature. The sectional curvature allows you to reduce the Riemann curvature to the Gaussian curvature of all (geodesic) surfaces through the point in question.
The (or rather a) technical definition, starting from the curvature, is as follows. Let $g$ be the metric, and $R$ the curvature, as a map $R:\Lambda^2TM\to\operatorname{End}TM$. Then the expression $g(R(X,Y)Z, W)$ for $X,Y,Z,W\in\Gamma(TM)$ is
- alternating in both $X,Y$ and in $Z,W$
- symmetric in the pairs $(X,Y)$ and $(Z,W)$.
In other words, it defines a symmetric bilinear form on $\Lambda^2TM$. Since a symmetric bilinear form is fully determined by its values on the diagonal, the sectional curvature, which is by definition the restriction of this form to its diagonal, fully determines the Riemann curvature tensor.
When defined in this way, the equivalence is clear, but the intuition is still far. However, there is a very intuitive approach to the sectional curvature as well: any pair of tangent vectors at a point can locally be integrated (by means of the exponential map) to a geodetic surface. The sectional curvature for that pair of tangent vectors (or for their exterior product) is the Gaussian curvature of that surface.
There is another intuitive interpretation of the sectional curvature that is nice and practically useful: let $u,v\in T_xM$ be orthogonal unit vectors. The sectional curvature $\kappa(u\wedge v)$ is the lowest order, i.e. quadratic, infinitesimal correction to the distance between the geodesics $\gamma_u,\gamma_v$ where $\gamma_u(t) := \exp_x(tu)$:
$$d\left(\gamma_u(t),\gamma_v(t)\right) \equiv \sqrt2 t\left(1 - \frac\kappa{12}t^2 + \mathcal O(t^3)\right)\ \ \ \ (t\to0).$$
In particular we see that positive sectional curvature reduces distances w.r.t. flat and negative sectional curvature increases it.
- 3,829
-
1Thanks, indeed the issue I had was with the level of abstractness of the Riemann tensor. As in, I know how to calculate it's opponents when I'm given a metric tensor and a certain parametrisation, but the values I got for the Riemann tensor didn't really make sense to me. This made me realise it is indeed just really abstract, and it's not just me not being able to understand its meaning! – JackpotWizard 180 Jun 02 '23 at 12:35
Here's an example:
A Riemannian manifold $(M,g)$ (I also understand pseudo-Riemannian manifolds under the term "Riemannian") is a constant curvature space if $$ \mathrm{Sec}(\Pi)=c $$for the same number $c\in\mathbb R$ for all 2-planes $\Pi$ (all non-isotropic 2-planes, if we are also considering indefinite metrics) at all points of $M$, where $\mathrm{Sec}$ is the sectional curvature.
Constant curvature spaces are pretty important, they are basically the "most symmetric" Riemannian spaces.
On the other hand if $R$ denotes the Riemann curvature tensor, it doesn't really make sense to talk about $R$ being constant.
The closest notion is that $\nabla R=0$, i.e. the curvature tensor is parallel. But this is actually inequivalent to $\mathrm{Sec}=\mathrm{const}$. A constant curvature space will always satisfy $\nabla R=0$, but a space with $\nabla R=0$ is called a locally symmetric space, and is a strictly weaker notion than constant curvature spaces. There are Riemannian manifolds which are locally symmetric but not constant curvature.
Constant curvature spaces can also be formulated in terms of the curvature tensor btw, a space is constant curvature if and only if$$ R_{ijkl}=k(g_{ik}g_{jl}-g_{il}g_{jk}) $$for some constant $k\in\mathbb R$, but this is a far more unintuitive notion that $\mathrm{Sec}$ being constant.
So this is an example where something can be formulated much more easily via the sectional curvature than the curvature tensor, even though the two contain the same data.
Also from a conceptional point of view, the sectional curvature is a direct generalization of Gaussian curvature, while the curvature tensor is a bit less immediately related object.
- 7,329
- 25
- 42
-
Thanks a lot! I read more about it in the book by W. Kühnel, this also had the results in it you mentioned: (Sec($\Pi$)=c $\implies$ constant curvature space and that you can construct the curvature via the sectional curvature! – JackpotWizard 180 Jun 02 '23 at 12:32