No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
133theorem pmns_theta23_match :
134 abs (sin2_theta23_pred - 0.546) < 0.01 := by
proof body
Term-mode proof.
135 unfold sin2_theta23_pred atmospheric_weight atmospheric_radiative_correction
136 -- 0.5 + 6*alpha ≈ 0.5 + 0.0438 = 0.5438. PDG 2022: 0.546(21)
137 -- Use alpha bounds
138 have h_alpha_lo := CKMGeometry.alpha_lower_bound
139 have h_alpha_hi := CKMGeometry.alpha_upper_bound
140 rw [abs_lt]
141 constructor <;> linarith
142
143/-- Atmospheric radiative correction coefficient (6) is forced by cube topology. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (11)
Lean names referenced from this declaration's body.
-
alpha
in IndisputableMonolith.Constants.Alpha
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
correction
in IndisputableMonolith.Information.QuantumChannelCapacityFromPhi
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
alpha_lower_bound
in IndisputableMonolith.Physics.CKMGeometry
decl_use
-
alpha_upper_bound
in IndisputableMonolith.Physics.CKMGeometry
decl_use
-
sin2_theta23_pred
in IndisputableMonolith.Physics.MixingDerivation
decl_use
-
atmospheric_radiative_correction
in IndisputableMonolith.Physics.MixingGeometry
decl_use
-
atmospheric_weight
in IndisputableMonolith.Physics.MixingGeometry
decl_use