structure
definition
StrongCPFalsifier
show as:
view math explainer →
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
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