theorem
proved
term proof
solar_angle_forced
show as:
view Lean formalization →
formal statement (Lean)
51theorem solar_angle_forced :
52 solar_weight - solar_radiative_correction = phi ^ (-2 : ℤ) - 10 * Constants.alpha := by
proof body
Term-mode proof.
53 unfold solar_weight solar_radiative_correction
54 ring
55
56/-- The atmospheric mixing weight (maximal parity mix). -/