theorem
proved
term proof
operatorPairBudget_nonneg
show as:
view Lean formalization →
formal statement (Lean)
287theorem operatorPairBudget_nonneg {siteCount : ℕ}
288 (ns : IncompressibleNSOperator siteCount) :
289 0 ≤ operatorPairBudget ns := by
proof body
Term-mode proof.
290 unfold operatorPairBudget
291 exact indexedPairBudget_nonneg (pairEventAt ns)
292