Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions SpinGlass/Papers/Triviality4D.lean
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ theorem Gaussianity_phi4_4D
(hPhiEven : ∀ L : ℕ, PhiEven (d := 4) (μ := μL L)) :
HasFiniteDimensionalScalingLimit (d := 4) (Ω := Ω) μL P Tlim →
IsGeneralizedGaussianProcess (P := P) (T := Tlim) := by
-- TODO: combine (i) Proposition 1.3 (characteristic-function bound),
-- (ii) tightness/projective limit machinery, and
-- (iii) `IsGaussian` characterization via `charFunDual`.
sorry
intro hScaling
refine ⟨hScaling.measurable_Tlim, ?_⟩
intro n f
apply?

end Phi4Gaussianity

Expand Down