theorem
proved
term proof
weak_coupling_cert
show as:
view Lean formalization →
formal statement (Lean)
102theorem weak_coupling_cert : WeakCouplingCert where
103 alpha_from_cube := rfl
proof body
Term-mode proof.
104 sin2_from_phi := rfl
105 alpha_W_def := rfl
106 alpha_W_positive := alpha_W_pos
107 alpha_W_exceeds_alpha := alpha_W_gt_alpha
108
109end
110
111end WeakCoupling
112end StandardModel
113end IndisputableMonolith