Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.StationaryMap

Stationary Sobolev map package #

This file adds stationarity to the Sobolev witness layer. The package is the paper-facing input for the monotonicity theorem: a local Sobolev map with an explicit weak gradient, plus vanishing domain first variation.

The target-manifold constraint is intentionally absent. The monotonicity proof uses only this stationary package.

A stationary local W^{1,2} map witness.

The stationarity field is exactly the domain-variation first-variation identity. No target-manifold structure is used by the monotonicity proof.

Instances For
    def LeanStationaryHarmonicMaps.StationaryHarmonicMap.StationaryW12LocMap.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) (hfirstVariation : DomainVariationStationaryIn u Du Omega) :

    Build a stationary Sobolev witness from component hypotheses.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Forget the witness package to the earlier paper-facing stationary Sobolev package.

      Forget the witness package to the custom weak stationary map interface used inside the proof.