Theorems · Theorem · differential geometry
Manifold.exists_lt_locally_constant_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 : M), ENormSMulClass ℝ (TangentSpace I x)] {x y : M} {r : ENNReal}
{a b : ℝ},
Manifold.riemannianEDist I x y < r →
a < b →
∃ γ,
γ a = x ∧
γ b = y ∧
ContMDiff (modelWithCornersSelf ℝ ℝ) I 1 γ ∧
Manifold.pathELength I γ a b < r ∧ (γ =ᶠ[nhds a] fun x_1 => x) ∧ γ =ᶠ[nhds b] fun x => yIf 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 an arbitrary interval
[a, b] with a < b, and moreover we ensure that the path is locally constant around a and b,
which is convenient for gluing purposes.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 280 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites62
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- nhdsstatement · cited by 5,554
- ENatstatement · cited by 4,985
- Set.univproof · cited by 3,945
- WithTopstatement · cited by 3,754
- ModelWithCornersstatement and proof · cited by 2,462
- ChartedSpacestatement and proof · cited by 2,397
- LT.lt.leproof · cited by 2,189
Cited by3
Results whose statement or proof uses this declaration.
- setOfPred_riemannianEDist_lt_subset_nhdsproof · cited by 2
- Manifold.riemannianEDist_triangleproof · cited by 0
- Manifold.riemannianEDist_commproof · cited by 0