def
definition
experimentalStatus
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.QFT.SMatrixUnitarity on GitHub at line 210.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
207 status : String
208
209/-- No unitarity violation has ever been observed. -/
210def experimentalStatus : List UnitarityFalsifier := [
211 ⟨"Probability non-conservation", "Missing energy/momentum", "Never observed"⟩,
212 ⟨"Information loss", "Non-unitary evolution", "Never observed"⟩,
213 ⟨"Optical theorem violation", "Cross-section mismatch", "Verified to high precision"⟩
214]
215
216end SMatrixUnitarity
217end QFT
218end IndisputableMonolith