theorem
proved
wrapper
harmonic3_eq
show as:
view Lean formalization →
formal statement (Lean)
116theorem harmonic3_eq : schumannRS 3 = 11 * phi + 3 := by
proof body
One-line wrapper that applies unfold.
117 unfold schumannRS; push_cast; ring
118