erdos-problems 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/packs/number-theory/README.md +1 -0
  4. package/packs/number-theory/problems/848/BOUNDED_VERIFICATION_PLAN.md +43 -0
  5. package/packs/number-theory/problems/848/BRANCH_COMPARISON_LEDGER.md +85 -0
  6. package/packs/number-theory/problems/848/CERTIFIED_NUMERICAL_LEDGER.md +88 -0
  7. package/packs/number-theory/problems/848/CHECKPOINT_TEMPLATE.md +8 -0
  8. package/packs/number-theory/problems/848/CONTEXT.md +11 -0
  9. package/packs/number-theory/problems/848/EXTERNAL_VERIFICATION_LEDGER.md +56 -0
  10. package/packs/number-theory/problems/848/EXTRACTION_CHECKLIST.md +114 -0
  11. package/packs/number-theory/problems/848/FRONTIER_NOTE.md +48 -0
  12. package/packs/number-theory/problems/848/LEMMA21_EXPLICIT_BOUND.md +200 -0
  13. package/packs/number-theory/problems/848/LEMMA21_TRUNCATION_SCAN.md +111 -0
  14. package/packs/number-theory/problems/848/LEMMA22_EXPLICIT_BOUND.md +133 -0
  15. package/packs/number-theory/problems/848/LEMMA22_PRIME_COUNT_BOUND.md +58 -0
  16. package/packs/number-theory/problems/848/OPS_DETAILS.yaml +169 -0
  17. package/packs/number-theory/problems/848/PROOF_OBLIGATIONS.md +101 -0
  18. package/packs/number-theory/problems/848/PROPOSITION_EXPLICIT_CANDIDATE.md +69 -0
  19. package/packs/number-theory/problems/848/REPORT_TEMPLATE.md +8 -0
  20. package/packs/number-theory/problems/848/ROUTE_HISTORY.md +24 -0
  21. package/packs/number-theory/problems/848/ROUTE_PACKET.yaml +16 -0
  22. package/packs/number-theory/problems/848/THEOREM_STYLE_EXPLICIT_NOTE.md +91 -0
  23. package/packs/number-theory/problems/848/THRESHOLD_LEDGER.md +132 -0
  24. package/packs/number-theory/problems/848/VERIFICATION_CERTIFICATE_SPEC.md +60 -0
  25. package/packs/number-theory/problems/848/VERIFICATION_REGIMES.md +87 -0
  26. package/packs/number-theory/problems/848/WEAKEST_BRANCH_T250_ASSEMBLY.md +109 -0
  27. package/packs/number-theory/problems/848/WEAKEST_BRANCH_T250_BUDGET.md +107 -0
  28. package/packs/number-theory/problems/848/WEAKEST_CASE_BUDGET.md +183 -0
  29. package/packs/number-theory/problems/848/context.yaml +44 -0
  30. package/problems/848/AGENT_START.md +33 -0
  31. package/problems/848/AGENT_WEBSEARCH_BRIEF.md +21 -0
  32. package/problems/848/CHECKPOINT_NOTES.md +23 -0
  33. package/problems/848/EVIDENCE.md +112 -0
  34. package/problems/848/EXPLICIT_CANDIDATE_REVIEW.md +57 -0
  35. package/problems/848/FORMALIZATION.md +16 -0
  36. package/problems/848/PUBLIC_STATUS_REVIEW.md +16 -0
  37. package/problems/848/REFERENCES.md +25 -0
  38. package/problems/848/ROUTES.md +78 -0
  39. package/problems/848/SHARE_READY_SUMMARY.md +36 -0
  40. package/problems/848/STATEMENT.md +37 -0
  41. package/problems/848/problem.yaml +52 -0
