Constant JKO→PLFA: from any initial point and a JKO initializer, produce a PLFA curve by taking the constant curve. This provides a minimizing-movement route without using the JKO witness.
MM-limit route (real-analytic flags)
Trivial HalfConvex for FqR
(placeholder flags: choose c = 0).
Trivial StrongUpperBound for FqR
(placeholder flags: choose c = 0).
From an EDE⇔EVI
builder on analytic flags, derive EDE → EVI
for the
quadratic energy on ℝ using the core flags.
EDE → PLFA under real analytic flags with USC hypothesis (convenience bridge).
Uses the PLFACore
real-flags builder and extracts the backward direction.
PLFA → EDE under real analytic flags with USC hypothesis (convenience bridge).
Uses the PLFACore
real-flags builder and extracts the forward direction.
JKO initializer → PLFA under real analytic flags (convenience).
From a minimizing-movement construction with real analytic flags, derive the PLFA bound (energy nonincreasing) for curves obtained in the continuous-time limit. This is a wrapper delegating to the real-flags JKO→PLFA route.
Equations
- Frourio.plfa_from_mm_limit F lamEff = ∀ (a : Frourio.AnalyticFlagsReal X F lamEff), Frourio.JKO_to_PLFA_pred F
Instances For
Implementation of plfa_from_mm_limit
via the real-flags bridge.
Auto directional bridges from analytic flags builder: forward (EDE → EVI).
Supply core flags HalfConvex
and StrongUpperBound
and an
EDE_EVI_from_analytic_flags
builder to obtain the forward directional bridge.
Auto directional bridges from analytic flags builder: backward (EVI → EDE).
From real analytic flags, and an EDE⇔EVI
builder on placeholder flags,
obtain the EDE⇔EVI
predicate along the MM (real) route.
Equations
- Frourio.ede_evi_from_mm F lamEff = ∀ (a : Frourio.AnalyticFlagsReal X F lamEff), Frourio.EDE_EVI_pred F lamEff
Instances For
Implementation: convert real flags to placeholder flags and apply the
EDE⇔EVI
builder on analytic flags.
Real‑route full equivalence: using real analytic flags along with
the PLFA/EDE and JKO→PLFA real‑bridges, and an EDE⇔EVI
builder on
placeholder flags.