黄金Frourio作用素のMellin記号
Instances For
3点Frourio作用素の例
Equations
- Frourio.ThreePointExample δ hδ = { α := fun (x : Fin 3) => 1, χ := fun (x : Fin 3) => Frourio.Sign.pos, Λ := fun (i : Fin 3) => δ ^ (↑i + 1), Λ_pos := ⋯ }
Instances For
Basic 1D example: from an initial value to JKO, then to EDE and EVI.
We take X := ℝ
, the energy F := fun _ => 0
, and λ_eff := 0
.
Equations
- FrourioExamples.rho ρ0 _t = ρ0
Instances For
JKO witness: the constant curve at ρ0
.
EDE holds for the constant curve and constant energy.
EVI holds for the constant curve when λ_eff = 0
.
Integrated existence: from ρ0
, there exists a curve realizing JKO, EDE, EVI.
Quadratic energy example on ℝ: closed‑form MM step and a chain to EVI via a
package equivalence. This showcases the MM functional with F(x) = (1/2) x^2
.
Quadratic energy F(x) = (1/2) x^2
.
Equations
- FrourioExamplesQuadratic.Fq x = 1 / 2 * x ^ 2
Instances For
Closed‑form MM minimizer for the quadratic energy on ℝ:
x* = xPrev / (1 + τ)
minimizes F(x) + (1/(2τ))‖x − xPrev‖^2
when τ > 0
.
Trivial JKO witness for the quadratic energy: the constant curve.
With a packaged PLFA = EDE = EVI = JKO
equivalence for Fq
, a JKO initializer
produces an EVI solution (example chain).
FG8-style examples: demonstrate how to apply the integrated suite, effective-λ lower bound, and two‑EVI with force wrappers added in FGTheorems. These are statement-level demos parameterized by the corresponding assumptions.
Demo: Run the integrated gradient-flow suite via the real-route auto wrapper.
Supply real analytic flags for F := Ent + γ·Dσm
, an EDE⇔EVI builder on
analytic flags, an effective-λ lower-bound witness, and a two‑EVI with
force hypothesis.
Demo: Construct λ_eff
lower bound from Doob+m‑point hypotheses using
the FG-level convenience wrapper.
Demo: From two_evi_with_force S
, obtain a distance synchronization with error
for any pair of curves u, v
via the concrete Grönwall route.
Demo (closed form): if the Grönwall predicate holds for all η
, then obtain
an error parameter with a distance synchronization bound.