RellichKondrachov.Geometry.Manifold.Sobolev.ChartMeasure #
Pushforward measures on the model space arising from charts.
For chart-based Sobolev spaces on a manifold M, it is convenient to transport the ambient measure
on M to a measure on the model space E using extChartAt. This file defines the resulting
measures and records basic finiteness instances needed by the Euclidean Sobolev baseline.
Borel σ-algebra on the model space E.
Instances For
Borel σ-algebra on the model space E.
Instances For
Any finite measure is finite on compact sets.
Chart measures #
Given a measure μ on M, each chart center d.center i yields a pushforward measure on E
along the extended chart extChartAt I (d.center i).
We define this as a pushforward of the restricted measure
μ.restrict (extChartAt I (d.center i)).source
so that the value of extChartAt outside its source is irrelevant.
The pushforward of a measure μ on M along the extended chart extChartAt.
Equations
- d.chartMeasure μ i = MeasureTheory.Measure.map (↑(extChartAt I (d.center i))) (μ.restrict (extChartAt I (d.center i)).source)
Instances For
The extended chart is a.e.-measurable with respect to the restricted measure on its source.