Theorems · Theorem · differential geometry
CovariantDerivative.derivMetricTensor_apply
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {H : Type u_2} [inst_2 : TopologicalSpace H]
{I : ModelWithCorners ℝ E H} {M : Type u_3} [inst_3 : TopologicalSpace M] [inst_4 : ChartedSpace H M] {F : Type u_4}
[inst_5 : NormedAddCommGroup F] [inst_6 : NormedSpace ℝ F] {V : M → Type u_5}
[inst_7 : TopologicalSpace (Bundle.TotalSpace F V)] [inst_8 : (x : M) → NormedAddCommGroup (V x)]
[inst_9 : (x : M) → InnerProductSpace ℝ (V x)] [inst_10 : FiberBundle F V] {σ τ : (x : M) → V x}
(cov : CovariantDerivative I F V) [inst_11 : VectorBundle ℝ F V] [inst_12 : IsContMDiffRiemannianBundle I 1 F V]
{X : (x : M) → TangentSpace I x} [inst_13 : ContMDiffVectorBundle 1 F V I] [inst_14 : FiniteDimensional ℝ F] (x : M),
MDiffAt (T% σ) x →
MDiffAt (T% τ) x →
(((cov.derivMetricTensor x) (σ x)) (τ x)) (X x) =
((d% fun x => inner ℝ (σ x) (τ x)) x) (X x) - (fun x => inner ℝ ((fun x => (↑cov σ x) (X x)) x) (τ x)) x -
(fun x => inner ℝ (σ x) ((fun x => (↑cov τ x) (X x)) x)) x- Cited by
- 2 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ContinuousLinearMapstatement and proof · cited by 5,352
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- InnerProductSpacestatement and proof · cited by 3,523
- ModelWithCornersstatement and proof · cited by 2,462
- ChartedSpacestatement and proof · cited by 2,397
Cited by2
Results whose statement or proof uses this declaration.
- CovariantDerivative.IsMetricCompatible.mvfderiv_inner_eqproof · cited by 1
- CovariantDerivative.isMetricCompatible_iffproof · cited by 0