theorem
proved
term proof
temperature_can_explain
show as:
view Lean formalization →
formal statement (Lean)
109theorem temperature_can_explain :
110 temperature_coefficient * annual_temp_variation > 0.05 := by
proof body
Term-mode proof.
111 unfold temperature_coefficient annual_temp_variation
112 norm_num
113
114/-- **THEOREM EA-005.6**: Radon background has annual variation.
115 Underground labs see seasonal radon fluctuations. -/