Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.CenterTranslation

Center translations #

This module starts the passage from the origin-centered theorem to arbitrary centers by isolating the translation identities needed for weakTheta.

Translate a scalar field by a domain point.

Equations
Instances For

    Translate a weak gradient field by a domain point.

    Equations
    Instances For

      Move a test vector field from coordinates centered at a back to the original coordinates.

      Equations
      Instances For

        Move a target-valued test map from coordinates centered at a back to the original coordinates.

        Equations
        Instances For

          The Fréchet derivative of a translated test vector field is the translated Fréchet derivative.

          Coordinate derivatives are unchanged after translating a test vector field back to the original coordinates.

          The Fréchet derivative of a translated target-valued test map is the translated Fréchet derivative.

          Coordinate derivatives of target-valued test maps are unchanged after translating them back to the original coordinates.

          Componentwise vector-field derivatives are unchanged after translating a test vector field back to the original coordinates.

          Divergence is unchanged after translating a test vector field back to the original coordinates.

          The weak stationarity integrand is compatible with recentering coordinates.

          Smoothness of compactly supported test vector fields is preserved when moving them from centered coordinates back to the original coordinates.

          Compact support is preserved when moving a test vector field from centered coordinates back to the original coordinates.

          The topological support of a translated-back test field is the preimage of the original topological support under yy - a.

          Smoothness of target-valued test maps is preserved when moving them from centered coordinates back to the original coordinates.

          Compact support is preserved when moving a target-valued test map from centered coordinates back to the original coordinates.

          The topological support of a translated-back target-valued test map is the preimage of the original topological support under yy - a.

          Left translation is a measurable embedding.

          Full-space Lebesgue integration is invariant under right translation.

          Full-space Lebesgue integration is invariant under left translation.

          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.setIntegral_preimage_add_left_eq {n : } (f : Domain n) (a : Domain n) {s : Set (Domain n)} (hs : MeasurableSet s) :
          (x : Domain n) in (fun (x : Domain n) => a + x) ⁻¹' s, f (a + x) = (x : Domain n) in s, f x

          Set integrals are invariant under the change of variables x ↦ a + x.

          Weak stationarity is preserved by recentering coordinates.

          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.hasWeakGradientIn_centeredDomain {n m : } {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} (hweak : HasWeakGradientIn u Du Ω) (hΩ_meas : MeasurableSet Ω) :
          HasWeakGradientIn (fun (x : Domain n) => u (a + x)) (translateGradient a Du) (centeredDomain a Ω)

          The weak-gradient integration-by-parts relation is preserved by recentering coordinates.

          The preimage of a ball centered at a under x ↦ a + x is the origin-centered ball of the same radius.

          The preimage of a closed ball centered at a under x ↦ a + x is the origin-centered closed ball of the same radius.

          Measurability of a domain is preserved when recentering coordinates.

          A closed ball contained in Ω becomes an origin-centered closed ball contained in the recentered domain.

          Local scalar integrability is preserved by recentering coordinates.

          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.mapLocallyL2In_centeredDomain {n m : } {u : Domain nTarget m} {Ω : Set (Domain n)} {a : Domain n} (hu : MapLocallyL2In u Ω) :
          MapLocallyL2In (fun (x : Domain n) => u (a + x)) (centeredDomain a Ω)

          The L²_loc map part of W^{1,2}_{loc} is preserved by recentering.

          The L²_loc gradient-energy part of W^{1,2}_{loc} is preserved by recentering.

          A.e. strong measurability of the weak gradient is preserved by recentering.

          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.w12LocIn_centeredDomain {n m : } {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} (hmap : W12LocIn u Du Ω) (hΩ_meas : MeasurableSet Ω) :
          W12LocIn (fun (x : Domain n) => u (a + x)) (translateGradient a Du) (centeredDomain a Ω)

          The concrete W^{1,2}_{loc} package is preserved by recentering coordinates.

          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakStationaryMapIn_centeredDomain {n m : } {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} (hmap : WeakStationaryMapIn u Du Ω) (hΩ_meas : MeasurableSet Ω) :
          WeakStationaryMapIn (fun (x : Domain n) => u (a + x)) (translateGradient a Du) (centeredDomain a Ω)

          The full weak stationary map package is preserved by recentering coordinates.

          The weak ball energy centered at a is the origin-centered energy of the translated gradient field.

          The weak monotonicity quantity is unchanged after recentering coordinates.

          The weak radial derivative is unchanged by recentering coordinates.

          The weak radial-energy density is unchanged by recentering coordinates.

          The annular right-hand side in the weak monotonicity formula is unchanged after recentering coordinates.

          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta_monotone_from_centered_W12Loc_euclidean {n m : } [NeZero n] {u : Domain nTarget m} {Du : Domain nGradient n m} {Ω : Set (Domain n)} {a : Domain n} {R0 : } (hR0_nonneg : 0 R0) (hmap_centered : WeakStationaryMapIn (fun (x : Domain n) => u (a + x)) (translateGradient a Du) (centeredDomain a Ω)) (hΩ_meas : MeasurableSet Ω) (hclosedBall_subset : Metric.closedBall a R0 Ω) :

          Arbitrary-center Euclidean weak monotonicity, reduced to the origin-centered theorem for the translated map and translated weak gradient.