pith. machine review for the scientific record. sign in
theorem proved term proof

npWorkload_succ

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 104theorem npWorkload_succ (n : ℕ) :
 105    npWorkload (n + 1) = 2 * npWorkload n := by

proof body

Term-mode proof.

 106  unfold npWorkload; rw [pow_succ]; ring
 107
 108/-- **STRUCTURAL DOUBLING.** Each additional input bit forces a doubling
 109of the bandwidth budget required. -/

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (9)

Lean names referenced from this declaration's body.