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 L² data and the distributional weak-gradient
relation so each part can be replaced by more mathlib-native assumptions
independently.
- l2 : LocalL2DataIn u Du Ω
- weakGradient : DistributionalWeakGradientIn u Du Ω
Instances For
Constructor for the Sobolev-style package from its natural component
hypotheses: local L² control of u, local L² 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.
- sobolev : SobolevW12LocIn u Du Ω
- stationary : WeakStationaryIn Du Ω
Instances For
The bridge from the Sobolev-style stationary package to the custom weak stationary package used by the monotonicity theorem.
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.
Convenience variant when the Sobolev local package and stationarity identity are supplied separately.