audit(erdos-162): realign stale section line ranges + tighten function-f summary#21504
Closed
rjwalters wants to merge 0 commit into
Closed
audit(erdos-162): realign stale section line ranges + tighten function-f summary#21504rjwalters wants to merge 0 commit into
rjwalters wants to merge 0 commit into
Conversation
4f0b683 to
7513dbf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Gallery integrity audit of erdos-162 found:
meta.json(e.g.colouring32-75,function-f76-103,examples150-186) no longer match where the content lives. The file was expanded to 237 lines but the section ranges were never updated, so they point into the middle of unrelated proofs.function-fsection summary overclaimed: It said discrepancyF is axiomatized "with characterization spec, monotonicity in α, F(n,0)=n, and F(n,α) ≤ n", but onlydiscrepancyFanddiscrepancyF_mono_alphaare axiomatized in that section. The "characterization spec", "F(n,0)=n", and "F(n,α) ≤ n" appear only as docstring comments at lines 147-156.Core integrity confirmed
Counted directly from
proofs/Proofs/Erdos162Problem.lean:sorries: 0axiomCount: 4(discrepancyF, discrepancyF_mono_alpha, discrepancy_lower, discrepancy_upper)theoremCount: 4(colourEdgeCount_total, balanced_requires_le_half, discrepancy_theta_log, half_is_extremal)definitionCount: 5(1 structure + 1 noncomputable def + 3 defs)lineCount: 237status: "axiomatized"andbadge: "axiom", which is correct.Changes
src/data/proofs/erdos-162/meta.json: realigned all six sectionstartLine/endLinefields and tightened thefunction-fsection summary.src/data/proofs/audit-tracker.json: updated byclaim-target.sh complete erdos-162 issues-fixed.Test plan
🤖 Generated with Claude Code