theorem
proved
cabibbo_scaling_forced
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.MixingGeometry on GitHub at line 92.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
89/-- **THEOREM: Cabibbo Scaling Forced**
90 The Cabibbo scaling factor is forced by the torsion overlap and the
91 face-mediated radiative corrections. -/
92theorem cabibbo_scaling_forced :
93 torsion_overlap - cabibbo_radiative_correction = phi ^ (-3 : ℤ) - (3/2) * Constants.alpha := by
94 unfold torsion_overlap cabibbo_radiative_correction
95 ring
96
97end MixingGeometry
98end Physics
99end IndisputableMonolith