PhyslibSearch

Physlib.Mathematics.Geometry.Metric.PseudoRiemannian.Defs

46 declarations

definition

Negative index of a quadratic form qq

#negDim

Given a finite-dimensional real vector space EE and a quadratic form qq on EE, the negative dimension negDim(q)\text{negDim}(q) is the number of negative coefficients in the diagonalized form of qq. Specifically, if qq is represented as a weighted sum of squares i=1dimEwixi2\sum_{i=1}^{\dim E} w_i x_i^2 with weights wi{1,0,1}w_i \in \{1, 0, -1\}, then negDim(q)\text{negDim}(q) is the count of indices ii such that wi=1w_i = -1. Geometrically, this value represents the dimension of a maximal subspace WEW \subseteq E such that q(v)<0q(v) < 0 for all non-zero vWv \in W.

theorem

The weighted sum of squares evaluated at eie_i equals wiw_i

#weightedSumSquares_basis_vector

Let EE be a finite-dimensional vector space over R\mathbb{R} with dimension nn. Let w:{0,,n1}Rw: \{0, \dots, n-1\} \to \mathbb{R} be a set of weights. For a vector vRnv \in \mathbb{R}^n defined such that its jj-th component vjv_j is 11 if j=ij=i and 00 otherwise (i.e., vv is the ii-th standard basis vector eie_i), the weighted sum of squares j=0n1wjvj2\sum_{j=0}^{n-1} w_j v_j^2 is equal to the weight wiw_i.

theorem

Negative weight implies q(v)<0q(v) < 0 for some v0v \neq 0

#neg_weight_implies_neg_value

Let EE be a finite-dimensional real vector space. Let qq be a quadratic form on EE that is equivalent to a weighted sum of squares j=0n1wjxj2\sum_{j=0}^{n-1} w_j x_j^2, where nn is the dimension of EE and each weight wjw_j is a sign in {1,0,1}\{-1, 0, 1\}. If there exists an index ii such that the weight wiw_i is negative, then there exists a non-zero vector vEv \in E such that q(v)<0q(v) < 0. This provides a concrete realization of a 1-dimensional negative definite subspace contributing to the index of the form.

theorem

Positive definite quadratic forms have no negative weights in diagonal representation

#posDef_no_neg_weights

Let EE be a real vector space and let qq be a positive definite quadratic form on EE. Suppose qq is equivalent to a weighted sum of squares j=1nwjxj2\sum_{j=1}^n w_j x_j^2, where nn is the dimension of EE and each weight wjw_j is a sign in {1,0,1}\{-1, 0, 1\}. Then for every index ii, the weight wiw_i is not negative (i.e., wi1w_i \neq -1).

theorem

Positive Definite Quadratic Forms have negDim(q)=0\text{negDim}(q) = 0

#rankNeg_eq_zero

Let EE be a finite-dimensional real vector space. If qq is a positive definite quadratic form on EE, then its negative dimension (also known as the index of the form), denoted by negDim(q)\text{negDim}(q), is 00.

definition

Quadratic form Qx(v)=gx(v,v)Q_x(v) = g_x(v, v) associated with a symmetric bilinear form on TxMT_x M

#pseudoRiemannianMetricValToQuadraticForm

Let MM be a smooth manifold modeled on a normed space EE, and let TxMT_x M denote the tangent space at a point xMx \in M. Given a family of continuous symmetric bilinear forms gx:TxM×TxMRg_x: T_x M \times T_x M \to \mathbb{R}, this definition constructs the associated quadratic form QxQ_x on the tangent space TxMT_x M defined by Qx(v)=gx(v,v)Q_x(v) = g_x(v, v) for all vTxMv \in T_x M.

definition

Bilinear form of a pseudo-Riemannian metric at xx

#toBilinForm

Given a pseudo-Riemannian metric gg on a smooth manifold MM and a point xMx \in M, this definition constructs the bilinear form gx:TxM×TxMRg_x: T_x M \times T_x M \to \mathbb{R} on the tangent space TxMT_x M. For tangent vectors u,vTxMu, v \in T_x M, the bilinear form is defined by the value of the metric at xx applied to uu and vv.

abbrev

Quadratic form vgx(v,v)v \mapsto g_x(v, v) of a pseudo-Riemannian metric at xx

#toQuadraticForm

