Physlib.Mathematics.Geometry.Metric.Riemannian.Defs
12 declarations
Coercion from to
#instCoeSomeENatThis definition provides an automatic coercion that allows a Riemannian metric on a manifold to be treated as a pseudo-Riemannian metric. Mathematically, this reflects the fact that every Riemannian metric is a specific type of pseudo-Riemannian metric where the signature is positive definite.
for Non-zero Tangent Vectors in a Riemannian Metric
#pos_defLet be a Riemannian metric on a manifold . For any point and any non-zero tangent vector , the metric satisfies .
The quadratic form of a Riemannian metric is positive-definite
#toQuadraticForm_posDefLet be a Riemannian metric on a smooth manifold . For any point , the associated quadratic form on the tangent space at , defined by , is positive definite.
The Negative Dimension of a Riemannian Metric is Zero
#riemannian_metric_negDim_zeroLet be a manifold equipped with a Riemannian metric . For any point , let be the quadratic form on the tangent space at defined by . Then the negative dimension of this quadratic form, denoted , is equal to .
Inner product structure on induced by Riemannian metric
#tangentInnerCoreFor a Riemannian metric on a manifold and a point , this definition provides the `InnerProductSpace.Core` structure for the tangent space . It defines the inner product of two tangent vectors using the metric tensor at , denoted as . This structure encapsulates the fundamental properties of a real inner product: symmetry (), linearity in the first argument, and positive definiteness (, with equality if and only if ).
Normed additive commutative group structure on induced by Riemannian metric
#metricNormedAddCommGroupGiven a manifold with a Riemannian metric and a point , this definition endows the tangent space with the structure of a normed additive commutative group. The norm of a tangent vector is induced by the inner product at defined by the metric, such that .
Inner product space structure on induced by Riemannian metric
#metricInnerProductSpace'For a Riemannian metric on a manifold and a point , this definition endows the tangent space with the structure of a real inner product space. The inner product of vectors is defined by the metric tensor at , such that . This structure is built upon the normed additive commutative group structure where the norm is given by .
Inner product space structure on induced by
#metricInnerProductSpaceGiven a manifold equipped with a Riemannian metric and a point , this definition endows the tangent space with the structure of a real inner product space. The inner product of two tangent vectors is defined by the metric tensor at , denoted . This structure is compatible with the norm and the associated normed additive commutative group structure on .
Norm of a tangent vector induced by a Riemannian metric
#normGiven a Riemannian metric on a manifold , a point , and a tangent vector in the tangent space , this function returns the norm of , denoted as . It is defined as the square root of the inner product of the vector with itself: .
Norm of a tangent vector induced by Riemannian metric
#norm'Given a manifold equipped with a Riemannian metric , a point , and a tangent vector in the tangent space , this function returns the norm of the vector. This norm is induced by the inner product at the point , defined such that .
equals the norm induced by the metric group structure on
#norm_eq_norm_of_metricNormedAddCommGroupLet be a smooth manifold equipped with a Riemannian metric . For any point and any tangent vector , the Riemannian norm (defined as ) is equal to the norm of as defined by the normed additive commutative group structure on induced by .
Length of a curve from to under metric
#curveLengthGiven a Riemannian metric on a manifold and a curve , this function calculates the arc length of the curve between the parameters and . It is defined as the integral of the norm of the tangent vector (velocity) along the curve: where denotes the tangent vector to the curve at parameter , and the norm is the one induced by the Riemannian metric at the point , i.e., .
