structure
definition
def or abbrev
PMNSScoreCardCert
show as:
view Lean formalization →
formal statement (Lean)
55structure PMNSScoreCardCert where
56 theta12 : |sin2_theta12_pred - 0.307| < 0.01
57 theta13 : |sin2_theta13_pred - 0.022| < 0.002
58 theta23 : |sin2_theta23_pred - 0.546| < 0.01
59 jarlskog : |jarlskog_pred - 3.08e-5| < 0.6e-5
60 j_pos : 0 < jarlskog_pred
61 deltaCP_band :
62 Real.pi < deltaCP_pmns_torsion_correction ∧
63 deltaCP_pmns_torsion_correction < 2 * Real.pi
64