erdos-problems 0.3.4 → 0.3.5

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.
@@ -47,4 +47,4 @@ Read next:
47
47
  - `VERIFICATION_CERTIFICATE_SPEC.md`
48
48
  - `EXTERNAL_VERIFICATION_LEDGER.md`
49
49
  - `INTERVAL_WORK_QUEUE.yaml`
50
- - `EXACT_SMALL_N_1_2000_CERTIFICATE.md`
50
+ - `EXACT_SMALL_N_1_3000_CERTIFICATE.md`
@@ -7,22 +7,22 @@ operational_threshold:
7
7
  intervals:
8
8
  - interval_id: N848.V1
9
9
  label: exact_small_n_base_interval
10
- range: "1..2000"
10
+ range: "1..3000"
11
11
  status: done
12
12
  method_class: exact_small_n
13
13
  claim_level: verified
14
- certificate: EXACT_SMALL_N_1_2000_CERTIFICATE.md
15
- data_packet: EXACT_SMALL_N_1_2000_RESULTS.json
16
- next_move: Use this as the first trusted base interval and decide whether the next extension is another exact interval or an imported-computation audit.
14
+ certificate: EXACT_SMALL_N_1_3000_CERTIFICATE.md
15
+ data_packet: EXACT_SMALL_N_1_3000_RESULTS.json
16
+ next_move: Use this as the current trusted base interval and decide whether the next extension is another exact interval or an imported-computation audit.
17
17
  - interval_id: N848.V2
18
18
  label: exact_small_n_extension
19
- range: "2001..?"
19
+ range: "3001..?"
20
20
  status: ready
21
21
  method_class: exact_small_n
22
22
  claim_level: target
23
23
  certificate: ""
24
24
  data_packet: ""
25
- next_move: Decide how far the exact clique scan can be pushed before a different method class is needed.
25
+ next_move: Decide whether exact coverage should continue in smaller certified steps beyond `3000` or whether the next gain should come from a different method class.
26
26
  - interval_id: N848.V3
27
27
  label: imported_computation_audit
28
28
  range: "public_claimed_interval"
@@ -6,7 +6,7 @@ routes:
6
6
  status: active
7
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
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.
9
+ next_move: Decide whether to extend exact verified coverage beyond `3000` in smaller steps or switch method class.
10
10
  - route_id: external_threshold_tracking
11
11
  title: External Threshold Tracking
12
12
  status: support
@@ -18,7 +18,7 @@ routes:
18
18
  status: active_support
19
19
  summary: Reduce the finite remainder directly once a threshold is trusted enough to be operationally useful.
20
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.
21
+ next_move: Build on the exact `1..3000` base interval and decide the next extension rule.
22
22
  - route_id: formalization_coverage_audit
23
23
  title: Formalization Coverage Audit
24
24
  status: support
@@ -30,9 +30,9 @@ tickets:
30
30
  title: Close the decidable gap without confusing imported threshold progress and repo-owned candidate work
31
31
  route_id: finite_check_gap_closure
32
32
  status: active
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`.
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..3000`. The live question is how to extend coverage from that foothold without pretending brute-force still scales cheaply.
34
+ current_blocker: The repo has not yet chosen whether the next interval extension should stay in the exact clique-scan regime in smaller certified steps or switch to a different verification method.
35
+ next_move: Close `N848.G1.A22`.
36
36
  - ticket_id: N848F
37
37
  title: Audit public formalization coverage
38
38
  route_id: formalization_coverage_audit
@@ -182,9 +182,16 @@ atoms:
182
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
183
  next_move: Decide whether to extend the exact clique scan beyond `2000` or change method class.
184
184
  - atom_id: N848.G1.A21
185
- title: Choose the next verified interval extension beyond `2000`
185
+ title: Extend the exact verified base interval beyond `2000`
186
+ route_id: finite_check_gap_closure
187
+ ticket_id: N848
188
+ status: done
189
+ summary: The repo now has a second exact certificate extending the bounded-verification base interval from `1..2000` to `1..3000`, while also showing that a blind jump to `1..5000` is no longer cheap enough to count as the default next move.
190
+ next_move: Choose the post-`3000` extension policy.
191
+ - atom_id: N848.G1.A22
192
+ title: Choose the post-`3000` verified interval policy
186
193
  route_id: finite_check_gap_closure
187
194
  ticket_id: N848
