Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.SobolevWitness

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.

Instances For
    def LeanStationaryHarmonicMaps.StationaryHarmonicMap.W12LocMapWitness.ofComponents {n m : } {u : Domain nTarget m} {Du : Domain nGradient n m} {Omega : Set (Domain n)} (hu_memLp : LocallyMemLpTwoIn u Omega) (hDu_aesm : GradientAEStronglyMeasurableIn Du Omega) (hDu_memLp : LocallyMemLpTwoIn Du Omega) (hweakGradient : DistributionalWeakGradientIn u Du Omega) :

    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.