Theorems · Theorem · differential geometry
Manifold.exists_lt_of_riemannianEDist_lt
∀ {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)] {x y : M} {r : ENNReal},
Manifold.riemannianEDist I x y < r →
∃ γ,
γ 0 = x ∧ γ 1 = y ∧ ContMDiffOn (modelWithCornersSelf ℝ ℝ) I 1 γ (Set.Icc 0 1) ∧ Manifold.pathELength I γ 0 1 < rIf some r is strictly larger than the Riemannian edistance between two points, there exists
a path between these two points of length < r. Here, we get such a path on [0, 1].
For a more precise version giving locally constant paths around the endpoints, see
exists_lt_locally_constant_of_riemannianEDist_lt
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 251 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- Set.Elemproof · cited by 7,166
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- ModelWithCornersstatement and proof · cited by 2,462
- ChartedSpacestatement and proof · cited by 2,397
- Set.Iccstatement · cited by 1,702
Cited by1
Results whose statement or proof uses this declaration.
- Manifold.exists_lt_locally_constant_of_riemannianEDist_ltproof · cited by 3