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

StrongCPFalsifier

definition
show as:
view math explainer →
module
IndisputableMonolith.StandardModel.StrongCP
domain
StandardModel
line
313 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.StandardModel.StrongCP on GitHub at line 313.

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

formal source

 310    1. θ ≠ 0 is measured (even small nonzero)
 311    2. 8-tick structure is disproven
 312    3. Axion found with continuous θ relaxation -/
 313structure StrongCPFalsifier where
 314  theta_nonzero : Prop
 315  eight_tick_wrong : Prop
 316  continuous_axion : Prop
 317  falsified : theta_nonzero → False
 318
 319end StrongCP
 320end StandardModel
 321end IndisputableMonolith