Local L² bridge #
This module isolates the measure-theoretic L²_loc input used by the Sobolev
bridge. The map and gradient components are phrased using mathlib's MemLp on
compact restrictions. For the gradient we also keep the global a.e.
measurability field explicitly: local compact MemLp data is enough for the
energy integrability part, while global a.e. measurability on an arbitrary
domain is a separate measurable-cover problem.
Local L² membership via mathlib's MemLp, tested on every compact subset
of the domain.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Local MemLp 2 implies local integrability of the squared norm.
Local MemLp 2 for the map gives the custom map L²_loc field.
Local gradient L² membership via mathlib's MemLp, together with global
a.e. strong measurability on the domain.
- aestronglyMeasurable : GradientAEStronglyMeasurableIn Du Ω
- memLpTwo_loc : LocallyMemLpTwoIn Du Ω
Instances For
Local MemLp 2 for the gradient field gives integrability of the
Hilbert-Schmidt energy density on compact subsets.
The a.e. measurability component of the gradient local MemLp 2 package.
The local L² data needed before adding the weak-gradient relation.
- map_memLpTwo_loc : LocallyMemLpTwoIn u Ω
- gradient_memLpTwo_loc : GradientLocallyMemLpTwoIn Du Ω
Instances For
Extract the custom map L²_loc field from local MemLp 2 data.
Extract the custom gradient a.e. measurability field from local gradient
MemLp 2 data.
Extract the custom gradient L²_loc field from local gradient MemLp 2
data.