59theorem bandwidthBudget_succ (t : ℕ) : 60 bandwidthBudget (t + 1) = bandwidthBudget t + bitBandwidthPerCycle := by
proof body
Term-mode proof.
61 unfold bandwidthBudget; ring 62 63/-! ## §2. NP-search workload -/ 64 65/-- The minimum number of distinguishable comparisons required to 66certify an NP-search witness of size `n` (i.e., search space `2^n`). -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.