Equations
- Frourio.restrictNonneg u t = u (Frourio.toRge0 t)
Instances For
EVI predicate on nonnegative time curves via the restrictNonneg
wrapper.
Equations
Instances For
Contraction statement for nonnegative-time curves (wrapper version).
Equations
- Frourio.evi_contraction_nonneg P u v _hu _hv = Frourio.ContractionProperty P (Frourio.restrictNonneg u) (Frourio.restrictNonneg v)
Instances For
Equations
Instances For
Instances For
Instances For
Equations
Instances For
Equations
- Frourio.LowerSemicontinuousSeq E = ∀ (x : X) (s : ℕ → X), Filter.Tendsto s Filter.atTop (nhds x) → E x ≤ Filter.liminf (fun (n : ℕ) => E (s n)) Filter.atTop
Instances For
Assumption pack using the minimal Mosco predicates, with a concrete sequential lower semicontinuity requirement for the limit energy.
- geodesic_complete : MoscoGeodesicComplete S
- tightness : MoscoTight S
- lsc_Ent : LowerSemicontinuousSeq S.E
- M1 : MoscoM1 S
- M2 : MoscoM2 S
Instances For
Limit EVI property under Mosco convergence. We record that the liminf/recovery/tightness and geodesic completeness conditions are available at the limit. This predicate is deliberately lightweight and will be strengthened to true EVI statements in later phases.
Equations
Instances For
EVI inheritance under Mosco assumptions (theoremized skeleton). Proof sketch: Under geodesic completeness, tightness, l.s.c., and M1/M2, JKO-type minimizing movement schemes are tight, and limit curves satisfy the EVI inequality for the Γ-limit functional. Here we provide a placeholder result that will be refined in later phases.
Sufficient conditions tailored to an “Entropy + Dirichlet form” setting.
We introduce lightweight predicates named after the intended analytic assumptions and show how they imply the minimal Mosco predicates used by this file (Tight/M1/M2). These remain Prop‑valued and proof‑light.
Uniform entropy lower bound (coercivity surrogate) across the prelimit
family: ∃ C, ∀ h x, E_h(x) ≥ -C
.
Instances For
Dirichlet‑form liminf inequality along the identification maps.
Instances For
Dirichlet‑form recovery inequality (no energy inflation at a preimage).
Equations
Instances For
Entropy lower bound implies MoscoTight
.
Dirichlet liminf implies MoscoM1
.
Dirichlet recovery implies MoscoM2
.
Build MoscoAssumptions
from entropy lower bound and Dirichlet liminf/recovery
statements, plus geodesic completeness (nonemptiness of the limit space).
From the entropy/Dirichlet sufficient conditions, obtain the minimal
EVILimitHolds
predicate used in this file.
A uniform lower bound on all prelimit energies implies MoscoTight
.
Pack of sufficient conditions (uniform bound, liminf, recovery, nonempty limit).
- lsc_Ent : LowerSemicontinuousSeq S.E
Instances For
Build MoscoAssumptions
from sufficient conditions.
From sufficient conditions, obtain the minimal EVILimitHolds
predicate.