theorem
proved
wrapper
harmonic4_eq
show as:
view Lean formalization →
formal statement (Lean)
119theorem harmonic4_eq : schumannRS 4 = 15 * phi + 3 := by
proof body
One-line wrapper that applies unfold.
120 unfold schumannRS; push_cast; ring
121