Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.Basic

Basic definitions for stationary harmonic maps #

Foundational measure-theoretic lemmas and the domain Euclidean space ℝⁿ used throughout the monotonicity-formula development: the vector-measure pushforward computation behind the coarea/radial representation, together with the ambient Sobolev setup on which the later files build.

theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.vectorMeasure_map_withDensity_apply {α : Type u_1} {β : Type u_2} [MeasurableSpace α] [MeasurableSpace β] {μ : MeasureTheory.Measure α} {f : α} {φ : αβ} {s : Set β} (hf : MeasureTheory.Integrable f μ) ( : Measurable φ) (hs : MeasurableSet s) :
((μ.withDensityᵥ f).map φ) s = (x : α) in φ ⁻¹' s, f x μ

Applying the pushforward of the signed/vector measure μ.withDensityᵥ f to a measurable set is the same as integrating f over the preimage. This is the basic computation behind the radial signed pushforward used in the coarea step.

@[reducible, inline]

The domain Euclidean space ℝⁿ.

Equations
Instances For
    @[reducible, inline]

    The target Euclidean space ℝᵐ.

    Equations
    Instances For
      @[reducible, inline]

      A pointwise gradient matrix: the i-th entry is the derivative in the i-th domain coordinate, valued in the target Euclidean space. This is the object that will later be supplied by a weak derivative.

      Equations
      Instances For

        The radial signed pushforward of an integrable density on a ball, evaluated on a measurable radius set.