δ must be positive in proximity gap theorems#429
δ must be positive in proximity gap theorems#429ElijahVlasov wants to merge 2 commits intoVerified-zkEVM:mainfrom
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
🤖 Gemini PR SummaryStrengthens the hypotheses for proximity gap and correlated agreement theorems across affine spaces, curves, and Reed-Solomon codes. The proximity parameter Technical Changes
Proof Status
Statistics
Lean Declarations
🎨 **Style Guide Adherence**The following lines violate the style guide:
📄 **Per-File Summaries**
Last updated: 2026-03-23 13:18 UTC. |
Julek
left a comment
There was a problem hiding this comment.
Small change requested, otherwise LGTM.
| theorem correlatedAgreement_affine_spaces {k : ℕ} [NeZero k] | ||
| {deg : ℕ} {domain : ι ↪ F} {δ : ℝ≥0} | ||
| (hδ : δ ≤ 1 - ReedSolomonCode.sqrtRate deg domain) : | ||
| (hδ : 0 < δ) |
There was a problem hiding this comment.
maybe name both hypotheses differently 😅
δ must be positive in proximity gap theorems and strictly less than the Johnson bound.