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.