Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.StationarityBridge

Stationarity bridge for the monotonicity theorem #

This module provides a paper-facing package name for stationary Sobolev maps. Its first-variation field is now the paper-facing DomainVariationStationaryIn u Du Ω, whose vector-field variations are bundled compactly supported tests. It bridges to the custom WeakStationaryIn Du Ω interface used by the proved monotonicity theorem.

Paper-facing stationary Sobolev map package.

It consists of the local Sobolev bridge package together with vanishing domain-variation first variation.

Instances For
    theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.stationarySobolevMapIn_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 Ω) (hfirstVariation : DomainVariationStationaryIn u Du Ω) :

    Constructor for the final stationary Sobolev package from the five natural inputs used by the monotonicity proof: local control of the map, a.e. measurability and local control of the weak gradient, the distributional weak-gradient identity, and vanishing domain first variation.

    A stationary Sobolev map is a Sobolev weak stationary map in the bridge interface.

    A stationary Sobolev map is a custom weak stationary map, after unpacking the bundled Sobolev and first-variation bridge data.

    theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta_le_of_stationary_sobolev_map_euclidean {n m : } [NeZero n] {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} {R0 s r : } (hmap : StationarySobolevMapIn 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

    Final paper-facing arbitrary-center Euclidean monotonicity theorem for the current stationary Sobolev bridge package.

    theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta_increment_eq_weakMonotonicityRhs_of_stationary_sobolev_map_euclidean {n m : } [NeZero n] {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} {R0 s r : } (hmap : StationarySobolevMapIn 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 r - weakTheta Du a s = weakMonotonicityRhs Du a s r

    Final paper-facing arbitrary-center Euclidean monotonicity formula for the current stationary Sobolev bridge package.

    theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta_le_of_stationary_sobolev_map_components_euclidean {n m : } [NeZero n] {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} {R0 s r : } (hu_memLp : LocallyMemLpTwoIn u Ω) (hDu_aesm : GradientAEStronglyMeasurableIn Du Ω) (hDu_memLp : LocallyMemLpTwoIn Du Ω) (hweakGradient : DistributionalWeakGradientIn u Du Ω) (hfirstVariation : DomainVariationStationaryIn 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

    Final componentwise entry point: the monotonicity theorem stated directly from the five stationary W^{1,2}_{loc} hypotheses, without asking callers to manually assemble the intermediate packages.

    theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta_increment_eq_weakMonotonicityRhs_of_stationary_sobolev_map_components_euclidean {n m : } [NeZero n] {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} {R0 s r : } (hu_memLp : LocallyMemLpTwoIn u Ω) (hDu_aesm : GradientAEStronglyMeasurableIn Du Ω) (hDu_memLp : LocallyMemLpTwoIn Du Ω) (hweakGradient : DistributionalWeakGradientIn u Du Ω) (hfirstVariation : DomainVariationStationaryIn 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 r - weakTheta Du a s = weakMonotonicityRhs Du a s r

    Final componentwise entry point for the monotonicity increment formula, stated directly from the five stationary W^{1,2}_{loc} hypotheses.