Given a pseudo-Riemannian metric gg on a smooth manifold MM and a point xMx \in M, this definition constructs the associated quadratic form Qx:TxMRQ_x: T_x M \to \mathbb{R} on the tangent space at xx. For any tangent vector vTxMv \in T_x M, the quadratic form is defined by Qx(v)=gx(v,v)Q_x(v) = g_x(v, v), where gxg_x is the symmetric bilinear form provided by the metric at that point.

instance

gg as a function mapping xMx \in M to a bilinear form on TxMT_x M

#coeFunInst

This instance allows a pseudo-Riemannian metric gg on a smooth manifold MM to be treated as a function. Specifically, for any point xMx \in M, g(x)g(x) represents a continuous bilinear form on the tangent space TxMT_x M, mapping two tangent vectors v,wTxMv, w \in T_x M to a real number.

theorem

Evaluation of the Bilinear Form of a Pseudo-Riemannian Metric

#toBilinForm_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and tangent vectors v,wTxMv, w \in T_x M, the value of the bilinear form associated with the metric at xx, denoted by toBilinForm(g,x)(v,w)\text{toBilinForm}(g, x)(v, w), is equal to the evaluation of the metric's underlying function at xx on vv and ww, denoted by g(x,v,w)g(x, v, w).

theorem

Evaluation of the Quadratic Form of a Pseudo-Riemannian Metric

#toQuadraticForm_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any tangent vector vTxMv \in T_x M, the value of the quadratic form associated with the metric at xx evaluated at vv is equal to the metric's underlying bilinear form at xx evaluated on (v,v)(v, v), i.e., toQuadraticForm(g,x)(v)=gx(v,v)\text{toQuadraticForm}(g, x)(v) = g_x(v, v).

theorem

The Bilinear Form of a Pseudo-Riemannian Metric is Symmetric

#toBilinForm_isSymm

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M, the bilinear form gx:TxM×TxMRg_x: T_x M \times T_x M \to \mathbb{R} induced by the metric on the tangent space at xx is symmetric.

theorem

The bilinear form gxg_x of a pseudo-Riemannian metric is non-degenerate

#toBilinForm_nondegenerate

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M, the bilinear form gx:TxM×TxMRg_x: T_x M \times T_x M \to \mathbb{R} on the tangent space at xx is non-degenerate.

definition

Inner product gx(v,w)g_x(v, w) for a pseudo-Riemannian metric

#inner

For a pseudo-Riemannian metric gg on a smooth manifold MM and a point xMx \in M, this function represents the inner product (or scalar product) of two tangent vectors v,wTxMv, w \in T_x M. The value is the real number obtained by evaluating the metric tensor at xx on the pair of vectors (v,w)(v, w), denoted as gx(v,w)g_x(v, w).

theorem

inner(g,x,v,w)=gx(v,w)\text{inner}(g, x, v, w) = g_x(v, w)

#inner_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any two tangent vectors v,wTxMv, w \in T_x M in the tangent space at xx, the inner product of vv and ww with respect to the metric gg at xx is equal to the evaluation of the underlying bilinear form of the metric tensor at xx on the pair (v,w)(v, w).

definition

Flat musical isomorphism vvv \mapsto v^\flat for a pseudo-Riemannian metric

#flat

Given a pseudo-Riemannian metric gg on a smooth manifold MM and a point xMx \in M, the "flat" map gxg_x^\flat is the linear map from the tangent space TxMT_x M to its dual space TxMT_x^* M (the space of continuous linear forms on TxMT_x M). It maps a vector vTxMv \in T_x M to the 1-form gx(v,)g_x(v, \cdot), such that for any vector wTxMw \in T_x M, the value is given by gx(v,w)g_x(v, w). 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.

theorem

Evaluation of the flat map (v)(w)=gx(v,w)(v^\flat)(w) = g_x(v, w)

#flat_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and tangent vectors v,wTxMv, w \in T_x M, the evaluation of the 1-form vv^\flat (the image of vv under the "flat" musical isomorphism gx:TxMTxMg_x^\flat: T_x M \to T_x^* M) on the vector ww is equal to the metric evaluated at xx on the pair (v,w)(v, w), which can be expressed as (v)(w)=gx(v,w)(v^\flat)(w) = g_x(v, w).

definition

Continuous linear flat musical isomorphism vvv \mapsto v^\flat for a pseudo-Riemannian metric

#flatL

