Physlib.Mathematics.Geometry.Metric.PseudoRiemannian.Defs
Pseudo-Riemannian Metrics on Smooth Manifolds
This file formalizes pseudo-Riemannian metrics on smooth manifolds and establishes their basic properties.
A pseudo-Riemannian metric equips a manifold with a smoothly varying, non-degenerate, symmetric bilinear form of *constant index* on each tangent space, generalizing the concept of an inner product space to curved spaces. The index here refers to `QuadraticForm.negDim`, the dimension of a maximal negative definite subspace.
Main Definitions
* `PseudoRiemannianMetric E H M n I`: A structure representing a `C^n` pseudo-Riemannian metric on a manifold `M` modelled on `(E, H)` with model with corners `I`. It consists of a family of non-degenerate, symmetric, continuous bilinear forms `gₓ` on each tangent space `TₓM`, varying `C^n`-smoothly with `x` and having a locally constant negative dimension (`negDim`). The model space `E` must be finite-dimensional, and the manifold `M` must be `C^{n+1}` smooth.
* `PseudoRiemannianMetric.flatEquiv g x`: The "musical isomorphism" from the tangent space at `x` to its dual space, representing the canonical isomorphism induced by the metric.
* `PseudoRiemannianMetric.sharpEquiv g x`: The inverse of the flat isomorphism, mapping from the dual space back to the tangent space.
* `PseudoRiemannianMetric.toQuadraticForm g x`: The quadratic form `v ↦ gₓ(v, v)` associated with the metric at point `x`.
This formalization adopts a direct approach, defining the metric as a family of bilinear forms on tangent spaces, varying smoothly over the manifold. This pragmatic choice allows for foundational development while acknowledging that a more abstract ideal would involve defining metrics as sections of a tensor bundle (e.g., `Hom(TM ⊗ TM, ℝ)` or `TM →L[ℝ] TM →L[ℝ] ℝ`.
Reference
* Barrett O'Neill, "Semi-Riemannian Geometry With Applications to Relativity" (Academic Press, 1983) * [Discussion on Zulip about (Pseudo) Riemannian metrics] https. leanprover.zulipchat.com/#narrow/channel/113488-general/topic/.28Pseudo.29.20Riemannian.20metric
Negative Index
Pseudo-Riemannian Metric
Flat
Sharp
Cotangent
46 declarations
Negative index of a quadratic form
Given a finite-dimensional real vector space and a quadratic form on , the negative dimension is the number of negative coefficients in the diagonalized form of . Specifically, if is represented as a weighted sum of squares with weights , then is the count of indices such that . Geometrically, this value represents the dimension of a maximal subspace such that for all non-zero .
The weighted sum of squares evaluated at equals
Let be a finite-dimensional vector space over with dimension . Let be a set of weights. For a vector defined such that its -th component is if and otherwise (i.e., is the -th standard basis vector ), the weighted sum of squares is equal to the weight .
Negative weight implies for some
Let be a finite-dimensional real vector space. Let be a quadratic form on that is equivalent to a weighted sum of squares , where is the dimension of and each weight is a sign in . If there exists an index such that the weight is negative, then there exists a non-zero vector such that . This provides a concrete realization of a 1-dimensional negative definite subspace contributing to the index of the form.
Positive definite quadratic forms have no negative weights in diagonal representation
Let be a real vector space and let be a positive definite quadratic form on . Suppose is equivalent to a weighted sum of squares , where is the dimension of and each weight is a sign in . Then for every index , the weight is not negative (i.e., ).
Positive Definite Quadratic Forms have
Let be a finite-dimensional real vector space. If is a positive definite quadratic form on , then its negative dimension (also known as the index of the form), denoted by , is .
Quadratic form associated with a symmetric bilinear form on
Let be a smooth manifold modeled on a normed space , and let denote the tangent space at a point . Given a family of continuous symmetric bilinear forms , this definition constructs the associated quadratic form on the tangent space defined by for all .
Bilinear form of a pseudo-Riemannian metric at
Given a pseudo-Riemannian metric on a smooth manifold and a point , this definition constructs the bilinear form on the tangent space . For tangent vectors , the bilinear form is defined by the value of the metric at applied to and .
Quadratic form of a pseudo-Riemannian metric at
Given a pseudo-Riemannian metric on a smooth manifold and a point , this definition constructs the associated quadratic form on the tangent space at . For any tangent vector , the quadratic form is defined by , where is the symmetric bilinear form provided by the metric at that point.
as a function mapping to a bilinear form on
This instance allows a pseudo-Riemannian metric on a smooth manifold to be treated as a function. Specifically, for any point , represents a continuous bilinear form on the tangent space , mapping two tangent vectors to a real number.
Evaluation of the Bilinear Form of a Pseudo-Riemannian Metric
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and tangent vectors , the value of the bilinear form associated with the metric at , denoted by , is equal to the evaluation of the metric's underlying function at on and , denoted by .
Evaluation of the Quadratic Form of a Pseudo-Riemannian Metric
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any tangent vector , the value of the quadratic form associated with the metric at evaluated at is equal to the metric's underlying bilinear form at evaluated on , i.e., .
The Bilinear Form of a Pseudo-Riemannian Metric is Symmetric
Let be a pseudo-Riemannian metric on a smooth manifold . For any point , the bilinear form induced by the metric on the tangent space at is symmetric.
The bilinear form of a pseudo-Riemannian metric is non-degenerate
Let be a pseudo-Riemannian metric on a smooth manifold . For any point , the bilinear form on the tangent space at is non-degenerate.
Inner product for a pseudo-Riemannian metric
For a pseudo-Riemannian metric on a smooth manifold and a point , this function represents the inner product (or scalar product) of two tangent vectors . The value is the real number obtained by evaluating the metric tensor at on the pair of vectors , denoted as .
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any two tangent vectors in the tangent space at , the inner product of and with respect to the metric at is equal to the evaluation of the underlying bilinear form of the metric tensor at on the pair .
Flat musical isomorphism for a pseudo-Riemannian metric
Given a pseudo-Riemannian metric on a smooth manifold and a point , the "flat" map is the linear map from the tangent space to its dual space (the space of continuous linear forms on ). It maps a vector to the 1-form , such that for any vector , the value is given by . In differential geometry and physics, this is the musical isomorphism used for index lowering, which is an isomorphism due to the non-degeneracy of the pseudo-Riemannian metric.
Evaluation of the flat map
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and tangent vectors , the evaluation of the 1-form (the image of under the "flat" musical isomorphism ) on the vector is equal to the metric evaluated at on the pair , which can be expressed as .
Continuous linear flat musical isomorphism for a pseudo-Riemannian metric
For a pseudo-Riemannian metric on a smooth manifold and a point , the flat musical isomorphism is the continuous linear map from the tangent space to the cotangent space (the space of continuous linear forms on ). It is defined such that for any vector , the resulting 1-form acts on a vector by .
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any tangent vectors , the action of the 1-form (the image of under the continuous linear flat musical isomorphism ) on the vector is equal to the metric evaluated at on the vectors and , namely .
The flat map is injective
Let be a pseudo-Riemannian metric on a smooth manifold and let be a point in . The "flat" musical isomorphism , which maps a tangent vector to the 1-form , is injective.
The continuous linear flat map is injective
Let be a pseudo-Riemannian metric on a smooth manifold and let be a point in . The continuous linear "flat" musical isomorphism , which maps a tangent vector to the cotangent vector (1-form) , is injective.
The flat map is surjective
Let be a pseudo-Riemannian metric on a smooth manifold and let be a point in . The continuous linear "flat" musical isomorphism , which maps a tangent vector to the cotangent vector (1-form) defined by , is surjective.
Flat musical isomorphism for a pseudo-Riemannian metric
Let be a pseudo-Riemannian metric on a smooth manifold . For any point , the "musical" isomorphism (flat) is the continuous linear equivalence between the tangent space and the cotangent space (defined as the space of continuous linear forms ). For a vector , the 1-form is defined by the action for all vectors . This map is an isomorphism due to the non-degeneracy of the metric .
The flat isomorphism `flatEquiv` equals the linear map `flatL`
Let be a pseudo-Riemannian metric on a smooth manifold . For any point , the underlying linear map of the flat musical isomorphism (denoted by `flatEquiv`) is equal to the continuous linear map (denoted by `flatL`) defined by the metric .
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any tangent vectors , the evaluation of the flat musical isomorphism (induced by at ) on the vector is equal to the metric inner product of and . That is, .
as continuous linear maps
Let be a pseudo-Riemannian metric on a smooth manifold and let be a point. The continuous linear map induced by the sharp musical isomorphism is equal to the continuous linear map . Here, denotes the tangent space and denotes the cotangent space (the space of continuous linear forms on ).
for a pseudo-Riemannian metric
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any 1-form in the cotangent space (the dual space of the tangent space ), applying the continuous linear sharp isomorphism followed by the continuous linear flat isomorphism yields the original 1-form . That is, .
for a pseudo-Riemannian metric
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any 1-form (covector) in the cotangent space , applying the linear sharp map followed by the linear flat map returns the original 1-form . That is,
Let be a pseudo-Riemannian metric on a smooth manifold and let be a point. For any two 1-forms in the cotangent space , let and denote their images in the tangent space under the sharp musical isomorphism induced by . Then the metric evaluated at on these two vectors satisfies .
Let be a pseudo-Riemannian metric on a smooth manifold . For any point , any tangent vector , and any 1-form , the metric evaluated at on the vector and the vector is equal to the evaluation of the 1-form on . That is, , where is the image of under the sharp musical isomorphism .
Induced metric value on the cotangent space
Let be a pseudo-Riemannian metric on a manifold and let be a point. This function defines the induced metric on the cotangent space . For any two 1-forms , its value is given by , where is the sharp musical isomorphism (index raising operator) induced by .
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any two 1-forms in the cotangent space at , the value of the induced metric on the cotangent space is equal to the evaluation of the first 1-form on the "sharp" of the second 1-form: where is the image of under the sharp musical isomorphism induced by at .
Symmetry of the induced metric on the cotangent space
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any two 1-forms in the cotangent space at , the induced metric on the cotangent space is symmetric: where denotes the bilinear form on induced by the metric at .
Induced Bilinear Form on the Cotangent Space
For a pseudo-Riemannian metric on a manifold , this definition constructs the induced symmetric bilinear form on the cotangent space at a point . Given two covectors , the value of the bilinear form is given by , where is the sharp musical isomorphism (index-raising operator) induced by .
Quadratic form on induced by
Given a pseudo-Riemannian metric on a manifold and a point , this definition provides the quadratic form on the cotangent space induced by the metric. For any 1-form , the value of the quadratic form is given by , where is the vector field obtained by applying the sharp musical isomorphism (index-raising operator) induced by to .
Let be a pseudo-Riemannian metric on a smooth manifold and let be a point. For any two covectors in the cotangent space (represented as the space of continuous linear maps ), the evaluation of the induced symmetric bilinear form on the cotangent space at is equal to the induced metric value , which is defined as .
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any 1-form , the value of the quadratic form induced by on the cotangent space at , denoted as , applied to is equal to the value of the induced metric on the cotangent space evaluated at . This is expressed by the equality: where and is the sharp musical isomorphism induced by .
The induced bilinear form on the cotangent space is symmetric
Let be a pseudo-Riemannian metric on a smooth manifold . For any point , the bilinear form induced by on the cotangent space is symmetric.
The induced metric on the cotangent space is non-degenerate
Let be a pseudo-Riemannian metric on a smooth manifold . For any point and any 1-form in the cotangent space, if the induced metric on the cotangent space satisfies for all 1-forms , then . This demonstrates that the induced metric on the cotangent space is non-degenerate.
The induced bilinear form on is non-degenerate
Let be a pseudo-Riemannian metric on a smooth manifold . For any point , the symmetric bilinear form induced by on the cotangent space is non-degenerate.
