theorem
proved
term proof
atmospheric_correction_geometric
show as:
view Lean formalization →
formal statement (Lean)
144theorem atmospheric_correction_geometric :
145 atmospheric_radiative_correction = PMNSCorrections.atmospheric_correction := by
proof body
Term-mode proof.
146 simpa using (PMNSCorrections.atmospheric_matches).symm
147
148/-- **THEOREM: PMNS Reactor Angle Match**
149 The reactor angle sin²θ₁₃ matches observation (0.022) within reasonable range.
150 NOTE: Proof requires bounds on φ⁻⁸ which are in Numerics.Interval.PhiBounds. -/