Documentation

LeanPool.JacobianDiffgeo.Path.Chain

ChartChain: a Lebesgue-number chart subdivision along a path (CC6) #

Unit: paths-and-integrals (docs/design/paths-and-integrals.md §3.1). A subdivision of [0,1] with chart-and-ball data adapted to a path γ, obtained from mathlib's 1D Lebesgue-number lemma exists_monotone_Icc_subset_open_cover_unitInterval applied to the cover of I by preimages of chart-balls along γ.

Main declarations:

structure RS.ChartChain {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] {x y : X} (γ : Path x y) :
Type u_1

A subdivision of [0,1] with chart-and-ball data adapted to γ: on each piece Icc (t k) (t (k+1)), γ stays inside a single chart e k with image inside a ball ball (c k) (r k) ⊆ (e k).target.

Instances For