Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.L2LocBridge

Local bridge #

This module isolates the measure-theoretic L²_loc input used by the Sobolev bridge. The map and gradient components are phrased using mathlib's MemLp on compact restrictions. For the gradient we also keep the global a.e. measurability field explicitly: local compact MemLp data is enough for the energy integrability part, while global a.e. measurability on an arbitrary domain is a separate measurable-cover problem.

Local membership via mathlib's MemLp, tested on every compact subset of the domain.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Local MemLp 2 implies local integrability of the squared norm.

    Local MemLp 2 for the map gives the custom map L²_loc field.

    Local gradient membership via mathlib's MemLp, together with global a.e. strong measurability on the domain.

    Instances For

      Local MemLp 2 for the gradient field gives integrability of the Hilbert-Schmidt energy density on compact subsets.

      The a.e. measurability component of the gradient local MemLp 2 package.

      The local data needed before adding the weak-gradient relation.

      Instances For

        Extract the custom map L²_loc field from local MemLp 2 data.

        Extract the custom gradient a.e. measurability field from local gradient MemLp 2 data.

        Extract the custom gradient L²_loc field from local gradient MemLp 2 data.