theorem
proved
wrapper
harmonic2_eq
show as:
view Lean formalization →
formal statement (Lean)
113theorem harmonic2_eq : schumannRS 2 = 7 * phi + 3 := by
proof body
One-line wrapper that applies unfold.
114 unfold schumannRS; push_cast; ring
115