audit(erdos-161): mark clean (cycle 4) — F^(t)(n,α) jump axiomatization integrity verified#21509
Closed
rjwalters wants to merge 0 commit into
Closed
audit(erdos-161): mark clean (cycle 4) — F^(t)(n,α) jump axiomatization integrity verified#21509rjwalters wants to merge 0 commit into
rjwalters wants to merge 0 commit into
Conversation
Merged
4 tasks
rjwalters
added a commit
that referenced
this pull request
May 31, 2026
…tion integrity verified (#21512) Re-audited Erdős Problem #155 (Slow Growth of Maximum Sidon Subsets). Lean source (Proofs/Erdos155Problem.lean) matches meta.json: - 1 axiom (erdos_turan_upper) — encoding the Erdős–Turán/Lindström upper bound F(N) ≤ √N + N^(1/4) + 1; matches meta axiomCount: 1 - 0 sorries (matches meta sorries: 0) - 10 theorems (empty_mem_sidonSets, sidonSets_nonempty, maxSidon_achievable, maxSidon_optimal, maxSidon_monotone, maxSidon_step, increase_count_le, maxSidonSize_1, maxSidonSize_2, maxSidonSize_3) — matches theoremCount: 10 - 3 definitions (IsSidonSet, sidonSets, maxSidonSize) — matches definitionCount: 3 - 199 lines — matches lineCount: 199 - status=axiomatized / badge=axiom (Tier C) — main conjecture F(N+k) ≤ F(N)+1 remains OPEN, and the Erdős–Turán upper bound supporting the proof toolkit is honestly axiomatized Narrative checks pass: title and description explicitly mark the conjecture "Status: OPEN"; proofStrategy enumerates which results are axiomatized vs proved vs docstring-only; assumptions field declares "1 axiom: erdos_turan_upper. 0 sorries." No delegation opacity, axiom masking, inequality-as-theorem, pipeline inflation, or 0-sorries-with-hidden-imports failure modes detected. Sibling skip note: erdos-161 (also priority-top in queue) was skipped because PR #21509 already covers its cycle 4 tracker bump. Co-authored-by: Robb Walters <r.j.walters@gmail.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
0678f76 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
assumptionsenumerates the four axioms,originalContributionslabels axioms as axioms.Verification
Test plan
🤖 Generated with Claude Code