theorem
proved
term proof
solar_matches
show as:
view Lean formalization →
formal statement (Lean)
151theorem solar_matches :
152 solar_correction = MixingGeometry.solar_radiative_correction := by
proof body
Term-mode proof.
153 unfold solar_correction MixingGeometry.solar_radiative_correction
154 unfold solar_coefficient
155 rfl
156