PhyslibSearch

Physlib.Mathematics.Geometry.Metric.Riemannian.Defs

12 declarations

instance

Coercion from RiemannianMetric\text{RiemannianMetric} to PseudoRiemannianMetric\text{PseudoRiemannianMetric}

#instCoeSomeENat

This definition provides an automatic coercion that allows a Riemannian metric gg on a manifold MM 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.

theorem

gx(v,v)>0g_x(v, v) > 0 for Non-zero Tangent Vectors in a Riemannian Metric

#pos_def

Let gg be a Riemannian metric on a manifold MM. For any point xMx \in M and any non-zero tangent vector vTxMv \in T_x M, the metric satisfies gx(v,v)>0g_x(v, v) > 0.

theorem

The quadratic form of a Riemannian metric is positive-definite

#toQuadraticForm_posDef

Let gg be a Riemannian metric on a smooth manifold MM. For any point xMx \in M, the associated quadratic form Qx:TxMRQ_x: T_x M \to \mathbb{R} on the tangent space at xx, defined by Qx(v)=gx(v,v)Q_x(v) = g_x(v, v), is positive definite.

theorem

The Negative Dimension of a Riemannian Metric is Zero

#riemannian_metric_negDim_zero

Let MM be a manifold equipped with a Riemannian metric gg. For any point xMx \in M, let Qx:TxMRQ_x: T_x M \to \mathbb{R} be the quadratic form on the tangent space at xx defined by Qx(v)=gx(v,v)Q_x(v) = g_x(v, v). Then the negative dimension of this quadratic form, denoted negDim(Qx)\text{negDim}(Q_x), is equal to 00.

definition

Inner product structure on TxMT_x M induced by Riemannian metric gg

#tangentInnerCore

For a Riemannian metric gg on a manifold MM and a point xMx \in M, this definition provides the `InnerProductSpace.Core` structure for the tangent space TxMT_x M. It defines the inner product of two tangent vectors v,wTxMv, w \in T_x M using the metric tensor at xx, denoted as gx(v,w)g_x(v, w). This structure encapsulates the fundamental properties of a real inner product: symmetry (gx(v,w)=gx(w,v)g_x(v, w) = g_x(w, v)), linearity in the first argument, and positive definiteness (gx(v,v)0g_x(v, v) \geq 0, with equality if and only if v=0v = 0).

definition

Normed additive commutative group structure on TxMT_x M induced by Riemannian metric gg

#metricNormedAddCommGroup

Given a manifold MM with a Riemannian metric gg and a point xMx \in M, this definition endows the tangent space TxMT_x M with the structure of a normed additive commutative group. The norm v\|v\| of a tangent vector vTxMv \in T_x M is induced by the inner product at xx defined by the metric, such that v=gx(v,v)\|v\| = \sqrt{g_x(v, v)}.

definition

Inner product space structure on TxMT_x M induced by Riemannian metric gg

#metricInnerProductSpace'

For a Riemannian metric gg on a manifold MM and a point xMx \in M, this definition endows the tangent space TxMT_x M with the structure of a real inner product space. The inner product of vectors v,wTxMv, w \in T_x M is defined by the metric tensor at xx, such that v,w=gx(v,w)\langle v, w \rangle = g_x(v, w). This structure is built upon the normed additive commutative group structure where the norm is given by v=gx(v,v)\|v\| = \sqrt{g_x(v, v)}.

definition

Inner product space structure on TxMT_x M induced by gg

#metricInnerProductSpace

Given a manifold MM equipped with a Riemannian metric gg and a point xMx \in M, this definition endows the tangent space TxMT_x M with the structure of a real inner product space. The inner product of two tangent vectors v,wTxMv, w \in T_x M is defined by the metric tensor at xx, denoted v,w=gx(v,w)\langle v, w \rangle = g_x(v, w). This structure is compatible with the norm v=gx(v,v)\|v\| = \sqrt{g_x(v, v)} and the associated normed additive commutative group structure on TxMT_x M.

definition

Norm of a tangent vector vg\|v\|_g induced by a Riemannian metric

#norm

Given a Riemannian metric gg on a manifold MM, a point xMx \in M, and a tangent vector vv in the tangent space TxMT_x M, this function returns the norm of vv, denoted as vg\|v\|_g. It is defined as the square root of the inner product of the vector with itself: vg=gx(v,v)\|v\|_g = \sqrt{g_x(v, v)}.

definition

Norm of a tangent vector vTxMv \in T_x M induced by Riemannian metric gg

#norm'

Given a manifold MM equipped with a Riemannian metric gg, a point xMx \in M, and a tangent vector vv in the tangent space TxMT_x M, this function returns the norm v\|v\| of the vector. This norm is induced by the inner product gxg_x at the point xx, defined such that v=gx(v,v)\|v\| = \sqrt{g_x(v, v)}.

theorem

vg\|v\|_g equals the norm induced by the metric group structure on TxMT_x M

#norm_eq_norm_of_metricNormedAddCommGroup

Let MM be a smooth manifold equipped with a Riemannian metric gg. For any point xMx \in M and any tangent vector vTxMv \in T_x M, the Riemannian norm vg\|v\|_g (defined as gx(v,v)\sqrt{g_x(v, v)}) is equal to the norm v\|v\| of vv as defined by the normed additive commutative group structure on TxMT_x M induced by gg.

definition

Length of a curve γ\gamma from t0t_0 to t1t_1 under metric gg

#curveLength

Given a Riemannian metric gg on a manifold MM and a curve γ:RM\gamma: \mathbb{R} \to M, this function calculates the arc length of the curve between the parameters t0t_0 and t1t_1. It is defined as the integral of the norm of the tangent vector (velocity) along the curve: L=t0t1γ˙(t)gdt L = \int_{t_0}^{t_1} \left\| \dot{\gamma}(t) \right\|_{g} \, dt where γ˙(t)\dot{\gamma}(t) denotes the tangent vector to the curve at parameter tt, and the norm g\|\cdot\|_g is the one induced by the Riemannian metric gg at the point γ(t)\gamma(t), i.e., vg=gγ(t)(v,v)\|v\|_g = \sqrt{g_{\gamma(t)}(v, v)}.