structure
definition
def or abbrev
MixingCert
show as:
view Lean formalization →
formal statement (Lean)
229structure MixingCert where
230 vcb_ratio : V_cb_pred = edge_dual_ratio
231 vub_leakage : V_ub_pred = fine_structure_leakage
232 theta13_match : abs (sin2_theta13_pred - 0.022) < 0.002
233 theta12_match : abs (sin2_theta12_pred - 0.307) < 0.01
234 theta23_match : abs (sin2_theta23_pred - 0.546) < 0.01
235