Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.SobolevBridge

Sobolev bridge for stationary Sobolev map monotonicity #

This module is the controlled entry point for replacing the custom WeakStationaryMapIn hypothesis by progressively more standard Sobolev interfaces. The radial monotonicity proof is already frozen in weakTheta_le_of_arbitrary_center_W12Loc_euclidean; bridge modules should prove that their preferred Sobolev assumptions imply WeakStationaryMapIn, then call that theorem.

A named Sobolev-style local W^{1,2} package for a map with a chosen weak gradient. It is split into local data and the distributional weak-gradient relation so each part can be replaced by more mathlib-native assumptions independently.

Instances For
    theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.sobolevW12LocIn_of_components {n m : } {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} (hu_memLp : LocallyMemLpTwoIn u Ω) (hDu_aesm : GradientAEStronglyMeasurableIn Du Ω) (hDu_memLp : LocallyMemLpTwoIn Du Ω) (hweakGradient : DistributionalWeakGradientIn u Du Ω) :

    Constructor for the Sobolev-style package from its natural component hypotheses: local control of u, local control and a.e. measurability of Du, and the distributional weak-gradient identity.

    The bridge from the Sobolev-style package to the custom weak W^{1,2}_{loc} interface used by the proved monotonicity theorem.

    A Sobolev-style weak stationary map package: local W^{1,2} control plus the domain-variation stationarity identity.

    Instances For

      The bridge from the Sobolev-style stationary package to the custom weak stationary package used by the monotonicity theorem.

      theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta_le_of_sobolev_bridge_euclidean {n m : } [NeZero n] {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} {R0 s r : } (hmap : SobolevWeakStationaryMapIn u Du Ω) (hΩ_meas : MeasurableSet Ω) (hclosedBall_subset : Metric.closedBall a R0 Ω) (hs_pos : 0 < s) (hsr : s r) (hr_lt : r < R0) :
      weakTheta Du a s weakTheta Du a r

      Arbitrary-center Euclidean weak monotonicity from the Sobolev bridge package. This theorem is the next public entry point above WeakStationaryMapIn: all monotonicity work is delegated to the frozen endpoint in Monotonicity.lean.

      theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta_le_of_sobolev_bridge_euclidean' {n m : } [NeZero n] {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} {R0 s r : } (hsob : SobolevW12LocIn u Du Ω) (hstationary : WeakStationaryIn Du Ω) (hΩ_meas : MeasurableSet Ω) (hclosedBall_subset : Metric.closedBall a R0 Ω) (hs_pos : 0 < s) (hsr : s r) (hr_lt : r < R0) :
      weakTheta Du a s weakTheta Du a r

      Convenience variant when the Sobolev local package and stationarity identity are supplied separately.