theorem
proved
term proof
core_stretching_le_pair_budget
show as:
view Lean formalization →
formal statement (Lean)
170theorem core_stretching_le_pair_budget {siteCount : ℕ}
171 (op : CoreNSOperator siteCount) (i : Fin siteCount) :
172 op.contributions.stretching i ≤
173 pairwiseStretchingChange (corePairAmplitude op i) (corePairStretchFactor op i) := by
proof body
Term-mode proof.
174 unfold pairwiseStretchingChange corePairAmplitude corePairStretchFactor
175 exact op.stretching_bound i
176
177/-- Total derived pair budget from the core. -/