RellichKondrachov.Geometry.Manifold.Sobolev.H2 #
Define a scalar H² space on a compact manifold relative to finite chart data.
Given d : FiniteChartData and a finite measure μ on M, we define a manifold H² space as the
topological closure of the range of a chartwise graph map into
L²(E, μᵢ) × (L²(E, μᵢ;E) × L²(E, μᵢ; E →L E))
where μᵢ is the pushforward chart measure (chartMeasure) and the graph map is obtained by:
- localizing a
C²functionf : M → ℝto a chart (extend-by-zero outside the chart target); - viewing it as an element of Euclidean
C²_c; - applying the Euclidean
H²graph map.
Main definitions #
Borel σ-algebra on the model space E.
Instances For
Borel σ-algebra on the manifold M.
Instances For
C² scalar functions M → ℝ (in the manifold sense), as a submodule of M → ℝ.
Equations
Instances For
Target types #
The chartwise target type L² × (L²(E) × L²(E →L E)) used to define manifold H².
Equations
- d.h2TargetE μ i = (↥(MeasureTheory.Lp ℝ 2 (d.chartMeasure μ i)) × ↥(MeasureTheory.Lp E 2 (d.chartMeasure μ i)) × ↥(MeasureTheory.Lp (E →L[ℝ] E) 2 (d.chartMeasure μ i)))
Instances For
The product-of-charts target type used to define manifold H².
Instances For
The per-chart graph map C²(M) →ₗ h2TargetE obtained by localization to chart i and the
Euclidean H² graph construction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The product-of-charts graph map C²(M) →ₗ ∀ i, h2TargetE i used to define manifold H².
Equations
- d.h2Graph μ = LinearMap.pi fun (i : d.ι) => d.h2GraphChart μ i
Instances For
The H² submodule defined by chart localizations and the Euclidean H² graph construction.
Equations
- d.h2 μ = (d.h2Graph μ).range.topologicalClosure
Instances For
H² is complete (a Hilbert space once the ambient L² spaces are).
The continuous projection H² → chartwise
L² × (L²(E) × L²(E →L E)) for a fixed chart index.
Instances For
The continuous chartwise L² map extracted from H².
Equations
- One or more equations did not get rendered due to their size.
Instances For
The continuous chartwise gradient map H² → L²(E) extracted from H².
Equations
- One or more equations did not get rendered due to their size.
Instances For
The continuous chartwise Hessian map H² → L²(E →L E) extracted from H².
Equations
- One or more equations did not get rendered due to their size.