188
195
  status: ready
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.
196
+ summary: The bounded-verification lane now starts from a real certified base interval `1..3000`. The next choice is whether exact coverage should continue in smaller certified steps, or whether the next gain should come from breakpoint or audit methods.
197
+ next_move: Decide whether to extend exact verified coverage beyond `3000` in smaller steps or switch method class.
@@ -22,5 +22,6 @@
22
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
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
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.
25
+ - Twenty-second refinement: extend the exact certificate to `1..3000`, and record that a direct jump to `1..5000` no longer looks cheap enough to treat as the obvious default next move.
26
+ - 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..3000` now covered in the bounded-verification lane.
27
+ - Next maturity threshold: choose the post-`3000` extension policy in the most efficient trustworthy way.
@@ -76,8 +76,10 @@ Desired certificate:
76
76
 
77
77
  ## Current honest posture
78
78
 
79
- - Regime A: first exact interval `1..2000` is now frozen in the repo with a reproducible
79
+ - Regime A: first exact interval `1..3000` is now frozen in the repo with a reproducible
80
80
  maximum-clique certificate
81
+ - Regime A warning: a direct jump to `1..5000` did not finish cheaply enough to treat blind
82
+ brute-force extension as the only serious next move
81
83
  - Regime B: not frozen in this repo
82
84
  - Regime C: public attempts exist, but some were explicitly criticized on the forum as
83
85
  difficult to verify or likely incorrect
@@ -85,5 +87,6 @@ Desired certificate:
85
87
  yet repo-audited
86
88
 
87
89
  So the next honest move is to decide whether exact-small-`N` coverage should be extended
88
- directly beyond `2000`, or whether the next gain comes from auditing imported computation or
90
+ directly beyond `3000` in smaller certified steps, or whether the next gain comes from
91
+ auditing imported computation or
89
92
  switching method class.
@@ -3,11 +3,11 @@ family_role: finite_check_number_theory_workspace
3
3
  harness_profile: decidable_gap_workspace
4
4
  default_active_route: finite_check_gap_closure
5
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, beginning from the verified base interval `1..2000`.
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, beginning from the verified base interval `1..3000`.
7
7
  frontier_label: finite_check_gap_closure
8
- frontier_detail: The repo now has a verified exact interval `1..2000`; the next question is whether to extend that exact scan further or change method class.
8
+ frontier_detail: The repo now has a verified exact interval `1..3000`; an attempted jump to `5000` did not clear quickly enough to count as cheap progress, so the next question is whether to extend exact coverage in smaller steps or change method class.
9
9
  checkpoint_focus: Preserve the distinction between existential N0, explicit N0, sample finite checks, and full closure.
10
- next_honest_move: Decide whether to extend the exact clique scan beyond `2000` or pivot to a different bounded-verification method.
10
+ next_honest_move: Decide whether to extend the exact clique scan beyond `3000` in smaller certified steps or pivot to a different bounded-verification method.
11
11
  related_core_problems:
12
12
  - "844"
13
13
  literature_focus:
@@ -27,7 +27,7 @@ artifact_focus:
27
27
  - VERIFICATION_CERTIFICATE_SPEC.md
28
28
  - EXTERNAL_VERIFICATION_LEDGER.md
29
29
  - INTERVAL_WORK_QUEUE.yaml
30
- - EXACT_SMALL_N_1_2000_CERTIFICATE.md
30
+ - EXACT_SMALL_N_1_3000_CERTIFICATE.md
31
31
  question_ledger:
32
32
  open_questions:
33
33
  - Which imported threshold value is trusted enough to size the finite remainder operationally?
@@ -44,5 +44,5 @@ question_ledger:
44
44
  - The threshold ledger separating existential and explicit claims is now frozen.
45
45
  - The repo now has an audited explicit candidate package distinct from the imported public threshold timeline.
46
46
  - The repo has now chosen bounded finite verification as the next closure lane.
47
- - The repo now has an exact verified base interval `1..2000`.
47
+ - The repo now has an exact verified base interval `1..3000`.
48
48
  problem_solved: []
@@ -74,7 +74,9 @@ Current public evidence captured locally:
74
74
  values to size the finite remainder without being silently promoted to canonical theorem
75
75
  truth.
76
76
  - A reproducible exact maximum-clique scan now verifies the expected extremal size for every
77
- `N` in `1..2000`, giving the bounded-verification lane its first trusted covered interval.
77
+ `N` in `1..3000`, giving the bounded-verification lane a larger trusted covered interval.
78
+ - An exploratory jump to `1..5000` no longer looks cheap enough to treat blind brute-force
79
+ extension as the default next move.
78
80
 
79
81
  Claim-safe local posture:
80
82
  - Exact: the public status is `decidable`, not `open` and not fully `solved`.
@@ -114,5 +116,5 @@ Next maintainer step:
114
116
  - preserve the current claim-safe package as a clean review unit
115
117
  - treat imported threshold improvements as external progress markers unless they are
116
118
  re-audited inside the repo
117
- - decide whether exact verified coverage should be extended beyond `2000` or whether the
118
- next gain now needs a different method class
119
+ - decide whether exact verified coverage should be extended beyond `3000` in smaller steps
120
+ or whether the next gain now needs a different method class
@@ -74,8 +74,9 @@
74
74
  - a regime split for the finite remainder
75
75
  - a certificate format for bounded interval claims
76
76
  - an audit ledger for imported verification work
77
- - an exact verified base interval `1..2000`
77
+ - an exact verified base interval `1..3000`
78
78
  - The next concrete task is to decide whether the exact clique scan should be extended
79
- directly beyond `2000` or whether the next gain now needs a different method class.
79
+ directly beyond `3000` in smaller steps or whether the next gain now needs a different
80
+ method class.
80
81
  - The right optimization target remains the size of the remaining finite gap, not the
81
82
  threshold race in isolation.
@@ -23,7 +23,7 @@ What is ready now:
23
23
  - supporting explicit ledgers for the branch bounds and numerical witness
24
24
  - a bounded finite-verification lane with regimes, certificate requirements, and external
25
25
  audit notes
26
- - an exact verified base interval `1..2000`
26
+ - an exact verified base interval `1..3000`
27
27
 
28
28
  What is not being claimed:
29
29
  - not full all-`N` closure in the repo