Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.WeakGradientBridge

Weak-gradient bridge #

This module gives the integration-by-parts weak-gradient relation a distributional name. The test functions are bundled with their , compact support, and support-in-domain data, so future mathlib distribution/test-function work has a single interface to refine.

Bundled compactly supported test functions with topological support contained in the domain.

Instances For
    @[implicit_reducible]
    Equations
    • One or more equations did not get rendered due to their size.
    theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.CompactlySupportedC1In.coe_mk {n : } {Ω : Set (Domain n)} {F : Type u_1} [NormedAddCommGroup F] [NormedSpace F] (ψ : Domain nF) ( : ContDiff 1 ψ) (hψ_compact : HasCompactSupport ψ) (hψ_support : tsupport ψ Ω) :
    { toFun := ψ, contDiff := , hasCompactSupport := hψ_compact, tsupport_subset := hψ_support }.toFun = ψ

    Distributional weak-gradient relation for a chosen gradient field.

    Instances For

      The distributional weak-gradient bridge implies the custom weak-gradient interface used by the monotonicity proof.