For a pseudo-Riemannian metric gg on a smooth manifold MM and a point xMx \in M, the flat musical isomorphism gxg_x^\flat is the continuous linear map from the tangent space TxMT_x M to the cotangent space TxMT_x^* M (the space of continuous linear forms on TxMT_x M). It is defined such that for any vector vTxMv \in T_x M, the resulting 1-form gx(v)g_x^\flat(v) acts on a vector wTxMw \in T_x M by gx(v,w)g_x(v, w).

theorem

(v)(w)=gx(v,w)(v^\flat)(w) = g_x(v, w)

#flatL_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any tangent vectors v,wTxMv, w \in T_x M, the action of the 1-form vv^\flat (the image of vv under the continuous linear flat musical isomorphism :TxMTxM\flat: T_x M \to T_x^* M) on the vector ww is equal to the metric evaluated at xx on the vectors vv and ww, namely (v)(w)=gx(v,w)(v^\flat)(w) = g_x(v, w).

theorem

The flat map gxg_x^\flat is injective

#flat_inj

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xx be a point in MM. The "flat" musical isomorphism gx:TxMTxMg_x^\flat : T_x M \to T_x^* M, which maps a tangent vector vv to the 1-form gx(v,)g_x(v, \cdot), is injective.

theorem

The continuous linear flat map gxg_x^\flat is injective

#flatL_inj

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xx be a point in MM. The continuous linear "flat" musical isomorphism gx:TxMTxMg_x^\flat: T_x M \to T_x^* M, which maps a tangent vector vTxMv \in T_x M to the cotangent vector (1-form) gx(v,)g_x(v, \cdot), is injective.

theorem

The flat map gxg_x^\flat is surjective

#flatL_surj

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xx be a point in MM. The continuous linear "flat" musical isomorphism gx:TxMTxMg_x^\flat: T_x M \to T_x^* M, which maps a tangent vector vTxMv \in T_x M to the cotangent vector (1-form) defined by wgx(v,w)w \mapsto g_x(v, w), is surjective.

definition

Flat musical isomorphism TxMTxMT_x M \cong T_x^* M for a pseudo-Riemannian metric

#flatEquiv

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M, the "musical" isomorphism \flat (flat) is the continuous linear equivalence between the tangent space TxMT_x M and the cotangent space TxMT_x^* M (defined as the space of continuous linear forms TxMRT_x M \to \mathbb{R}). For a vector vTxMv \in T_x M, the 1-form vv^\flat is defined by the action v(w)=gx(v,w)v^\flat(w) = g_x(v, w) for all vectors wTxMw \in T_x M. This map is an isomorphism due to the non-degeneracy of the metric gxg_x.

theorem

The flat isomorphism `flatEquiv` equals the linear map `flatL`

#coe_flatEquiv

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M, the underlying linear map of the flat musical isomorphism :TxMTxM\flat: T_x M \xrightarrow{\cong} T_x^* M (denoted by `flatEquiv`) is equal to the continuous linear map gx:TxMTxMg_x^\flat: T_x M \to T_x^* M (denoted by `flatL`) defined by the metric gxg_x.

theorem

(v)(w)=gx(v,w)(v^\flat)(w) = g_x(v, w)

#flatEquiv_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any tangent vectors v,wTxMv, w \in T_x M, the evaluation of the flat musical isomorphism vv^\flat (induced by gg at xx) on the vector ww is equal to the metric inner product of vv and ww. That is, (v)(w)=gx(v,w)(v^\flat)(w) = g_x(v, w).

definition

Sharp musical isomorphism TxMTxMT_x^* M \cong T_x M for a pseudo-Riemannian metric

#sharpEquiv

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xMx \in M be a point. The "musical" isomorphism \sharp (sharp) is the continuous linear equivalence from the cotangent space TxMT_x^* M (the dual space of continuous linear forms TxMRT_x M \to \mathbb{R}) to the tangent space TxMT_x M. This map is defined as the inverse of the flat isomorphism :TxMTxM\flat: T_x M \xrightarrow{\cong} T_x^* M. For any 1-form ωTxM\omega \in T_x^* M, the vector ω\omega^\sharp is the unique element of TxMT_x M such that gx(ω,w)=ω(w)g_x(\omega^\sharp, w) = \omega(w) for all wTxMw \in T_x M.

definition

