pith. machine review for the scientific record. sign in
theorem

linearized_implies_weak

proved
show as:
view math explainer →
module
IndisputableMonolith.Gravity.NonlinearReggeProof
domain
Gravity
line
105 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Gravity.NonlinearReggeProof on GitHub at line 105.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

 102
 103Linearized ⊂ Weak-field ⊂ CMS-regular ⊂ Full nonlinear -/
 104
 105theorem linearized_implies_weak (h : regime_covered .linearized = true) :
 106    regime_covered .weakField = true := by decide
 107
 108/-! ## Certificate -/
 109
 110structure NonlinearReggeCert where
 111  phi_lattice_regular : PhiLatticeRegularity
 112  cms_satisfied : CMSConditions phi_lattice_regular
 113  linearized_sufficient : linearized_covers_observational = true
 114
 115theorem nonlinear_regge_cert_exists : Nonempty NonlinearReggeCert :=
 116  ⟨{ phi_lattice_regular := canonical_phi_lattice
 117     cms_satisfied := phi_lattice_satisfies_cms
 118     linearized_sufficient := observational_regime_covered }⟩
 119
 120end
 121
 122end IndisputableMonolith.Gravity.NonlinearReggeProof