theorem
proved
wrapper
aggregateThroughput_succ
show as:
view Lean formalization →
formal statement (Lean)
58theorem aggregateThroughput_succ (N : ℕ) :
59 aggregateThroughput (N + 1) = aggregateThroughput N + T_node := by
proof body
One-line wrapper that applies unfold.
60 unfold aggregateThroughput; push_cast; ring
61