Sharp map :TxMTxM\sharp: T_x^* M \to T_x M as a continuous linear map

#sharpL

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xMx \in M be a point. The map `sharpL` is the index raising "sharp" musical isomorphism viewed as a continuous linear map from the cotangent space TxMT_x^* M (the dual space of continuous linear forms on TxMT_x M) to the tangent space TxMT_x M. For any 1-form ωTxM\omega \in T_x^* M, it returns the unique vector ωTxM\omega^\sharp \in T_x M such that gx(ω,w)=ω(w)g_x(\omega^\sharp, w) = \omega(w) for all wTxMw \in T_x M.

theorem

g.sharpL xg.\text{sharpL } x equals the continuous linear map underlying g.sharpEquiv xg.\text{sharpEquiv } x

#sharpL_eq_toContinuousLinearMap

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xMx \in M be a point. The continuous linear map g.sharpL x:TxMTxMg.\text{sharpL } x: T_x^* M \to T_x M is equal to the continuous linear map underlying the continuous linear equivalence g.sharpEquiv x:TxMTxMg.\text{sharpEquiv } x: T_x^* M \cong T_x M.

theorem

sharpEquiv=sharpL\text{sharpEquiv} = \text{sharpL} as continuous linear maps

#coe_sharpEquiv

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xMx \in M be a point. The continuous linear map induced by the sharp musical isomorphism sharpEquivx:TxMTxM\text{sharpEquiv}_x : T_x^* M \cong T_x M is equal to the continuous linear map sharpLx:TxMTxM\text{sharpL}_x : T_x^* M \to T_x M. Here, TxMT_x M denotes the tangent space and TxMT_x^* M denotes the cotangent space (the space of continuous linear forms on TxMT_x M).

definition

Index raising linear map :TxMTxM\sharp: T_x^* M \to T_x M

#sharp

Given a pseudo-Riemannian metric gg on a smooth manifold MM and a point xMx \in M, the map `sharp` (denoted by \sharp) is the linear map from the cotangent space TxMT_x^* M (the dual space of continuous linear forms on the tangent space TxMT_x M) to the tangent space TxMT_x M. This map is the linear map induced by the continuous linear equivalence `sharpEquiv`, and it satisfies the property that for any 1-form ωTxM\omega \in T_x^* M, the vector ωTxM\omega^\sharp \in T_x M is the unique element such that gx(ω,v)=ω(v)g_x(\omega^\sharp, v) = \omega(v) for all vTxMv \in T_x M.

theorem

(v)=v(v^\flat)^\sharp = v for a pseudo-Riemannian metric

#sharpL_apply_flatL

Let MM be a smooth manifold equipped with a pseudo-Riemannian metric gg. For any point xMx \in M and any tangent vector vTxMv \in T_x M, let gx:TxMTxMg_x^\flat: T_x M \to T_x^* M be the flat musical isomorphism (which maps a vector vv to the 1-form wgx(v,w)w \mapsto g_x(v, w)) and gx:TxMTxMg_x^\sharp: T_x^* M \to T_x M be the sharp musical isomorphism (the inverse of gxg_x^\flat). Then, applying the sharp map to the result of the flat map on vv returns the original vector vv: gx(gx(v))=vg_x^\sharp(g_x^\flat(v)) = v

theorem

gx(gx(ω))=ωg_x^\flat(g_x^\sharp(\omega)) = \omega for a pseudo-Riemannian metric

#flatL_apply_sharpL

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any 1-form ω\omega in the cotangent space TxMT_x^* M (the dual space of the tangent space TxMT_x M), applying the continuous linear sharp isomorphism gxg_x^\sharp followed by the continuous linear flat isomorphism gxg_x^\flat yields the original 1-form ω\omega. That is, gx(gx(ω))=ωg_x^\flat(g_x^\sharp(\omega)) = \omega.

theorem

gx(gx(ω))=ωg_x^\flat(g_x^\sharp(\omega)) = \omega for a pseudo-Riemannian metric

#flat_sharp_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any 1-form (covector) ω\omega in the cotangent space TxMT_x^* M, applying the linear sharp map gx:TxMTxMg_x^\sharp: T_x^* M \to T_x M followed by the linear flat map gx:TxMTxMg_x^\flat: T_x M \to T_x^* M returns the original 1-form ω\omega. That is, gx(gx(ω))=ωg_x^\flat(g_x^\sharp(\omega)) = \omega

