erdos-problems 0.3.2 → 0.3.4
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.
- package/package.json +1 -1
- package/packs/number-theory/problems/848/BOUNDED_VERIFICATION_PLAN.md +46 -0
- package/packs/number-theory/problems/848/BRANCH_COMPARISON_LEDGER.md +85 -0
- package/packs/number-theory/problems/848/CERTIFIED_NUMERICAL_LEDGER.md +88 -0
- package/packs/number-theory/problems/848/EXACT_SMALL_N_1_2000_CERTIFICATE.md +55 -0
- package/packs/number-theory/problems/848/EXACT_SMALL_N_1_2000_RESULTS.json +102531 -0
- package/packs/number-theory/problems/848/EXTERNAL_VERIFICATION_LEDGER.md +56 -0
- package/packs/number-theory/problems/848/EXTRACTION_CHECKLIST.md +31 -4
- package/packs/number-theory/problems/848/FRONTIER_NOTE.md +39 -8
- package/packs/number-theory/problems/848/INTERVAL_WORK_QUEUE.yaml +43 -0
- package/packs/number-theory/problems/848/LEMMA21_EXPLICIT_BOUND.md +200 -0
- package/packs/number-theory/problems/848/LEMMA21_TRUNCATION_SCAN.md +111 -0
- package/packs/number-theory/problems/848/LEMMA22_EXPLICIT_BOUND.md +133 -0
- package/packs/number-theory/problems/848/LEMMA22_PRIME_COUNT_BOUND.md +58 -0
- package/packs/number-theory/problems/848/OPERATIONAL_THRESHOLD_POSTURE.md +38 -0
- package/packs/number-theory/problems/848/OPS_DETAILS.yaml +140 -9
- package/packs/number-theory/problems/848/PROOF_OBLIGATIONS.md +101 -0
- package/packs/number-theory/problems/848/PROPOSITION_EXPLICIT_CANDIDATE.md +69 -0
- package/packs/number-theory/problems/848/ROUTE_HISTORY.md +19 -2
- package/packs/number-theory/problems/848/ROUTE_PACKET.yaml +7 -4
- package/packs/number-theory/problems/848/THEOREM_STYLE_EXPLICIT_NOTE.md +91 -0
- package/packs/number-theory/problems/848/VERIFICATION_CERTIFICATE_SPEC.md +60 -0
- package/packs/number-theory/problems/848/VERIFICATION_REGIMES.md +89 -0
- package/packs/number-theory/problems/848/WEAKEST_BRANCH_T250_ASSEMBLY.md +109 -0
- package/packs/number-theory/problems/848/WEAKEST_BRANCH_T250_BUDGET.md +107 -0
- package/packs/number-theory/problems/848/compute/problem848_small_n_exact_scan.mjs +170 -0
- package/packs/number-theory/problems/848/context.yaml +22 -15
- package/problems/848/CHECKPOINT_NOTES.md +4 -0
- package/problems/848/EVIDENCE.md +78 -4
- package/problems/848/EXPLICIT_CANDIDATE_REVIEW.md +57 -0
- package/problems/848/REFERENCES.md +4 -0
- package/problems/848/ROUTES.md +30 -8
- package/problems/848/SHARE_READY_SUMMARY.md +37 -0
- package/problems/848/STATEMENT.md +9 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Problem 848 Lemma 2.2 Prime-Count Bound
|
|
2
|
+
|
|
3
|
+
This note closes the outstanding blocker inside `N848.G1.A6`.
|
|
4
|
+
|
|
5
|
+
Goal:
|
|
6
|
+
- freeze the additive `2 pi(N) / N` term that remained unresolved in
|
|
7
|
+
`LEMMA22_EXPLICIT_BOUND.md`
|
|
8
|
+
|
|
9
|
+
## Source surface
|
|
10
|
+
|
|
11
|
+
Primary source:
|
|
12
|
+
- Pierre Dusart, `Estimates of Some Functions Over Primes without R.H.`
|
|
13
|
+
|
|
14
|
+
Publicly visible statement used here:
|
|
15
|
+
- for `x > 60184`,
|
|
16
|
+
`pi(x) <= x / (log x - 1.1)`
|
|
17
|
+
|
|
18
|
+
Reference surface:
|
|
19
|
+
- the public full-text view mirrored from `arXiv:1002.0442v1`
|
|
20
|
+
- see the theorem summary lines recorded in the local research notes
|
|
21
|
+
|
|
22
|
+
## Candidate threshold scale
|
|
23
|
+
|
|
24
|
+
The strongest public candidate threshold discussed in the forum workstream is
|
|
25
|
+
|
|
26
|
+
- `N = exp(1420)`.
|
|
27
|
+
|
|
28
|
+
Since `exp(1420) > 60184`, Dusart's bound applies. Therefore for every
|
|
29
|
+
- `N >= exp(1420)`,
|
|
30
|
+
|
|
31
|
+
we have
|
|
32
|
+
|
|
33
|
+
`2 pi(N) / N <= 2 / (log N - 1.1) <= 2 / (1420 - 1.1)`.
|
|
34
|
+
|
|
35
|
+
Numerically,
|
|
36
|
+
|
|
37
|
+
- `2 / (1420 - 1.1) ~= 0.0014095427`.
|
|
38
|
+
|
|
39
|
+
At the weaker public candidate
|
|
40
|
+
- `N = exp(1958)`,
|
|
41
|
+
|
|
42
|
+
the same bound improves to
|
|
43
|
+
|
|
44
|
+
- `2 / (1958 - 1.1) ~= 0.0010220247`.
|
|
45
|
+
|
|
46
|
+
So the prime-count term is now explicit, monotone, and numerically small enough to carry into
|
|
47
|
+
the weakest-branch witness budget.
|
|
48
|
+
|
|
49
|
+
## Honest route consequence
|
|
50
|
+
|
|
51
|
+
This closes the last unfrozen line item inside the provisional `T = 250` branch budget.
|
|
52
|
+
|
|
53
|
+
The next live question is no longer:
|
|
54
|
+
- how to bound the Lemma 2.2 `+1` contribution
|
|
55
|
+
|
|
56
|
+
It is:
|
|
57
|
+
- how much `eta` and final bookkeeping room survives once that bound is inserted into the full
|
|
58
|
+
weakest-branch ledger?
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Problem 848 Operational Threshold Posture
|
|
2
|
+
|
|
3
|
+
This note fixes how the bounded-verification lane uses explicit thresholds.
|
|
4
|
+
|
|
5
|
+
## Repo-owned audited threshold
|
|
6
|
+
|
|
7
|
+
- current repo-owned audited candidate:
|
|
8
|
+
- `N >= exp(1420)`
|
|
9
|
+
- status: repo-audited explicit candidate
|
|
10
|
+
- use: internal proof packaging and audit surface
|
|
11
|
+
|
|
12
|
+
## Imported operational threshold
|
|
13
|
+
|
|
14
|
+
- current imported public threshold:
|
|
15
|
+
- `N0 = 2.64 x 10^17`
|
|
16
|
+
- source date: 2026-03-23
|
|
17
|
+
- source: Problem 848 forum thread
|
|
18
|
+
- trust status: external public claim, not yet repo-audited line by line
|
|
19
|
+
|
|
20
|
+
## How the verification lane uses this
|
|
21
|
+
|
|
22
|
+
- The bounded-verification lane may use `2.64 x 10^17` to size the remaining finite gap.
|
|
23
|
+
- It may not present that value as canonical repo theorem truth.
|
|
24
|
+
- Any interval-coverage claim that relies on this handoff must explicitly say:
|
|
25
|
+
- the threshold value being used
|
|
26
|
+
- that it is an imported public claim unless and until the repo audits it
|
|
27
|
+
- what part of the interval claim is computational and what part is asymptotic handoff
|
|
28
|
+
|
|
29
|
+
## Practical policy
|
|
30
|
+
|
|
31
|
+
- For planning: use the imported `2.64 x 10^17` value.
|
|
32
|
+
- For canonical theorem language: keep the stronger distinction
|
|
33
|
+
- imported threshold
|
|
34
|
+
- repo-audited threshold candidate
|
|
35
|
+
- fully closed all-`N` theorem
|
|
36
|
+
|
|
37
|
+
This keeps the finite-verification program operationally useful without overstating what the
|
|
38
|
+
repo has personally audited.
|
|
@@ -4,9 +4,21 @@ routes:
|
|
|
4
4
|
- route_id: finite_check_gap_closure
|
|
5
5
|
title: Finite-Check Gap Closure
|
|
6
6
|
status: active
|
|
7
|
-
summary: Convert the sufficiently-large-N theorem into a complete all-N resolution without overstating what is already closed.
|
|
8
|
-
why_now:
|
|
9
|
-
next_move:
|
|
7
|
+
summary: Convert the sufficiently-large-N theorem into a complete all-N resolution without overstating what is already closed or confusing imported thresholds with repo-owned claims.
|
|
8
|
+
why_now: The share package is already committed, the bounded-verification lane is now frozen, and the repo has a first verified interval.
|
|
9
|
+
next_move: Decide whether to extend exact verified coverage beyond `2000` or switch method class.
|
|
10
|
+
- route_id: external_threshold_tracking
|
|
11
|
+
title: External Threshold Tracking
|
|
12
|
+
status: support
|
|
13
|
+
summary: Track the best imported public `N0` claims so the finite remainder is sized honestly.
|
|
14
|
+
why_now: Public threshold improvements change the scale of the remaining bounded verification problem.
|
|
15
|
+
next_move: Keep the 2026-03-21 to 2026-03-23 imported timeline current without silently adopting it as canonical repo truth.
|
|
16
|
+
- route_id: bounded_finite_verification
|
|
17
|
+
title: Bounded Finite Verification
|
|
18
|
+
status: active_support
|
|
19
|
+
summary: Reduce the finite remainder directly once a threshold is trusted enough to be operationally useful.
|
|
20
|
+
why_now: Lowering `N0` matters because it reduces this lane, not because "smallest threshold" is the whole problem.
|
|
21
|
+
next_move: Build on the exact `1..2000` base interval and decide the next extension rule.
|
|
10
22
|
- route_id: formalization_coverage_audit
|
|
11
23
|
title: Formalization Coverage Audit
|
|
12
24
|
status: support
|
|
@@ -15,12 +27,12 @@ routes:
|
|
|
15
27
|
next_move: Keep this as support context until the threshold ledger is frozen.
|
|
16
28
|
tickets:
|
|
17
29
|
- ticket_id: N848
|
|
18
|
-
title:
|
|
30
|
+
title: Close the decidable gap without confusing imported threshold progress and repo-owned candidate work
|
|
19
31
|
route_id: finite_check_gap_closure
|
|
20
32
|
status: active
|
|
21
|
-
summary: The
|
|
22
|
-
current_blocker:
|
|
23
|
-
next_move: Close `N848.G1.
|
|
33
|
+
summary: The repo now has a committed review package for its audited `exp(1420)` candidate, a chosen bounded-verification lane, and an exact verified base interval `1..2000`. The live question is how to extend coverage from that foothold.
|
|
34
|
+
current_blocker: The repo has not yet chosen whether the next interval extension should stay in the exact clique-scan regime or switch to a different verification method.
|
|
35
|
+
next_move: Close `N848.G1.A21`.
|
|
24
36
|
- ticket_id: N848F
|
|
25
37
|
title: Audit public formalization coverage
|
|
26
38
|
route_id: formalization_coverage_audit
|
|
@@ -54,6 +66,125 @@ atoms:
|
|
|
54
66
|
title: Make the Lemma 2.1 remainder terms explicit against the frozen weakest-branch budget
|
|
55
67
|
route_id: finite_check_gap_closure
|
|
56
68
|
ticket_id: N848
|
|
69
|
+
status: done
|
|
70
|
+
summary: Lemma 2.1 now has a one-sided explicit remainder ledger, and the large-prime tail has emerged as the live bottleneck.
|
|
71
|
+
next_move: Use the new ledger to decide whether the next move is a sharper prime-tail treatment or a different truncation parameter.
|
|
72
|
+
- atom_id: N848.G1.A5
|
|
73
|
+
title: Decide whether the next Lemma 2.1 move is a sharper prime-tail bound or a different truncation parameter
|
|
74
|
+
route_id: finite_check_gap_closure
|
|
75
|
+
ticket_id: N848
|
|
76
|
+
status: done
|
|
77
|
+
summary: The truncation scan shows that the one-sided route can raise `T` far beyond `sqrt(log N)` without waking the discrete remainder, so the next move is to enlarge `T` before chasing a deeper tail theorem.
|
|
78
|
+
next_move: Use a larger `T` in the full weakest-branch bookkeeping.
|
|
79
|
+
- atom_id: N848.G1.A6
|
|
80
|
+
title: Carry a larger truncation parameter through Lemma 2.2 and the full weakest-branch budget
|
|
81
|
+
route_id: finite_check_gap_closure
|
|
82
|
+
ticket_id: N848
|
|
83
|
+
status: done
|
|
84
|
+
summary: Lemma 2.2 is now explicit at the witness-budget level, including the prime-count term, and the `T = 250` witness retains about `3.66e-4` room for final `eta` and bookkeeping.
|
|
85
|
+
next_move: Turn that witness budget into a line-by-line explicit branch assembly.
|
|
86
|
+
- atom_id: N848.G1.A7
|
|
87
|
+
title: Turn the `T = 250` witness budget into a line-by-line explicit weakest-branch assembly
|
|
88
|
+
route_id: finite_check_gap_closure
|
|
89
|
+
ticket_id: N848
|
|
90
|
+
status: done
|
|
91
|
+
summary: The weakest branch now has a line-by-line witness ledger at `T = 250` with a working choice `eta = 10^-4` and about `2.66e-4` visible reserve.
|
|
92
|
+
next_move: Carry the same witness into the other public proof branches.
|
|
93
|
+
- atom_id: N848.G1.A8
|
|
94
|
+
title: Check whether the weakest-branch witness already closes the other public branches
|
|
95
|
+
route_id: finite_check_gap_closure
|
|
96
|
+
ticket_id: N848
|
|
97
|
+
status: done
|
|
98
|
+
summary: The shared witness also closes the branches `0.0358`, `0.0336`, and `0.0294` at the repo's current explicit level, so no new branch bottleneck has appeared.
|
|
99
|
+
next_move: Package the shared witness into a proposition-level explicit candidate note.
|
|
100
|
+
- atom_id: N848.G1.A9
|
|
101
|
+
title: Package the shared witness into a proposition-level explicit candidate
|
|
102
|
+
route_id: finite_check_gap_closure
|
|
103
|
+
ticket_id: N848
|
|
104
|
+
status: done
|
|
105
|
+
summary: The repo now has a proposition-level explicit witness candidate with claim-safe wording.
|
|
106
|
+
next_move: Separate proof obligations from exposition obligations before any stronger claim is made.
|
|
107
|
+
- atom_id: N848.G1.A10
|
|
108
|
+
title: Write the proof-obligation ledger for the proposition-level explicit candidate
|
|
109
|
+
route_id: finite_check_gap_closure
|
|
110
|
+
ticket_id: N848
|
|
111
|
+
status: done
|
|
112
|
+
summary: The remaining obligations are now split cleanly into mathematical hardening work versus presentation-quality work.
|
|
113
|
+
next_move: Harden the decimal inputs used by the current witness.
|
|
114
|
+
- atom_id: N848.G1.A11
|
|
115
|
+
title: Replace the displayed decimal inputs with certified numerical bounds
|
|
116
|
+
route_id: finite_check_gap_closure
|
|
117
|
+
ticket_id: N848
|
|
118
|
+
status: done
|
|
119
|
+
summary: The current shared witness now has a conservative machine-interval ledger for its main numerical inputs.
|
|
120
|
+
next_move: Assemble the hardened witness into a theorem-style note.
|
|
121
|
+
- atom_id: N848.G1.A12
|
|
122
|
+
title: Assemble the hardened witness into a theorem-style explicit proof note
|
|
123
|
+
route_id: finite_check_gap_closure
|
|
124
|
+
ticket_id: N848
|
|
125
|
+
status: done
|
|
126
|
+
summary: The route now has a theorem-shaped proof artifact built from the numerically hardened shared witness candidate.
|
|
127
|
+
next_move: Decide where to surface that artifact next.
|
|
128
|
+
- atom_id: N848.G1.A13
|
|
129
|
+
title: Decide how to surface the theorem-style repo candidate
|
|
130
|
+
route_id: finite_check_gap_closure
|
|
131
|
+
ticket_id: N848
|
|
132
|
+
status: done
|
|
133
|
+
summary: The theorem-style candidate now lives in both the paper bundle and a dossier-level public review artifact, with a short share-ready summary.
|
|
134
|
+
next_move: Decide whether to commit and open review on the surfaced package.
|
|
135
|
+
- atom_id: N848.G1.A14
|
|
136
|
+
title: Prepare the surfaced candidate package for commit and review
|
|
137
|
+
route_id: finite_check_gap_closure
|
|
138
|
+
ticket_id: N848
|
|
139
|
+
status: done
|
|
140
|
+
summary: The paper bundle now has drafted review-facing sections, the surfaced package has no remaining placeholder text, and the safety checks are green.
|
|
141
|
+
next_move: Turn the prepared package into a clean review unit.
|
|
142
|
+
- atom_id: N848.G1.A15
|
|
143
|
+
title: Commit or open review on the surfaced candidate package
|
|
144
|
+
route_id: finite_check_gap_closure
|
|
145
|
+
ticket_id: N848
|
|
146
|
+
status: done
|
|
147
|
+
summary: The review-ready 848 package is now committed and pushed on `main`, so this is no longer the live frontier.
|
|
148
|
+
next_move: Record the imported threshold timeline and restate the optimization target clearly.
|
|
149
|
+
- atom_id: N848.G1.A16
|
|
150
|
+
title: Record the imported threshold timeline and clarify the closure objective
|
|
151
|
+
route_id: finite_check_gap_closure
|
|
152
|
+
ticket_id: N848
|
|
153
|
+
status: done
|
|
154
|
+
summary: The dossier now distinguishes imported public thresholds from the repo's own audited candidate and states clearly that the real objective is finite-gap closure.
|
|
155
|
+
next_move: Choose the next closure lane under the best imported threshold currently tracked.
|
|
156
|
+
- atom_id: N848.G1.A17
|
|
157
|
+
title: Choose the next closure lane under the best imported threshold
|
|
158
|
+
route_id: finite_check_gap_closure
|
|
159
|
+
ticket_id: N848
|
|
160
|
+
status: done
|
|
161
|
+
summary: The repo has chosen bounded finite verification as the next closure lane under the best imported threshold currently tracked.
|
|
162
|
+
next_move: Freeze the bounded finite-verification program and the certificate spec.
|
|
163
|
+
- atom_id: N848.G1.A18
|
|
164
|
+
title: Freeze the bounded finite-verification program and certificate surface
|
|
165
|
+
route_id: finite_check_gap_closure
|
|
166
|
+
ticket_id: N848
|
|
167
|
+
status: done
|
|
168
|
+
summary: The verification plan, regime split, certificate spec, and external audit ledger are now part of the live handoff surface.
|
|
169
|
+
next_move: Freeze the operational threshold posture and the first covered interval.
|
|
170
|
+
- atom_id: N848.G1.A19
|
|
171
|
+
title: Freeze the operational threshold posture for the bounded-verification lane
|
|
172
|
+
route_id: finite_check_gap_closure
|
|
173
|
+
ticket_id: N848
|
|
174
|
+
status: done
|
|
175
|
+
summary: The repo now distinguishes operational use of the imported `2.64 x 10^17` threshold from canonical repo-owned theorem language.
|
|
176
|
+
next_move: Build the first exact covered interval.
|
|
177
|
+
- atom_id: N848.G1.A20
|
|
178
|
+
title: Build the first exact covered interval for bounded verification
|
|
179
|
+
route_id: finite_check_gap_closure
|
|
180
|
+
ticket_id: N848
|
|
181
|
+
status: done
|
|
182
|
+
summary: The repo now has a reproducible exact certificate showing that the conjectured extremal size is correct for every `N` in `1..2000`.
|
|
183
|
+
next_move: Decide whether to extend the exact clique scan beyond `2000` or change method class.
|
|
184
|
+
- atom_id: N848.G1.A21
|
|
185
|
+
title: Choose the next verified interval extension beyond `2000`
|
|
186
|
+
route_id: finite_check_gap_closure
|
|
187
|
+
ticket_id: N848
|
|
57
188
|
status: ready
|
|
58
|
-
summary: The
|
|
59
|
-
next_move:
|
|
189
|
+
summary: The bounded-verification lane now starts from a real certified base interval `1..2000`. The next choice is whether the exact clique scan still has enough headroom to extend that base efficiently, or whether the next gain should come from breakpoint or audit methods.
|
|
190
|
+
next_move: Decide whether to extend exact verified coverage beyond `2000` or switch method class.
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# Problem 848 Proof-Obligation Ledger
|
|
2
|
+
|
|
3
|
+
This note closes `N848.G1.A10`.
|
|
4
|
+
|
|
5
|
+
Purpose:
|
|
6
|
+
- separate the remaining obligations behind the current proposition-level repo candidate into
|
|
7
|
+
two buckets:
|
|
8
|
+
- obligations that could still change the mathematics
|
|
9
|
+
- obligations that are primarily presentation or publication quality
|
|
10
|
+
|
|
11
|
+
## Current repo candidate
|
|
12
|
+
|
|
13
|
+
The current candidate, from `PROPOSITION_EXPLICIT_CANDIDATE.md`, is:
|
|
14
|
+
- `N >= exp(1420)`
|
|
15
|
+
- `eta = 10^-4`
|
|
16
|
+
- shared truncation witness `T = 250`
|
|
17
|
+
|
|
18
|
+
with the conclusion that near-extremal sets are forced into the `7 mod 25` or `18 mod 25`
|
|
19
|
+
classes.
|
|
20
|
+
|
|
21
|
+
## Obligations that still affect the mathematics
|
|
22
|
+
|
|
23
|
+
### 1. Certified replacement for displayed decimal approximations
|
|
24
|
+
|
|
25
|
+
Why it matters:
|
|
26
|
+
- several branch ledgers currently use displayed decimals such as `0.0376113079`,
|
|
27
|
+
`0.0005641453`, and `0.0014095427`
|
|
28
|
+
- if one of those visible decimals is not backed by a certified upper interval, the current
|
|
29
|
+
witness could in principle be overstated
|
|
30
|
+
|
|
31
|
+
What would discharge it:
|
|
32
|
+
- a machine-checked interval or conservative rational upper bound for every decimal input used
|
|
33
|
+
in the proposition-level candidate
|
|
34
|
+
|
|
35
|
+
### 2. Explicit domination of the discrete inclusion-exclusion terms
|
|
36
|
+
|
|
37
|
+
Why it matters:
|
|
38
|
+
- the discrete terms are obviously tiny at `N >= exp(1420)`, but the current notes still treat
|
|
39
|
+
them informally as “astronomically small”
|
|
40
|
+
|
|
41
|
+
What would discharge it:
|
|
42
|
+
- one explicit numerical line showing each discrete term is below a fixed reserve such as
|
|
43
|
+
`10^-10`, or far smaller, at `N = exp(1420)` and hence for all larger `N`
|
|
44
|
+
|
|
45
|
+
### 3. One-sheet theorem-style assembly
|
|
46
|
+
|
|
47
|
+
Why it matters:
|
|
48
|
+
- the current candidate is spread across several notes
|
|
49
|
+
- a theorem claim should have one place where every branch bound is assembled in the same
|
|
50
|
+
notation and every input is visibly consumed exactly once
|
|
51
|
+
|
|
52
|
+
What would discharge it:
|
|
53
|
+
- a single proposition-proof ledger using the current witness and citing the supporting notes
|
|
54
|
+
only as lemma justifications, not as extra floating context
|
|
55
|
+
|
|
56
|
+
## Obligations that are mainly presentation-quality
|
|
57
|
+
|
|
58
|
+
### 4. Citation polish
|
|
59
|
+
|
|
60
|
+
Examples:
|
|
61
|
+
- pin the exact Dusart theorem/section in a cleaner bibliographic form
|
|
62
|
+
- standardize references to Sawhney's note and the forum discussion
|
|
63
|
+
|
|
64
|
+
These matter for publication quality, but do not presently look like mathematical blockers.
|
|
65
|
+
|
|
66
|
+
### 5. Reader-facing proof narration
|
|
67
|
+
|
|
68
|
+
Examples:
|
|
69
|
+
- convert the current route notes into a smoother proof narrative
|
|
70
|
+
- reduce repeated explanations of why the repo is still claim-safe
|
|
71
|
+
|
|
72
|
+
This matters for public readability, not for whether the witness currently works.
|
|
73
|
+
|
|
74
|
+
### 6. Paper-writer integration
|
|
75
|
+
|
|
76
|
+
Examples:
|
|
77
|
+
- seed the explicit candidate into the paper bundle
|
|
78
|
+
- turn the proposition candidate into a draft section with theorem/proof/corollary structure
|
|
79
|
+
|
|
80
|
+
Again, useful, but downstream from the mathematical hardening steps above.
|
|
81
|
+
|
|
82
|
+
## Honest prioritization
|
|
83
|
+
|
|
84
|
+
The next mathematically meaningful hardening step is:
|
|
85
|
+
- replace the displayed decimal inputs with certified intervals or conservative rational bounds
|
|
86
|
+
|
|
87
|
+
That is the step most likely to change whether the current repo candidate survives intact.
|
|
88
|
+
|
|
89
|
+
By contrast, the remaining citation and exposition work is important but does not currently
|
|
90
|
+
look like the true blocker.
|
|
91
|
+
|
|
92
|
+
## Route consequence
|
|
93
|
+
|
|
94
|
+
The route no longer needs:
|
|
95
|
+
- another branch hunt
|
|
96
|
+
- another witness search
|
|
97
|
+
- or another truncation scan
|
|
98
|
+
|
|
99
|
+
It now needs:
|
|
100
|
+
- one hardening pass on the numerical inputs
|
|
101
|
+
- then a theorem-style explicit candidate writeup
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# Problem 848 Proposition-Level Explicit Candidate
|
|
2
|
+
|
|
3
|
+
This note closes `N848.G1.A9`.
|
|
4
|
+
|
|
5
|
+
Public context:
|
|
6
|
+
- this note records the repo's audited explicit candidate package
|
|
7
|
+
- it does not claim to be the best imported public threshold currently visible on the
|
|
8
|
+
Problem 848 forum thread
|
|
9
|
+
|
|
10
|
+
## Candidate repo statement
|
|
11
|
+
|
|
12
|
+
The current repo evidence supports the following **candidate**:
|
|
13
|
+
|
|
14
|
+
For every
|
|
15
|
+
- `N >= exp(1420)`
|
|
16
|
+
|
|
17
|
+
if
|
|
18
|
+
- `A subseteq [N]`
|
|
19
|
+
- `ab + 1` is never squarefree for all `a, b in A`
|
|
20
|
+
- `|A| >= (1/25 - 10^-4) * N`
|
|
21
|
+
|
|
22
|
+
then
|
|
23
|
+
- `A` is contained in either the `7 mod 25` class or the `18 mod 25` class.
|
|
24
|
+
|
|
25
|
+
This is the repo's current explicit stability candidate for Sawhney's Proposition 1.1.
|
|
26
|
+
|
|
27
|
+
## Why the repo can now say this
|
|
28
|
+
|
|
29
|
+
The supporting chain is now explicit inside the repo:
|
|
30
|
+
- `WEAKEST_CASE_BUDGET.md` freezes the weakest public branch main term.
|
|
31
|
+
- `LEMMA21_EXPLICIT_BOUND.md` and `LEMMA21_TRUNCATION_SCAN.md` make Lemma 2.1 explicit and
|
|
32
|
+
justify the larger truncation witness `T = 250`.
|
|
33
|
+
- `LEMMA22_EXPLICIT_BOUND.md` and `LEMMA22_PRIME_COUNT_BOUND.md` make Lemma 2.2 explicit at
|
|
34
|
+
the same witness scale.
|
|
35
|
+
- `WEAKEST_BRANCH_T250_ASSEMBLY.md` freezes the weakest-branch line-by-line witness with
|
|
36
|
+
working `eta = 10^-4`.
|
|
37
|
+
- `BRANCH_COMPARISON_LEDGER.md` shows that the same witness also controls the public branches
|
|
38
|
+
rounded as `0.0358`, `0.0336`, and `0.0294`.
|
|
39
|
+
|
|
40
|
+
So at the repo's current explicit level, the public proof skeleton now has one shared witness
|
|
41
|
+
instead of a collection of separate unresolved branches.
|
|
42
|
+
|
|
43
|
+
## What the repo is **not** claiming yet
|
|
44
|
+
|
|
45
|
+
This note does **not** yet promote the candidate into canonical solved truth.
|
|
46
|
+
|
|
47
|
+
The repo is still **not** claiming:
|
|
48
|
+
- that a publication-ready explicit proof has been written line by line with every rounding
|
|
49
|
+
and floor/ceiling detail frozen at journal quality
|
|
50
|
+
- that `exp(1420)` is the optimal threshold
|
|
51
|
+
- that the finite range below `exp(1420)` has been closed here
|
|
52
|
+
- that the public theorem page should already be updated from `decidable` to `solved`
|
|
53
|
+
|
|
54
|
+
So the right reading is:
|
|
55
|
+
- explicit repo candidate: yes
|
|
56
|
+
- finished publication proof artifact: not yet
|
|
57
|
+
- full all-`N` closure inside this repo: not yet
|
|
58
|
+
|
|
59
|
+
## Honest next move
|
|
60
|
+
|
|
61
|
+
The next route task is not another branch estimate.
|
|
62
|
+
|
|
63
|
+
It is:
|
|
64
|
+
- write the proof-obligation ledger separating this repo candidate from a publishable explicit
|
|
65
|
+
theorem writeup
|
|
66
|
+
- list exactly which remaining details are purely expository/bookkeeping and which would still
|
|
67
|
+
change the mathematics if they failed
|
|
68
|
+
|
|
69
|
+
That is the remaining gap between the current research workspace and a public-truth update.
|
|
@@ -5,5 +5,22 @@
|
|
|
5
5
|
- Second refinement: freeze the first threshold ledger separating existential, weakly explicit, and tentative public threshold claims.
|
|
6
6
|
- Third refinement: isolate the `0.0377` branch as the weakest public case and freeze a source-backed branch-budget note for it.
|
|
7
7
|
- Fourth refinement: freeze the weakest-branch main term numerically at about `0.0376113`, with conservative slack about `0.0023887` before analytic error absorption.
|
|
8
|
-
-
|
|
9
|
-
-
|
|
8
|
+
- Fifth refinement: make Lemma 2.1 one-sided explicit and identify the large-prime tail, not the small-prime inclusion-exclusion remainder, as the live analytic bottleneck.
|
|
9
|
+
- Sixth refinement: show that the one-sided route no longer needs `T = floor(sqrt(log N))`, and that raising `T` materially improves the live bottleneck while leaving the discrete term negligible.
|
|
10
|
+
- Seventh refinement: make Lemma 2.2 explicit at the same one-sided level and freeze a provisional `T = 250` weakest-branch tail budget, with the remaining unfrozen blocker concentrated in the Lemma 2.2 prime-count term and final `eta` bookkeeping.
|
|
11
|
+
- Eighth refinement: freeze the Lemma 2.2 prime-count term with an explicit Dusart bound, leaving about `3.66e-4` witness margin at `N >= exp(1420)` for `eta` and final bookkeeping.
|
|
12
|
+
- Ninth refinement: freeze a weakest-branch working witness at `T = 250`, `N >= exp(1420)`, `eta = 10^-4`, leaving about `2.66e-4` visible reserve in that branch.
|
|
13
|
+
- Tenth refinement: compare the same witness against the public branches `0.0358`, `0.0336`, and `0.0294`, and find that all three retain strictly larger visible reserve than the weakest branch.
|
|
14
|
+
- Eleventh refinement: package the shared witness as a proposition-level repo candidate `N >= exp(1420)`, `eta = 10^-4`, while keeping the distinction between repo candidate and finished theorem writeup explicit.
|
|
15
|
+
- Twelfth refinement: separate the remaining proof obligations into mathematical hardening work versus presentation-quality work, and identify certified numerical intervals as the next real blocker.
|
|
16
|
+
- Thirteenth refinement: replace the visible decimal inputs with conservative machine intervals, leaving a certified visible reserve of about `2.66e-4` after the working `eta = 10^-4`.
|
|
17
|
+
- Fourteenth refinement: assemble the hardened witness into a single theorem-style note suitable for paper-writer mode and future public review.
|
|
18
|
+
- Fifteenth refinement: surface the current candidate in both the paper bundle and a dossier-level public review note, with a short share-ready summary.
|
|
19
|
+
- Sixteenth refinement: draft the remaining paper-bundle sections, refresh the indexes, clear the last placeholder text, and verify the package with tests and a publish-surface check.
|
|
20
|
+
- Seventeenth refinement: commit and push the review-ready 848 package so the audited candidate is now a public repo artifact rather than only a local workspace bundle.
|
|
21
|
+
- Eighteenth refinement: record the imported public-threshold timeline through 2026-03-23 and state explicitly that the optimization target is finite-gap closure, not threshold-lowering in isolation.
|
|
22
|
+
- Nineteenth refinement: choose bounded finite verification as the next closure lane and freeze the first repo artifacts for regimes, certificates, and external verification audit.
|
|
23
|
+
- Twentieth refinement: freeze the operational threshold posture so imported `N0` claims can size the finite remainder without being silently promoted to canonical repo theorem truth.
|
|
24
|
+
- Twenty-first refinement: certify the exact interval `1..2000` by a reproducible maximum-clique scan, giving the bounded-verification lane its first genuine covered interval.
|
|
25
|
+
- Current public pack posture: active route `finite_check_gap_closure`, with asymptotic theorem already in hand, a committed audited candidate package in the repo, and a real exact base interval `1..2000` now covered in the bounded-verification lane.
|
|
26
|
+
- Next maturity threshold: extend verified interval coverage beyond `2000` in the most efficient trustworthy way.
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
route_packet_id: nt848_finite_check_gap_closure_v1
|
|
2
2
|
route_id: finite_check_gap_closure
|
|
3
|
-
frontier_claim:
|
|
3
|
+
frontier_claim: Close the finite decidable gap for Problem 848 while keeping imported threshold progress separate from repo-owned audited claims.
|
|
4
4
|
theorem_module: ""
|
|
5
5
|
checkpoint_packet: CHECKPOINT_TEMPLATE.md
|
|
6
6
|
report_packet: REPORT_TEMPLATE.md
|
|
7
7
|
ready_prompts:
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
8
|
+
- What is the best imported explicit `N0` currently visible on the public thread, and how trusted is it?
|
|
9
|
+
- What exact interval should the repo try to certify first in the bounded-verification lane?
|
|
10
|
+
- What certificate format is required before a claimed interval counts as canonically covered?
|
|
11
|
+
- Which public verification attempts should be treated as audit inputs rather than accepted coverage?
|
|
12
|
+
- How should the finite remainder be partitioned into regimes so that methods and trust levels stay visible?
|
|
13
|
+
- How far does the exact small-`N` clique scan now reach, and what should the next extension target be?
|
|
11
14
|
verification_hook:
|
|
12
15
|
- erdos number-theory status 848
|
|
13
16
|
- erdos number-theory routes 848
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# Problem 848 Theorem-Style Explicit Note
|
|
2
|
+
|
|
3
|
+
This note closes `N848.G1.A12`.
|
|
4
|
+
|
|
5
|
+
## Statement
|
|
6
|
+
|
|
7
|
+
**Repo explicit candidate.**
|
|
8
|
+
|
|
9
|
+
Let
|
|
10
|
+
- `N >= exp(1420)`,
|
|
11
|
+
- `A subseteq [N]`,
|
|
12
|
+
|
|
13
|
+
and suppose that
|
|
14
|
+
- `ab + 1` is never squarefree for all `a, b in A`,
|
|
15
|
+
- `|A| >= (1/25 - 10^-4) * N`.
|
|
16
|
+
|
|
17
|
+
Then the current repo candidate says:
|
|
18
|
+
- `A` is contained in either the `7 mod 25` class or the `18 mod 25` class.
|
|
19
|
+
|
|
20
|
+
## Witness parameters
|
|
21
|
+
|
|
22
|
+
The shared witness used throughout the current repo candidate is:
|
|
23
|
+
- truncation value `T = 250`
|
|
24
|
+
- threshold scale `N >= exp(1420)`
|
|
25
|
+
- stability parameter `eta = 10^-4`
|
|
26
|
+
|
|
27
|
+
## Proof skeleton
|
|
28
|
+
|
|
29
|
+
### Step 1. Split into the public branches from Sawhney's proof
|
|
30
|
+
|
|
31
|
+
The public proof breaks into the branches whose rounded bounds are:
|
|
32
|
+
- `0.0377`
|
|
33
|
+
- `0.0358`
|
|
34
|
+
- `0.0336`
|
|
35
|
+
- `0.0294`
|
|
36
|
+
|
|
37
|
+
### Step 2. Use the shared explicit witness
|
|
38
|
+
|
|
39
|
+
The repo now has explicit ledger support for the shared witness:
|
|
40
|
+
- `LEMMA21_EXPLICIT_BOUND.md`
|
|
41
|
+
- `LEMMA21_TRUNCATION_SCAN.md`
|
|
42
|
+
- `LEMMA22_EXPLICIT_BOUND.md`
|
|
43
|
+
- `LEMMA22_PRIME_COUNT_BOUND.md`
|
|
44
|
+
- `CERTIFIED_NUMERICAL_LEDGER.md`
|
|
45
|
+
|
|
46
|
+
These notes provide the explicit replacements for the original `o(1)` and `<<` steps at the
|
|
47
|
+
chosen witness scale.
|
|
48
|
+
|
|
49
|
+
### Step 3. Close the tightest branch
|
|
50
|
+
|
|
51
|
+
`WEAKEST_BRANCH_T250_ASSEMBLY.md` shows that the tightest public branch retains a certified
|
|
52
|
+
visible reserve of about
|
|
53
|
+
- `2.66e-4`
|
|
54
|
+
|
|
55
|
+
after all currently frozen lemma-level costs and the working choice
|
|
56
|
+
- `eta = 10^-4`.
|
|
57
|
+
|
|
58
|
+
### Step 4. Check the remaining public branches
|
|
59
|
+
|
|
60
|
+
`BRANCH_COMPARISON_LEDGER.md` shows that the branches `0.0358`, `0.0336`, and `0.0294` all
|
|
61
|
+
retain strictly larger visible reserve than the weakest branch under the same witness.
|
|
62
|
+
|
|
63
|
+
So no new branch obstruction appears at the current explicit level.
|
|
64
|
+
|
|
65
|
+
### Step 5. Conclude the repo candidate
|
|
66
|
+
|
|
67
|
+
Since every public branch in the proof skeleton is controlled by the same witness, the repo
|
|
68
|
+
arrives at the proposition-level candidate stated above.
|
|
69
|
+
|
|
70
|
+
## What this note is and is not
|
|
71
|
+
|
|
72
|
+
This note **is**:
|
|
73
|
+
- a theorem-shaped packaging of the current repo candidate
|
|
74
|
+
- a bridge artifact for paper-writer mode
|
|
75
|
+
- a clean summary of the current explicit witness
|
|
76
|
+
|
|
77
|
+
This note is **not yet**:
|
|
78
|
+
- a final publication-ready proof
|
|
79
|
+
- a formal proof-assistant certificate
|
|
80
|
+
- a declaration that Problem 848 is fully solved in the repo
|
|
81
|
+
|
|
82
|
+
## Remaining gap
|
|
83
|
+
|
|
84
|
+
The remaining work is no longer “find the right witness.”
|
|
85
|
+
|
|
86
|
+
It is:
|
|
87
|
+
- decide whether the current repo candidate is strong enough to publish internally as a public
|
|
88
|
+
review artifact
|
|
89
|
+
- port it into the paper bundle
|
|
90
|
+
- and, if desired, replace the current repo-level interval reasoning with stronger formal or
|
|
91
|
+
machine-checked certification
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Problem 848 Verification Certificate Spec
|
|
2
|
+
|
|
3
|
+
Any bounded-verification claim for Problem `848` should attach a certificate with these fields.
|
|
4
|
+
|
|
5
|
+
## Required fields
|
|
6
|
+
|
|
7
|
+
- `interval`
|
|
8
|
+
- exact range covered, for example `N = 1..7306`
|
|
9
|
+
- `method_class`
|
|
10
|
+
- one of:
|
|
11
|
+
- `exact_small_n`
|
|
12
|
+
- `structured_breakpoints`
|
|
13
|
+
- `imported_external_computation`
|
|
14
|
+
- `hybrid`
|
|
15
|
+
- `claim_level`
|
|
16
|
+
- one of:
|
|
17
|
+
- `exact`
|
|
18
|
+
- `verified`
|
|
19
|
+
- `external_only`
|
|
20
|
+
- `artifacts`
|
|
21
|
+
- concrete files, repos, scripts, or notes used for the claim
|
|
22
|
+
- `reproduction`
|
|
23
|
+
- how a maintainer can rerun or recheck the claim
|
|
24
|
+
- `failure_mode`
|
|
25
|
+
- what would invalidate the interval claim
|
|
26
|
+
- `audit_status`
|
|
27
|
+
- one of:
|
|
28
|
+
- `repo_audited`
|
|
29
|
+
- `partially_audited`
|
|
30
|
+
- `external_unreviewed`
|
|
31
|
+
- `blocked`
|
|
32
|
+
|
|
33
|
+
## Strongly preferred fields
|
|
34
|
+
|
|
35
|
+
- `breakpoint_definition`
|
|
36
|
+
- if the method uses breakpoint sufficiency, define exactly what the breakpoints are
|
|
37
|
+
- `monotonicity_justification`
|
|
38
|
+
- if interval coverage is inferred between checkpoints, explain why
|
|
39
|
+
- `independent_check`
|
|
40
|
+
- a second script, proof note, or reviewer confirmation
|
|
41
|
+
- `cost_profile`
|
|
42
|
+
- rough runtime or proof complexity
|
|
43
|
+
|
|
44
|
+
## Rejection triggers
|
|
45
|
+
|
|
46
|
+
Do not count a range as canonically covered if any of the following is true:
|
|
47
|
+
|
|
48
|
+
- the claim silently uses the wrong asymptotic handoff threshold
|
|
49
|
+
- the method covers only sample points but is presented as interval coverage
|
|
50
|
+
- a breakpoint argument is used without a monotonicity justification
|
|
51
|
+
- the computation is public but explicitly criticized as unverified or likely incorrect and no
|
|
52
|
+
repo audit has answered that criticism
|
|
53
|
+
- the result cannot be rerun or inspected by a future maintainer
|
|
54
|
+
|
|
55
|
+
## Why this matters here
|
|
56
|
+
|
|
57
|
+
The public thread already contains one verification attempt that was later corrected and
|
|
58
|
+
criticized as difficult to verify. That does not make bounded verification hopeless. It does
|
|
59
|
+
mean this repo should demand interval certificates rather than encouraging "I think this
|
|
60
|
+
covers everything up to X" style claims.
|