Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Existence of the reconstruction of a modelled distribution for α<γ≤0\alpha<\gamma\le 0α<γ≤0

Open
Hairer.reconstruction_existence_pointwise_nonpos

by Lucas · Sep 19, 2026 · Mathlib 0df444a (Lean v4.33.1)

analysisdistributionsregularity-structuresspde

Existence half of Hairer's Theorem 3.10 in the range α<γ≤0\alpha<\gamma\le 0α<γ≤0, stated for one modelled distribution.

Let T=(A,T,G)\mathscr T=(A,T,G)T=(A,T,G) be a regularity structure, let (Π,Γ)(\Pi,\Gamma)(Π,Γ) be a model for it on Rd\mathbb R^dRd with scaling sss and test order rrr, let α=min⁡A<0\alpha=\min A<0α=minA<0, and let α<γ≤0\alpha<\gamma\le 0α<γ≤0. Then for every modelled distribution f∈Dγf\in\mathcal D^\gammaf∈Dγ there exists a distribution ξ\xiξ with

ξ∈Csα,∣(ξ−Πxf(x))(Ss,xδη)∣  ≤  C δγ,\xi\in\mathcal C^{\alpha}_s,\qquad \bigl|(\xi-\Pi_xf(x))(S^{\delta}_{s,x}\eta)\bigr|\;\le\;C\,\delta^{\gamma},ξ∈Csα​,​(ξ−Πx​f(x))(Ss,xδ​η)​≤Cδγ,

the second bound holding, for every compact set KKK with a constant C=C(K,f)C=C(K,f)C=C(K,f), uniformly over x∈Kx\in Kx∈K, δ∈(0,1]\delta\in(0,1]δ∈(0,1] and η∈Bs,0r\eta\in\mathcal B^r_{s,0}η∈Bs,0r​.

For γ≤0\gamma\le 0γ≤0 the bound no longer determines ξ\xiξ, which is why Theorem 3.10 also asserts that a linear choice f↦Rff\mapsto\mathcal Rff↦Rf exists. That linearity is not part of this statement: once each modelled distribution is reconstructed individually, the pairs (f,ξ)(f,\xi)(f,ξ) satisfying the two displayed conditions form a linear subspace that surjects onto Dγ\mathcal D^\gammaDγ, and a linear section of that surjection turns the pointwise statement into a linear operator. What remains here is therefore the analytic content of §3.1 in the non-positive range: the multiscale construction of a distribution matching the local jets Πxf(x)\Pi_xf(x)Πx​f(x) to order δγ\delta^\gammaδγ.

The complementary range γ≤α\gamma\le\alphaγ≤α is excluded because it is degenerate: there every modelled distribution vanishes identically.

Preamble
import Definitions.Def_Hairer_Model

set_option autoImplicit false

open scoped Classical DirectSum

noncomputable section
Formal statement
namespace Hairer

/-- **Theorem 3.10 (existence of the reconstruction), Hairer 2014**, in the case
`α < γ ≤ 0`, stated for a single modelled distribution.

For `f ∈ D^γ` there is a distribution `ξ ∈ C^α_s` such that, on every compact set `K`,
`|(ξ - Π_x f(x))(S^δ_{s,x} η)| ≲ δ^γ` uniformly over `x ∈ K`, `δ ∈ (0,1]` and
`η ∈ B^r_{s,0}`. For `γ ≤ 0` this bound no longer determines `ξ`; no linearity in `f` is
asserted here, a linear choice being obtainable from the pointwise statement.

The range `γ ≤ α` is excluded because it is degenerate: there the only modelled
distribution is `f = 0`. -/
theorem reconstruction_existence_pointwise_nonpos
    {d : ℕ} {s : Fin d → ℕ} (hs : IsScaling s)
    {A : Set ℝ} {E : A → Type} [∀ a : A, NormedAddCommGroup (E a)]
    [∀ a : A, NormedSpace ℝ (E a)]
    {G : Subgroup (ModelSpace A E ≃ₗ[ℝ] ModelSpace A E)} {one : ModelSpace A E}
    (hT : IsRegularityStructure A E G one)
    {r : ℕ} {Pi : Pt d → ModelSpace A E →ₗ[ℝ] Distrib d}
    {Gam : Pt d → Pt d → ModelSpace A E ≃ₗ[ℝ] ModelSpace A E}
    (hmod : IsModel s r G Pi Gam)
    {α : ℝ} (hα : IsLeast A α) (hαneg : α < 0)
    {γ : ℝ} (hγα : α < γ) (hγ : γ ≤ 0)
    {f : Pt d → ModelSpace A E} (hf : IsModelled s γ Gam f) :
    ∃ ξ : Distrib d,
      MemCalpha s α ξ ∧
      ∀ K : Set (Pt d), IsCompact K → ∃ C : ℝ, ∀ x ∈ K, ∀ δ : ℝ, 0 < δ → δ ≤ 1 →
        ∀ η : Pt d → ℝ, IsTestBall s r η →
          |(ξ - Pi x (f x)).eval (scaledTest s δ x η)| ≤ C * δ ^ γ := by
  sorry

end Hairer
Source
M. Hairer, A theory of regularity structures, Invent. Math. 198 (2014) 269-504, arXiv:1303.5113 (v4), Theorem 3.10, p. 31 (existence half in the non-positive range; construction in Section 3.1)

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me