theorem

(v)=v(v^\flat)^\sharp = v for a pseudo-Riemannian metric

#sharp_flat_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any tangent vector vv in the tangent space TxMT_x M, let gx:TxMTxMg_x^\flat: T_x M \to T_x^* M be the flat musical isomorphism (which maps a vector vv to the 1-form gx(v,)g_x(v, \cdot)) and gx:TxMTxMg_x^\sharp: T_x^* M \to T_x M be the sharp musical isomorphism (the inverse of the flat map). Then, applying the sharp map to the result of the flat map on vv returns the original vector vv: gx(gx(v))=vg_x^\sharp(g_x^\flat(v)) = v

theorem

gx(ω1,ω2)=ω1(ω2)g_x(\omega_1^\sharp, \omega_2^\sharp) = \omega_1(\omega_2^\sharp)

#apply_sharp_sharp

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xMx \in M be a point. For any two 1-forms ω1,ω2\omega_1, \omega_2 in the cotangent space TxMT_x^* M, let ω1\omega_1^\sharp and ω2\omega_2^\sharp denote their images in the tangent space TxMT_x M under the sharp musical isomorphism :TxMTxM\sharp: T_x^* M \to T_x M induced by gg. Then the metric evaluated at xx on these two vectors satisfies gx(ω1,ω2)=ω1(ω2)g_x(\omega_1^\sharp, \omega_2^\sharp) = \omega_1(\omega_2^\sharp).

theorem

gx(v,ω)=ω(v)g_x(v, \omega^\sharp) = \omega(v)

#apply_vec_sharp

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M, any tangent vector vTxMv \in T_x M, and any 1-form ωTxM\omega \in T_x^* M, the metric evaluated at xx on the vector vv and the vector ω\omega^\sharp is equal to the evaluation of the 1-form ω\omega on vv. That is, gx(v,ω)=ω(v)g_x(v, \omega^\sharp) = \omega(v), where ω\omega^\sharp is the image of ω\omega under the sharp musical isomorphism :TxMTxM\sharp: T_x^* M \to T_x M.

definition

Induced metric value on the cotangent space TxMT_x^* M

#cotangentMetricVal

Let gg be a pseudo-Riemannian metric on a manifold MM and let xMx \in M be a point. This function defines the induced metric on the cotangent space TxMT_x^* M. For any two 1-forms ω1,ω2TxM\omega_1, \omega_2 \in T_x^* M, its value is given by gx(ω1,ω2)g_x(\omega_1^\sharp, \omega_2^\sharp), where :TxMTxM\sharp: T_x^* M \to T_x M is the sharp musical isomorphism (index raising operator) induced by gxg_x.

theorem

cotangentMetricVal(g,x,ω1,ω2)=ω1(ω2)\text{cotangentMetricVal}(g, x, \omega_1, \omega_2) = \omega_1(\omega_2^\sharp)

#cotangentMetricVal_eq_apply_sharp

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any two 1-forms ω1,ω2TxM\omega_1, \omega_2 \in T_x^* M in the cotangent space at xx, 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: cotangentMetricVal(g,x,ω1,ω2)=ω1(ω2) \text{cotangentMetricVal}(g, x, \omega_1, \omega_2) = \omega_1(\omega_2^\sharp) where ω2\omega_2^\sharp is the image of ω2\omega_2 under the sharp musical isomorphism :TxMTxM\sharp: T_x^* M \to T_x M induced by gg at xx.

theorem

Symmetry of the induced metric on the cotangent space TxMT_x^* M

#cotangentMetricVal_symm

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any two 1-forms ω1,ω2TxM\omega_1, \omega_2 \in T_x^* M in the cotangent space at xx, the induced metric on the cotangent space is symmetric: cotangentMetricVal(g,x,ω1,ω2)=cotangentMetricVal(g,x,ω2,ω1) \text{cotangentMetricVal}(g, x, \omega_1, \omega_2) = \text{cotangentMetricVal}(g, x, \omega_2, \omega_1) where cotangentMetricVal\text{cotangentMetricVal} denotes the bilinear form on TxMT_x^* M induced by the metric gg at xx.

definition

Induced Bilinear Form on the Cotangent Space TxMT_x^* M

#cotangentToBilinForm

