RellichKondrachov.Geometry.Manifold.Sobolev.ChartData #
Chart/partition-of-unity data for defining Sobolev spaces on compact manifolds.
For the Laplace–Beltrami compact-resolvent discharge (lean-103.5.2.26), we ultimately need
Sobolev spaces H¹, H² on a compact smooth manifold M together with continuous maps to L²
and to suitable “derivative” targets.
At the current Mathlib pin, the most robust starting point is to make the analytic definitions relative to explicit finite chart data and a smooth partition of unity subordinate to those charts; later work can address atlas-independence.
This file provides:
RellichKondrachov.Geometry.Manifold.Sobolev.FiniteChartData: a finite family of chart centers together with a subordinateSmoothPartitionOfUnity.RellichKondrachov.Geometry.Manifold.Sobolev.exists_finiteChartData_chartAt: on a compact smooth manifold, there exists such data subordinate tochartAtsources.
Finite chart centers with a smooth partition of unity subordinate to chartAt sources.
- ι : Type u_3
An index type for the chart data.
The index type is finite.
- center : self.ι → M
The chosen chart centers.
- ρ : SmoothPartitionOfUnity self.ι I M
A smooth partition of unity indexed by
ιonM. Subordination to the chart domains:
closure (support (ρ i)) ⊆ (chartAt H (center i)).source.
Instances For
On a compact smooth manifold, there exists finite chart data subordinate
to chartAt sources.