The 2-energy of a density #
The weighted 2-energy ∑ e, σ e * ρ e ^ 2 of a density, in both its ℝ≥0 form
(Density.energy) and its real form on E → ℝ (Density.energyReal), together with the
facts needed for the strong-duality argument: the energy is continuous and coercive, so it has
compact sublevel sets over Density.toReal '' Γ.Adm and attains a minimum over a nonempty
admissible set; strict convexity of the square makes the minimizer unique
(FamilyOfObjects.existsUnique_isMinOn_energy).
The 2-energy with respect to the edge weights σ as a function of real-valued functions
on E, for use with the real-analysis machinery. Agrees with Density.energy on coercions
of densities (Density.energyReal_toReal).
Equations
- Density.energyReal σ f = ∑ e : E, ↑(σ e) * f e ^ 2
Instances For
The real 2-energy of the coercion of a density is the coercion of its ℝ≥0 2-energy.
The real 2-energy is continuous.
The real 2-energy is nonnegative.
First-variation expansion of the real 2-energy at the coercion of a density ρ:
moving by t • f changes the energy by a linear term, the pairing against the reweighted
density σ * ρ, plus a quadratic remainder.
If a nonnegative function f has 2-energy at most c with respect to strictly positive
edge weights σ, then each coordinate satisfies f e ≤ √(c / σ e). This is the coercivity
estimate that traps sublevel sets of the energy in a compact box.
Sublevel sets of the 2-energy with strictly positive edge weights σ, taken within the
image of the admissible set, are compact: they are closed and trapped in the box
∏ e, [0, √(c / σ e)] by the coercivity estimate Density.apply_le_sqrt_of_energyReal_le.
The 2-energy with strictly positive edge weights attains a minimum over a nonempty admissible set.
Unique energy minimizer: over a nonempty admissible set,
the 2-energy with strictly positive edge weights has exactly one minimizer. Existence is
exists_isMinOn_energy; uniqueness holds because two distinct minimizers would average to an
admissible density of strictly smaller energy.
Variational inequality: a minimizer ρ* of the 2-energy over the admissible set also
minimizes the linear functional γ ↦ (σ * ρ*).length γ over the admissible set. Moving from
ρ* towards any admissible ρ changes the energy at first order by the pairing term of
Density.energyReal_add_smul, which must therefore be nonnegative.