structure
definition
PMNSScoreCardCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Physics.PMNSScoreCard on GitHub at line 55.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
-
jarlskog -
jarlskog_pred -
sin2_theta12_pred -
sin2_theta13_pred -
sin2_theta23_pred -
deltaCP_pmns_torsion_correction
used by
formal source
52 Real.pi < deltaCP_pmns_torsion_correction ∧
53 deltaCP_pmns_torsion_correction < 2 * Real.pi := deltaCP_pmns_range
54
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
65theorem pmnsScoreCardCert_holds : Nonempty PMNSScoreCardCert :=
66 ⟨{ theta12 := row_pmns_theta12
67 theta13 := row_pmns_theta13
68 theta23 := row_pmns_theta23
69 jarlskog := row_jarlskog
70 j_pos := row_jarlskog_pos
71 deltaCP_band := row_deltaCP_pmns_in_open_band }⟩
72
73end
74
75end IndisputableMonolith.Physics.PMNSScoreCard