For a pseudo-Riemannian metric gg on a manifold MM, this definition constructs the induced symmetric bilinear form on the cotangent space TxMT_x^* M at a point xMx \in M. Given two covectors ω1,ω2TxM\omega_1, \omega_2 \in T_x^* M, the value of the bilinear form is given by gx(ω1,ω2)g_x(\omega_1^\sharp, \omega_2^\sharp), where :TxMTxM\sharp : T_x^* M \to T_x M is the sharp musical isomorphism (index-raising operator) induced by gxg_x.

definition

Quadratic form on TxMT_x^* M induced by gg

#cotangentToQuadraticForm

Given a pseudo-Riemannian metric gg on a manifold MM and a point xMx \in M, this definition provides the quadratic form on the cotangent space TxMT_x^* M induced by the metric. For any 1-form ωTxM\omega \in T_x^* M, the value of the quadratic form is given by gx(ω,ω)g_x(\omega^\sharp, \omega^\sharp), where ωTxM\omega^\sharp \in T_x M is the vector field obtained by applying the sharp musical isomorphism (index-raising operator) induced by gxg_x to ω\omega.

theorem

cotangentToBilinForm(g,x)(ω1,ω2)=cotangentMetricVal(g,x,ω1,ω2)\text{cotangentToBilinForm}(g, x)(\omega_1, \omega_2) = \text{cotangentMetricVal}(g, x, \omega_1, \omega_2)

#cotangentToBilinForm_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM and let xMx \in M be a point. For any two covectors ω1,ω2\omega_1, \omega_2 in the cotangent space TxMT_x^* M (represented as the space of continuous linear maps TxMRT_x M \to \mathbb{R}), the evaluation of the induced symmetric bilinear form on the cotangent space cotangentToBilinForm(g,x)\text{cotangentToBilinForm}(g, x) at (ω1,ω2)(\omega_1, \omega_2) is equal to the induced metric value cotangentMetricVal(g,x,ω1,ω2)\text{cotangentMetricVal}(g, x, \omega_1, \omega_2), which is defined as gx(ω1,ω2)g_x(\omega_1^\sharp, \omega_2^\sharp).

theorem

cotangentToQuadraticForm(g,x)(ω)=cotangentMetricVal(g,x,ω,ω)\text{cotangentToQuadraticForm}(g, x)(\omega) = \text{cotangentMetricVal}(g, x, \omega, \omega)

#cotangentToQuadraticForm_apply

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any 1-form ωTxM\omega \in T_x^* M, the value of the quadratic form induced by gg on the cotangent space at xx, denoted as cotangentToQuadraticForm(g,x)\text{cotangentToQuadraticForm}(g, x), applied to ω\omega is equal to the value of the induced metric on the cotangent space cotangentMetricVal(g,x)\text{cotangentMetricVal}(g, x) evaluated at (ω,ω)(\omega, \omega). This is expressed by the equality: cotangentToQuadraticForm(g,x)(ω)=cotangentMetricVal(g,x,ω,ω)\text{cotangentToQuadraticForm}(g, x)(\omega) = \text{cotangentMetricVal}(g, x, \omega, \omega) where cotangentMetricVal(g,x,ω,ω)=gx(ω,ω)\text{cotangentMetricVal}(g, x, \omega, \omega) = g_x(\omega^\sharp, \omega^\sharp) and \sharp is the sharp musical isomorphism induced by gg.

theorem

The induced bilinear form on the cotangent space TxMT_x^* M is symmetric

#cotangentToBilinForm_isSymm

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M, the bilinear form induced by gg on the cotangent space TxMT_x^* M is symmetric.

theorem

The induced metric on the cotangent space is non-degenerate

#cotangentMetricVal_nondegenerate

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M and any 1-form ωTxM\omega \in T_x^* M in the cotangent space, if the induced metric on the cotangent space satisfies cotangentMetricVal(g,x,ω,v)=0\text{cotangentMetricVal}(g, x, \omega, v) = 0 for all 1-forms vTxMv \in T_x^* M, then ω=0\omega = 0. This demonstrates that the induced metric on the cotangent space is non-degenerate.

theorem

The induced bilinear form on TxMT_x^* M is non-degenerate

#cotangentToBilinForm_nondegenerate

Let gg be a pseudo-Riemannian metric on a smooth manifold MM. For any point xMx \in M, the symmetric bilinear form induced by gg on the cotangent space TxMT_x^* M is non-degenerate.