Sobolev witnesses #
This file is the DGM-style Sobolev witness layer. It bundles a map together
with the displayed weak gradient and the local W^{1,2} data needed by the
monotonicity proof.
No stationarity or monotonicity theorem is defined here; those live in
StationaryMap.lean and MainTheorem.lean.
A local W^{1,2} witness for a map, carrying the chosen weak gradient.
This is intentionally a Type, not a Prop: the weak gradient is data that the
public monotonicity theorem must use in the monotonicity quantity.
The displayed weak gradient.
- map_memLpTwo_loc : LocallyMemLpTwoIn u Omega
Local
L^2control of the map. - grad_aestronglyMeasurable : GradientAEStronglyMeasurableIn self.weakGrad Omega
A.e. strong measurability of the displayed weak gradient.
- grad_memLpTwo_loc : LocallyMemLpTwoIn self.weakGrad Omega
Local
L^2control of the displayed weak gradient. - isWeakGradient : DistributionalWeakGradientIn u self.weakGrad Omega
The displayed gradient is the distributional weak gradient of the map.
Instances For
Build a local Sobolev witness from its component hypotheses.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Forget the explicit witness package to the earlier Sobolev bridge.
Forget the explicit witness package to the custom weak W^{1,2}_{loc}
interface used internally by the monotonicity proof.