Theorems · Theorem · differential geometry
Manifold.pathELength_comp_of_monotoneOn
∀ {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]
[inst_5 : (x : M) → ENorm (TangentSpace I x)] {a b : ℝ} {γ : ℝ → M} [∀ (x : M), ENormSMulClass ℝ (TangentSpace I x)]
{f : ℝ → ℝ},
a ≤ b →
MonotoneOn f (Set.Icc a b) →
DifferentiableOn ℝ f (Set.Icc a b) →
MDiff[Set.Icc (f a) (f b)] γ → Manifold.pathELength I (γ ∘ f) a b = Manifold.pathELength I γ (f a) (f b)The length of a path in a manifold is invariant under a monotone reparametrization.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 279 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- Set.imageproof · cited by 5,609
- ContinuousLinearMapproof · cited by 5,352
- mul_oneproof · cited by 3,885
- ModelWithCornersstatement and proof · cited by 2,462
Cited by2
Results whose statement or proof uses this declaration.
- Manifold.riemannianEDist_le_pathELengthproof · cited by 4
- Manifold.exists_lt_locally_constant_of_riemannianEDist_ltproof · cited by 3