@@ -0,0 +1,183 @@
1
+ # Problem 848 Weakest-Case Budget
2
+
3
+ This note freezes the current best source-backed picture of the weakest branch
4
+ in Sawhney's proof.
5
+
6
+ Scope:
7
+ - this is only the `0.0377` branch from the proof
8
+ - this is not yet an explicit threshold proof
9
+ - this is the budget sheet that the next explicit-threshold step must respect
10
+
11
+ ## Where the `0.0377` branch comes from
12
+
13
+ Source:
14
+ - Sawhney, `Problem_848.pdf`, Section 3, pages 2-3
15
+
16
+ Branch description:
17
+ - assume `A*` contains an even element
18
+ - then bound `A*` using Lemma 2.1
19
+ - bound `A7 ∪ A18` using Lemma 2.2
20
+ - add the two contributions
21
+
22
+ Public bound recorded in the note:
23
+ - `|A| / N <= 0.0377`
24
+
25
+ Target extremal density:
26
+ - `1/25 = 0.04`
27
+
28
+ Recorded slack to the target:
29
+ - `0.04 - 0.0377 = 0.0023`
30
+
31
+ ## Main-term decomposition from the note
32
+
33
+ ### A. `A*` contribution
34
+
35
+ Source:
36
+ - Sawhney, `Problem_848.pdf`, pages 1-2, especially the proof lines leading to the first case split
37
+
38
+ Displayed bound:
39
+ - `|A*| / N <= (23/25) * (1 - prod_{p ≡ 1 mod 4, p >= 13} (1 - 2/p^2)) + o(1)`
40
+
41
+ Rounded numerical contribution recorded in the note:
42
+ - `0.0252`
43
+
44
+ ### B. `A7 ∪ A18` contribution
45
+
46
+ Source:
47
+ - Sawhney, `Problem_848.pdf`, pages 1-2, first Lemma 2.2 application in the proof
48
+
49
+ Displayed bound:
50
+ - `|A7 ∪ A18| / N <= (2/25) * (1 - prod_{p != 2,5} (1 - 1/p^2)) + o(1)`
51
+
52
+ Rounded numerical contribution recorded in the note:
53
+ - `0.0125`
54
+
55
+ ### C. Combined branch
56
+
57
+ Displayed combination:
58
+ - `|A| / N <= 0.0252 + 0.0125 = 0.0377`
59
+
60
+ Important caution:
61
+ - the note records four-decimal rounded numerics, not a repo-frozen exact Euler-product evaluation
62
+ - therefore the currently usable slack is not yet a rigorously frozen `0.0023`
63
+ - before spending the full `0.0023 N` on explicit error terms, the repo should freeze the exact main-term constants or adopt a deliberate safety reserve
64
+
65
+ ## Non-explicit inputs in this branch
66
+
67
+ ### 1. Lemma 2.1 large-prime tail
68
+
69
+ Source:
70
+ - Sawhney, `Problem_848.pdf`, page 1
71
+
72
+ Public proof move:
73
+ - choose `T = floor(sqrt(log N))`
74
+ - control the tail by
75
+ `sum_{T <= p <= N^(1/2)} N / p^2 << N / T`
76
+
77
+ Current status:
78
+ - structurally explicit
79
+ - not numerically frozen here
80
+
81
+ ### 2. Lemma 2.1 small-prime inclusion-exclusion remainder
82
+
83
+ Source:
84
+ - Sawhney, `Problem_848.pdf`, page 1
85
+
86
+ Public proof move:
87
+ - truncate to primes `p <= T`
88
+ - note `prod_{p <= T} p^2 <= N^(o(1))`
89
+ - conclude the inclusion-exclusion remainder is `N^(o(1))`
90
+
91
+ Current status:
92
+ - this is one of the main non-explicit steps in the branch
93
+ - the proof architecture is clear, but the repo does not yet have a concrete bound replacing `N^(o(1))`
94
+
95
+ ### 3. Lemma 2.2 large-prime tail
96
+
97
+ Source:
98
+ - Sawhney, `Problem_848.pdf`, page 2
99
+
100
+ Public proof move:
101
+ - again choose `T = floor(sqrt(log N))`
102
+ - bound the tail by
103
+ `sum_{T <= p <= N} (N / p^2 + 1) << N / T`
104
+
105
+ Current status:
106
+ - structurally explicit
107
+ - not numerically frozen here
108
+
109
+ ### 4. Lemma 2.2 reduction to Lemma 2.1
110
+
111
+ Source:
112
+ - Sawhney, `Problem_848.pdf`, page 2
113
+
114
+ Public proof move:
115
+ - for each prime `p <= T` with `(p, qb) = 1`, the condition `p^2 | (ab + 1)` determines one residue class
116
+ - the remaining count is then handled by Lemma 2.1
117
+
118
+ Current status:
119
+ - this means the `0.0377` branch inherits the non-explicit part of Lemma 2.1 twice:
120
+ once directly for `A*`, and once indirectly through Lemma 2.2 for `A7 ∪ A18`
121
+
122
+ ### 5. The `eta` absorption step
123
+
124
+ Source:
125
+ - Sawhney, `Problem_848.pdf`, pages 1-2
126
+
127
+ Public proof move:
128
+ - assume `|A| >= (1/25 - eta) N` for a small absolute `eta`
129
+ - absorb `eta` and the `o(1)` errors into the strict inequality between the branch bound and `1/25`
130
+
131
+ Current status:
132
+ - no explicit admissible `eta` is frozen here
133
+ - explicit threshold extraction must budget for both the analytic error terms and the `eta` slack used in the contradiction
134
+
135
+ ## Honest current bottleneck
136
+
137
+ The next true bottleneck is not yet “make Lemma 2.2 explicit.”
138
+
139
+ The first bottleneck is:
140
+ - freeze the exact main-term constants behind `0.0252` and `0.0125`
141
+ - decide how much of the nominal `0.0023` slack is actually safe to spend on explicit error terms
142
+
143
+ Until that is done, any explicit-threshold extraction remains numerically underdetermined at the branch level.
144
+
145
+ ## What this changes
146
+
147
+ - The route no longer needs a generic “find the weakest branch” task; that is now done.
148
+ - The next honest move is to replace rounded branch numerics with an exact or conservatively certified usable slack budget.
149
+
150
+ ## Repo numerical freeze
151
+
152
+ Date:
153
+ - April 5, 2026
154
+
155
+ Method:
156
+ - multiply the Euler-product factors directly over all primes up to `5,000,000`
157
+ - use a crude tail envelope from `sum_{n > P} 1 / n^2 < 1 / P`
158
+ - treat this as a conservative numerical budget note, not yet as a fully formal proof artifact
159
+
160
+ Numerical outputs:
161
+ - `A*` main-term contribution: `0.0251587645...`
162
+ - `A7 ∪ A18` main-term contribution: `0.0124525434...`
163
+ - combined weakest-branch main term: `0.0376113079...`
164
+ - target density: `0.04`
165
+ - numerical slack to the target: `0.0023886920...`
166
+
167
+ Crude omitted-tail envelope from the `5,000,000` cutoff:
168
+ - total branch-level tail contribution below about `3.84e-7`
169
+
170
+ Conservative numerical reading:
171
+ - the branch-level main term appears safely below `0.037612`
172
+ - the real branch slack appears closer to `0.002389` than to the rounded `0.0023`
173
+ - the rounded note therefore seems to hide roughly `8.8e-5` of additional branch slack
174
+
175
+ What this still does **not** do:
176
+ - it does not make Lemma 2.1 explicit
177
+ - it does not make Lemma 2.2 explicit
178
+ - it does not yet absorb the `eta` term
179
+ - it does not produce a final explicit threshold `N0`
180
+
181
+ What it **does** do:
182
+ - it removes uncertainty about whether four-decimal rounding is eating a significant fraction of the apparent branch budget
183
+ - it gives the next explicit-extraction step a more honest target: roughly `0.002388` of branch slack before analytic error absorption
@@ -0,0 +1,44 @@
1
+ problem_id: "848"
2
+ family_role: finite_check_number_theory_workspace
3
+ harness_profile: decidable_gap_workspace
4
+ default_active_route: finite_check_gap_closure
5
+ bootstrap_focus: Treat Problem 848 as a finite-gap closure problem and freeze the certificate surface before claiming bounded verification progress.
6
+ route_story: Problem 848 is already asymptotically resolved in public, but not yet closed here for all N. The honest job is to shrink the finite remainder with audited threshold tracking and reproducible bounded verification.
7
+ frontier_label: finite_check_gap_closure
8
+ frontier_detail: The repo has chosen bounded finite verification as the next closure lane under the best imported threshold currently tracked.
9
+ checkpoint_focus: Preserve the distinction between existential N0, explicit N0, sample finite checks, and full closure.
10
+ next_honest_move: Freeze the bounded finite-verification program and its certificate requirements before claiming any new covered interval.
11
+ related_core_problems:
12
+ - "844"
13
+ literature_focus:
14
+ - squarefree values
15
+ - sieve bounds
16
+ - explicit threshold extraction
17
+ - bounded verification
18
+ artifact_focus:
19
+ - STATEMENT.md
20
+ - REFERENCES.md
21
+ - EVIDENCE.md
22
+ - FORMALIZATION.md
23
+ - THRESHOLD_LEDGER.md
24
+ - BOUNDED_VERIFICATION_PLAN.md
25
+ - VERIFICATION_REGIMES.md
26
+ - VERIFICATION_CERTIFICATE_SPEC.md
27
+ - EXTERNAL_VERIFICATION_LEDGER.md
28
+ question_ledger:
29
+ open_questions:
30
+ - What exact interval should the repo try to cover first in a bounded-verification lane?
31
+ - Which imported threshold value is trusted enough to size the finite remainder operationally?
32
+ - What certificate format is strong enough to prevent repeat low-trust verification claims?
33
+ - Which public verification attempts are worth auditing rather than rebuilding from scratch?
34
+ active_route_notes:
35
+ - Keep the asymptotic theorem separate from the unresolved finite closure.
36
+ - Keep imported threshold claims separate from repo-owned audited claims.
37
+ - Prefer interval certificates to raw "checked up to X" claims.
38
+ - Use past public verification criticism as a design constraint, not just background chatter.
39
+ route_breakthroughs:
40
+ - Public asymptotic resolution by Sawhney is already in hand.
41
+ - The threshold ledger separating existential and explicit claims is now frozen.
42
+ - The repo now has an audited explicit candidate package distinct from the imported public threshold timeline.
43
+ - The repo has now chosen bounded finite verification as the next closure lane.
44
+ problem_solved: []
@@ -0,0 +1,33 @@
1
+ # Agent Start
2
+
3
+ Fast start:
4
+ - `erdos problem show 848`
5
+ - `erdos workspace show`
6
+ - `erdos preflight`
7
+ - `erdos continuation use route`
8
+ - `erdos checkpoints sync`
9
+
10
+ Working assumptions:
11
+ - Open problem: no
12
+ - Active route: finite_check_gap_closure
13
+ - Repo status: active
14
+ - Harness depth: dossier
15
+ - Site status: decidable
16
+ - Route breakthrough: yes
17
+ - Problem solved: no
18
+
19
+ Read in this order:
20
+ - `STATEMENT.md`
21
+ - `REFERENCES.md`
22
+ - `EVIDENCE.md`
23
+ - `FORMALIZATION.md`
24
+ - `PUBLIC_STATUS_REVIEW.md`
25
+ - `AGENT_WEBSEARCH_BRIEF.md`
26
+
27
+ First honest move:
28
+ - isolate the exact finite remainder left after Sawhney's sufficiently-large-`N` theorem
29
+ - determine whether the missing closure is an explicit threshold extraction problem, a pure
30
+ finite computation problem, or a mixed lane
31
+ - keep every note honest about the gap between `decidable` and fully `solved`
32
+ - read the Sawhney note before touching the forum heuristics, then use the forum only to
33
+ map candidate threshold-improvement strategies and public finite-check coverage
@@ -0,0 +1,21 @@
1
+ # Erdős Problem #848 Agent Websearch Brief
2
+
3
+ Why this exists:
4
+ - do not rely on erdosproblems.com alone as the canonical public truth surface
5
+ - compare the site status with current publicized discussion, literature, and formalization chatter
6
+
7
+ Suggested queries:
8
+ - "Erdos Problem #848"
9
+ - erdos problem 848
10
+ - "Erdos Problem #848" erdos
11
+ - "Erdos Problem #848" explicit N0
12
+ - "Erdos Problem #848" finite check
13
+ - "Problem848.lean"
14
+ - "Problem_848.pdf" Sawhney
15
+
16
+ Review prompts:
17
+ - Does the problem still appear publicly open?
18
+ - Are there recent solution claims, partial claims, or major status updates?
19
+ - Are there recent formalization artifacts, surveys, or project pages worth pulling into the dossier?
20
+ - Has anyone publicly converted the existential threshold into a concrete usable `N0`?
21
+ - Is there any public finite verification beyond the sample checks mentioned in the forum?
@@ -0,0 +1,23 @@
1
+ # Checkpoint Notes
2
+
3
+ - Problem: 848
4
+ - Repo status: active
5
+ - Harness depth: dossier
6
+
7
+ Checkpoint prompts:
8
+ - What changed in the active route since the last honest checkpoint?
9
+ - Which claim level is justified right now: Exact, Verified, Heuristic, or Conjecture?
10
+ - Which upstream/public truth changed, if any?
11
+ - What did the public-status review and agent websearch brief surface beyond erdosproblems.com?
12
+ - Which artifact or literature bundle should the next agent read first?
13
+ - What route, evidence, and formalization notes should be promoted out of scratch space into canonical dossier files?
14
+ - Did we improve the explicit threshold side, the finite-computation side, or only our
15
+ understanding of the gap between them?
16
+ - Are we optimizing the right thing right now: a smaller imported `N0`, or a smaller
17
+ remaining finite range to verify?
18
+ - Is any new `N0` claim actually checked line-by-line against Sawhney's note, or is it still
19
+ forum-level heuristic discussion?
20
+ - Have we cleanly separated the best imported threshold claim from the repo's own audited
21
+ explicit candidate?
22
+ - What exactly does the current public Lean development certify, and what does it still leave
23
+ open?
@@ -0,0 +1,112 @@
1
+ # Evidence
2
+
3
+ - This dossier was seeded for Erdos Problem #848 from a pull bundle.
4
+ - Imported record included: yes
5
+ - Site snapshot included: yes
6
+ - Public status review included: yes
7
+ - Repo status at seed time: active
8
+ - Harness depth at seed time: dossier
9
+ - Imported status: `decidable`
10
+ - Imported formalization state: `yes`
11
+
12
+ Current public evidence captured locally:
13
+ - The live site snapshot from 2026-04-05 states that the problem is resolved up to a finite
14
+ check.
15
+ - The site records van Doorn's density upper bound and Weisenberg's slight refinement as
16
+ context for why the extremal density is constrained near `1/25`.
17
+ - The site reports that Sawhney solved the problem for all sufficiently large `N`, with a
18
+ stability statement forcing near-extremal sets into the `7 mod 25` or `18 mod 25`
19
+ classes.
20
+ - The public search review surfaced a current Lean formalization thread and a suggested
21
+ arXiv reference for the sufficiently-large-`N` result.
22
+ - Sawhney's public four-page note proves the existence of an `N0`, but does not give an
23
+ explicit threshold in the statement of Proposition 1.1.
24
+ - The public forum discussion records an explicit-threshold timeline:
25
+ - `N0 = 7 x 10^17` on 2026-03-21
26
+ - `N0 = 3.3 x 10^17` on 2026-03-22
27
+ - `N0 = 2.64 x 10^17` on 2026-03-23
28
+ - The same thread also records earlier larger threshold exploration, including
29
+ `exp(1958)`-scale discussion and `exp(1420)` as a plausible intermediate explicit route
30
+ rather than a final clean resolution.
31
+ - The same thread suggests the real technical bottleneck is improving the error terms in
32
+ Lemma 2.1 and especially Lemma 2.2 enough to make the explicit threshold and the finite
33
+ range practically closable.
34
+ - The public Lean thread claims a formalization of the sufficiently-large-`N` theorem and
35
+ mentions finite verification for `N = 50` and `N = 100`, but not a full finite closure.
36
+ - The local number-theory pack now has a one-sided explicit Lemma 2.1 remainder ledger.
37
+ It shows that, at the public threshold candidates `exp(1420)` and `exp(1958)`, the
38
+ small-prime inclusion-exclusion remainder is negligible while the large-prime tail still
39
+ exceeds the frozen weakest-branch slack.
40
+ - The local truncation scan also shows that the one-sided explicit route no longer needs
41
+ `T = floor(sqrt(log N))`; larger choices of `T` leave the discrete term negligible while
42
+ materially shrinking the live `A*` tail.
43
+ - The local weakest-branch witness budget at `T = 250` now shows that, after the explicit
44
+ Lemma 2.1 and Lemma 2.2 tail terms are paid, the branch still appears to retain about
45
+ `0.001775` slack before the Lemma 2.2 prime-count term is inserted, and about `0.000366`
46
+ witness margin after that term is bounded with a Dusart-style explicit prime-count estimate.
47
+ - The local weakest-branch assembly note now fixes a working witness
48
+ `T = 250`, `N >= exp(1420)`, `eta = 10^-4`, with about `0.000266` visible reserve left in
49
+ that branch after all currently frozen lemma-level costs.
50
+ - The local branch-comparison ledger now indicates that the same witness also closes the
51
+ public branches with rounded bounds `0.0358`, `0.0336`, and `0.0294` at the repo's current
52
+ explicit level.
53
+ - The local proposition-level candidate note now packages that shared witness as the current
54
+ repo candidate for an explicit stability statement, while still refusing to mark the problem
55
+ fully solved.
56
+ - The local proof-obligation ledger now identifies the next real blocker as numerical
57
+ certification of the displayed decimal inputs, not another branch estimate.
58
+ - The local certified numerical ledger now replaces the main displayed decimal inputs with
59
+ conservative machine-interval bounds, leaving a certified visible reserve of about
60
+ `0.000266` after the working `eta = 10^-4`.
61
+ - The local theorem-style note now assembles the current explicit candidate into a single
62
+ proof-shaped artifact suitable for paper-writer mode and future public review.
63
+ - The current candidate is now surfaced in both the paper bundle and a dossier-level public
64
+ review note, with a short share-ready summary.
65
+ - The local paper bundle now has drafted introduction, preliminaries, and related-work
66
+ sections, and the bundle has been refreshed so that no placeholder paper text remains.
67
+ - The current repo candidate is weaker than the best imported threshold value currently
68
+ visible on the public thread, so its main value is auditability and handoff structure,
69
+ not "best known `N0`" status.
70
+ - The repo has now chosen bounded finite verification as the next closure lane and frozen
71
+ first-pass notes for verification regimes, certificate requirements, and imported
72
+ verification audit.
73
+
74
+ Claim-safe local posture:
75
+ - Exact: the public status is `decidable`, not `open` and not fully `solved`.
76
+ - Exact: a formalized statement is publicly claimed by the imported atlas.
77
+ - Exact: the remaining public gap is not a new asymptotic theorem, but the bridge from
78
+ existential `N0` to an explicit or fully checked all-`N` statement.
79
+ - Exact: as of 2026-03-23, the best imported public-thread threshold visible in the dossier
80
+ is `N0 = 2.64 x 10^17`.
81
+ - Exact: the repo's own audited candidate is currently weaker than that imported threshold,
82
+ so it should not be described as the best-known public bound.
83
+ - Exact: the current repo explicitization of Lemma 2.1 isolates the large-prime tail as the
84
+ live analytic blocker in the weakest branch.
85
+ - Exact: within the one-sided explicit route, enlarging `T` is now justified and appears to
86
+ be the right next analytic move.
87
+ - Exact: a concrete witness value `T = 250` now survives the live tail bookkeeping in the
88
+ weakest branch at an explicit witness-budget level.
89
+ - Exact: the weakest branch now has a concrete working `eta` witness, not just a floating
90
+ slack budget.
91
+ - Exact: no other public branch currently appears to outrun that witness in the repo ledger.
92
+ - Exact: the repo now has a proposition-level explicit candidate, but not yet a publication-
93
+ ready explicit theorem artifact.
94
+ - Exact: the next real mathematical hardening step is numerical certification of the displayed
95
+ decimal inputs.
96
+ - Exact: the current repo candidate is now numerically hardened at the ledger level.
97
+ - Exact: the repo now also has a theorem-style proof artifact for the current candidate.
98
+ - Exact: the current candidate package is now surfaced for both paper-writing and public
99
+ review workflows.
100
+ - Exact: the paper bundle for the current candidate is now fully drafted at the section-shell
101
+ level and no longer depends on placeholder text in its public-facing sections.
102
+ - Heuristic: the lowest-friction route from here is to work both sides of the bridge:
103
+ sharpen the explicit threshold while separately understanding how far direct finite
104
+ verification can reasonably go.
105
+
106
+ Next maintainer step:
107
+ - keep the dossier centered on the finite-check gap rather than re-opening the asymptotic
108
+ theorem lane
109
+ - preserve the current claim-safe package as a clean review unit
110
+ - treat imported threshold improvements as external progress markers unless they are
111
+ re-audited inside the repo
112
+ - freeze the bounded finite-verification program before counting any interval as covered
@@ -0,0 +1,57 @@
1
+ # Problem 848 Explicit Candidate Review
2
+
3
+ ## Current repo candidate
4
+
5
+ The current repo candidate is:
6
+
7
+ - `N >= exp(1420)`
8
+ - `T = 250`
9
+ - `eta = 10^-4`
10
+
11
+ Public context:
12
+ - this is the repo's audited explicit candidate, not the best imported public threshold claim
13
+ - the public forum thread records a stronger external threshold timeline through
14
+ 2026-03-23, ending at `N0 = 2.64 x 10^17`
15
+
16
+ and the claim-safe conclusion is:
17
+
18
+ - if `A subseteq [N]` and `ab + 1` is never squarefree for all `a, b in A`
19
+ - and `|A| >= (1/25 - 10^-4) * N`
20
+ - then `A` is contained in either the `7 mod 25` class or the `18 mod 25` class
21
+
22
+ ## Why this is review-ready
23
+
24
+ The repo now has explicit support notes for:
25
+ - the weakest branch main term
26
+ - explicit Lemma 2.1 and Lemma 2.2 bounds
27
+ - the prime-count term
28
+ - a weakest-branch assembly ledger
29
+ - a branch-comparison ledger for the other public branches
30
+ - a certified numerical ledger replacing bare display decimals
31
+
32
+ Read in this order:
33
+ - `packs/number-theory/problems/848/PROPOSITION_EXPLICIT_CANDIDATE.md`
34
+ - `packs/number-theory/problems/848/THEOREM_STYLE_EXPLICIT_NOTE.md`
35
+ - `packs/number-theory/problems/848/CERTIFIED_NUMERICAL_LEDGER.md`
36
+ - `packs/number-theory/problems/848/WEAKEST_BRANCH_T250_ASSEMBLY.md`
37
+ - `packs/number-theory/problems/848/BRANCH_COMPARISON_LEDGER.md`
38
+
39
+ ## What this is **not** claiming
40
+
41
+ This review artifact does **not** claim:
42
+ - that Problem 848 is fully solved in the repo
43
+ - that the finite range below `exp(1420)` has been closed
44
+ - that `exp(1420)` is optimal
45
+ - that the current note set is already publication-ready
46
+
47
+ The current status is:
48
+ - explicit repo candidate: yes
49
+ - publication-ready explicit theorem artifact: not yet
50
+ - full all-`N` closure in this repo: not yet
51
+
52
+ ## Suggested reviewer questions
53
+
54
+ - Is every displayed decimal used in the witness backed by the certified ledger?
55
+ - Does the theorem-style note consume every branch cleanly without hidden extra losses?
56
+ - Is the distinction between repo candidate and solved/public-truth claim clear enough?
57
+ - Should the next surface be the paper bundle, a public review post, or both?
@@ -0,0 +1,16 @@
1
+ # Formalization
2
+
3
+ - Local status: statement-formalized
4
+ - Imported formalized state: yes
5
+ - Imported formalized last update: 2026-02-01
6
+ - Public formalization chatter now includes a Lean development for the sufficiently-large-`N`
7
+ theorem discussed on the public problem thread.
8
+ - Public forum claims indicate that the Lean work covers `∃ N0, ∀ N ≥ N0, Problem848Statement N`
9
+ and includes some sample finite checks (`N = 50`, `N = 100`), but not yet a publicly
10
+ stated full finite closure.
11
+
12
+ Local formalization target:
13
+ - keep the statement and the finite-check remainder cleanly separated
14
+ - identify exactly which part of Sawhney's result is already formalized
15
+ - decide whether this repo should mirror a public formal artifact, link it, or rebuild a
16
+ cleaner local version around the finite completion lane
@@ -0,0 +1,16 @@
1
+ # Erdős Problem #848 Public Status Review
2
+
3
+ Fetched at: 2026-04-05T06:30:32.165Z
4
+ Provider: duckduckgo
5
+
6
+ Queries run:
7
+ - "Erdos Problem #848"
8
+ - erdos problem 848
9
+ - "Erdos Problem #848" erdos
10
+
11
+ Top public results:
12
+ - [Erdős Problem #848 - erdosproblems.com](https://duckduckgo.com/l/?uddg=https%3A%2F%2Fwww.erdosproblems.com%2F848&amp;rut=ab6658c984a06053ad3348d748646858fbf56e4f660020ca7ee7bfbfef6ff482)
13
+ - [erdos-banger/formal/lean/Erdos/Problem848_FINAL.lean at main - GitHub](https://duckduckgo.com/l/?uddg=https%3A%2F%2Fgithub.com%2FThe%2DObstacle%2DIs%2DThe%2DWay%2Ferdos%2Dbanger%2Fblob%2Fmain%2Fformal%2Flean%2FErdos%2FProblem848_FINAL.lean&amp;rut=6c864fa6a79183ffd94cce666451b7057530bd905d84b4213d80af6058f78dad)
14
+ - [Problem #848: Is the maximum size of a set $A\subseteq \ {1,\ldots,N ...](https://duckduckgo.com/l/?uddg=https%3A%2F%2Fwww.dumbprime.com%2Ferdos%2Fproblem%2F848%2F&amp;rut=cc6844492d2a1f0f0bc1cea1fa6dbd2c398f0734f7949a83f97a898ac20125fc)
15
+ - [List of Erdős problems](https://duckduckgo.com/l/?uddg=https%3A%2F%2Fwww.math.ucsd.edu%2F~erdosproblems%2Ferdos%2F&amp;rut=8e8ff012d3b3d9f37713038bf55c27bacfac0778281dbaa59eba31fb4ddce652)
16
+ - [Erdos Problem Atlas — Interactive Exploration of 1,184 Classical Problems](https://duckduckgo.com/l/?uddg=https%3A%2F%2Ferdosatlas.org%2F&amp;rut=9519b09e19680c6de399a4eb6980a1262a6b967ba8cca0f04fdab077275b7a8a)
@@ -0,0 +1,25 @@
1
+ # References
2
+
3
+ - Public problem page:
4
+ - <https://www.erdosproblems.com/848>
5
+ - Original source pointer recorded on the public page:
6
+ - `[Er92b, p.239]`
7
+ - Publicly linked sufficiently-large-`N` note:
8
+ - <https://www.math.columbia.edu/~msawhney/Problem_848.pdf>
9
+ - Public discussion thread with explicit-threshold and finite-check remarks:
10
+ - <https://www.erdosproblems.com/forum/thread/848>
11
+ - useful recent timeline:
12
+ - 2026-03-21: `N0 = 7 x 10^17`
13
+ - 2026-03-22: `N0 = 3.3 x 10^17`
14
+ - 2026-03-23: `N0 = 2.64 x 10^17`
15
+ - Publicly surfaced formalization discussion:
16
+ - <https://github.com/The-Obstacle-Is-The-Way/erdos-banger/blob/main/formal/lean/Erdos/Problem848.lean>
17
+ - Public formalization milestone thread:
18
+ - <https://github.com/The-Obstacle-Is-The-Way/erdos-banger/blob/main/formal/lean/Erdos/Problem848_FINAL.lean>
19
+ - Publicly suggested reference from the discussion thread:
20
+ - <https://arxiv.org/abs/2511.16072>
21
+ - External imported atlas data:
22
+ - <https://github.com/teorth/erdosproblems>
23
+ - `data/problems.yaml`
24
+ - Related problem:
25
+ - <https://www.erdosproblems.com/844>
@@ -0,0 +1,78 @@
1
+ # Routes
2
+
3
+ ## Status Ladder
4
+
5
+ - Open problem: no
6
+ - Active route: finite_check_gap_closure
7
+ - Route breakthrough: yes
8
+ - Problem solved: no
9
+
10
+ ## Active route
11
+
12
+ - `finite_check_gap_closure`
13
+ - Goal: convert the public sufficiently-large-`N` theorem into a complete all-`N`
14
+ resolution.
15
+ - Current support:
16
+ - the public page reports an asymptotic solution by Sawhney
17
+ - the public page describes a stability statement near density `1/25`
18
+ - a public Lean formalization thread exists, but the exact finite closure surface still
19
+ needs review
20
+
21
+ ## Optimization target
22
+
23
+ - Primary objective: decide the full truth value by closing the finite remainder.
24
+ - Secondary objective: lower the explicit threshold `N0` only insofar as it shrinks the
25
+ finite remainder that still has to be checked.
26
+ - Hygiene objective: keep imported public threshold improvements separate from the repo's own
27
+ audited candidate statements.
28
+
29
+ ## Subroutes
30
+
31
+ - `external_threshold_tracking`
32
+ - record the best imported public `N0` timeline without automatically adopting it as
33
+ canonical repo truth
34
+ - current imported timeline:
35
+ - `7 x 10^17` on 2026-03-21
36
+ - `3.3 x 10^17` on 2026-03-22
37
+ - `2.64 x 10^17` on 2026-03-23
38
+ - `explicit_threshold_extraction`
39
+ - extract or improve an explicit `N0` from Sawhney's proof
40
+ - likely pressure points:
41
+ - sharpen Lemma 2.1 with better explicit squarefree-counting bounds
42
+ - sharpen Lemma 2.2, which the public thread identifies as the harder obstacle
43
+ - test whether Montgomery-Vaughan style large-sieve inputs materially beat the current
44
+ coarse error budget
45
+ - `bounded_finite_verification`
46
+ - once an explicit `N0` is available, close `N < N0` by direct computation
47
+ - public evidence suggests that naive finite verification has only reached relatively
48
+ small ranges so far
49
+ - `formalization_coverage_audit`
50
+ - determine exactly what the public Lean files certify
51
+ - separate:
52
+ - asymptotic theorem coverage
53
+ - sample finite checks
54
+ - genuine full finite closure, if any
55
+
56
+ ## Route discipline
57
+
58
+ - Do not widen `decidable` into `solved` without an explicit finite completion artifact.
59
+ - Do not confuse "best imported public threshold" with "repo-owned audited threshold."
60
+ - Count a route breakthrough only if we either:
61
+ - extract a fully explicit threshold that reduces the remainder to a bounded finite check, or
62
+ - finish the finite range directly.
63
+ - Treat formalization progress as support evidence unless it clearly covers the exact
64
+ remaining finite gap.
65
+
66
+ ## Immediate next move
67
+
68
+ - The repo now has a committed, claim-safe review package for its own audited explicit
69
+ candidate.
70
+ - The imported public thread currently reports a better external threshold
71
+ `N0 = 2.64 x 10^17` on 2026-03-23.
72
+ - The repo has now chosen the bounded finite-verification lane for the next cycle.
73
+ - The next concrete task is to freeze:
74
+ - a regime split for the finite remainder
75
+ - a certificate format for bounded interval claims
76
+ - an audit ledger for imported verification work
77
+ - The right optimization target remains the size of the remaining finite gap, not the
78
+ threshold race in isolation.
@@ -0,0 +1,36 @@
1
+ # Problem 848 Share-Ready Summary
2
+
3
+ Current repo candidate:
4
+ - `N >= exp(1420)`
5
+ - `T = 250`
6
+ - `eta = 10^-4`
7
+
8
+ Important context:
9
+ - this is the repo's current audited candidate package
10
+ - it is not the best imported public threshold currently visible on the forum thread
11
+ - as of 2026-03-23, the public thread reports `N0 = 2.64 x 10^17` as a stronger external
12
+ threshold claim
13
+
14
+ Claim-safe conclusion:
15
+ - if `A subseteq [N]` and `ab + 1` is never squarefree for all `a, b in A`
16
+ - and `|A| >= (1/25 - 10^-4) * N`
17
+ - then the current repo candidate forces `A` into either the `7 mod 25` class or the
18
+ `18 mod 25` class
19
+
20
+ What is ready now:
21
+ - a theorem-style proof note in the paper bundle
22
+ - a dossier-level explicit-candidate review note
23
+ - supporting explicit ledgers for the branch bounds and numerical witness
24
+ - a bounded finite-verification lane with regimes, certificate requirements, and external
25
+ audit notes
26
+
27
+ What is not being claimed:
28
+ - not full all-`N` closure in the repo
29
+ - not a publication-ready proof artifact
30
+ - not an update from `decidable` to `solved`
31
+ - not the current best public `N0`
32
+
33
+ Best pointers:
34
+ - `problems/848/EXPLICIT_CANDIDATE_REVIEW.md`
35
+ - `packs/number-theory/problems/848/PROPOSITION_EXPLICIT_CANDIDATE.md`
36
+ - `packs/number-theory/problems/848/THEOREM_STYLE_EXPLICIT_NOTE.md`