theorem
proved
cabibbo_correction_geometric
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.MixingDerivation on GitHub at line 43.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
40 rfl
41
42/-- Cabibbo radiative correction coefficient (3/2) is forced by cube topology. -/
43theorem cabibbo_correction_geometric :
44 cabibbo_radiative_correction = PMNSCorrections.cabibbo_correction := by
45 -- PMNSCorrections proves it matches the MixingGeometry definition.
46 simpa using (PMNSCorrections.cabibbo_matches).symm
47
48/-- **THEOREM: V_cb from Ledger Topology**
49 The CKM element $|V_{cb}|$ is exactly $1/24$ derived from the cubic symmetry.
50 - 12 edges in a cube.
51 - Each edge has 2 vertices.
52 - Total coverage space = 24 (vertex_edge_slots).
53 - Edge-Dual Coupling: The second generation (s, c) occupies the faces, while the
54 third generation (b, t) occupies the vertices. The transition $|V_{cb}|$
55 represents the dual mapping from a face-center to a vertex via a single edge. -/
56theorem vcb_derived :
57 V_cb_pred = edge_dual_ratio := by
58 unfold V_cb_pred V_cb_geom edge_dual_ratio
59 norm_num
60
61/-- **THEOREM: V_ub from Fine Structure Leakage**
62 The CKM element $|V_{ub}|$ is exactly half the fine-structure constant.
63 - α: Fine structure coupling.
64 - 1/2: Leakage between non-adjacent vertices across a cube diagonal (fine_structure_leakage).
65 - Geometric Origin: The first and third generations are separated by the maximum
66 diameter of the cube (√3 units). The recognition overlap is mediated by the
67 vacuum polarization term α, with a 1/2 factor from the parity split. -/
68theorem vub_derived :
69 V_ub_pred = fine_structure_leakage := by
70 unfold V_ub_pred fine_structure_leakage
71 rfl
72
73/-- **Geometric Interpretation**: