theorem
proved
term proof
atmospheric_matches
show as:
view Lean formalization →
formal statement (Lean)
145theorem atmospheric_matches :
146 atmospheric_correction = MixingGeometry.atmospheric_radiative_correction := by
proof body
Term-mode proof.
147 unfold atmospheric_correction MixingGeometry.atmospheric_radiative_correction
148 unfold atmospheric_coefficient
149 rfl
150