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,37 @@
1
+ # Problem 848 Statement
2
+
3
+ Source: <https://www.erdosproblems.com/848>
4
+
5
+ Normalized focus:
6
+ - Let `A ⊆ {1, ..., N}` be such that `ab+1` is never squarefree for all `a, b in A`.
7
+ - Ask whether the largest such sets are given by the residue class `n ≡ 7 (mod 25)`.
8
+ - The public page records a stronger asymptotic statement: for sufficiently large `N`,
9
+ any near-extremal set is contained in either `{n ≡ 7 (mod 25)}` or `{n ≡ 18 (mod 25)}`.
10
+
11
+ Current public posture:
12
+ - Site status: `DECIDABLE`
13
+ - Publicly reported route breakthrough: Sawhney proved the problem for all sufficiently
14
+ large `N`.
15
+ - Remaining gap: close the finite-check range between the asymptotic theorem and a full
16
+ all-`N` resolution.
17
+ - Public explicit-threshold discussion on the forum currently records a descending external
18
+ timeline:
19
+ - `N0 = 7 x 10^17` on 2026-03-21
20
+ - `N0 = 3.3 x 10^17` on 2026-03-22
21
+ - `N0 = 2.64 x 10^17` on 2026-03-23
22
+ These are useful imported progress markers, but they are not yet the repo's own audited
23
+ candidate statement.
24
+ - Public theorem shape:
25
+ - there exists an integer `N0` such that for all `N >= N0`, every admissible set has size
26
+ at most `|{n in [N] : n ≡ 7 (mod 25)}|`
27
+ - equality is achieved by the `7 mod 25` class and possibly also by the `18 mod 25`
28
+ class
29
+ - Sawhney's note also proves a stability statement for near-extremal sets
30
+
31
+ Working interpretation for this repo:
32
+ - Treat `848` as a finite-check completion problem, not as a fully open asymptotic frontier.
33
+ - Keep the asymptotic theorem, the stability statement, and the unresolved finite remainder
34
+ separated in every claim.
35
+ - Treat threshold-lowering as a tool for shrinking the remaining finite range, not as the
36
+ final objective by itself.
37
+ - Use related problem `844` only as support context unless a direct reduction is written down.
@@ -0,0 +1,52 @@
1
+ problem_id: "848"
2
+ display_name: "Erdos Problem #848"
3
+ title: Squarefree ab+1 Extremal Set Problem
4
+ source:
5
+ site: erdosproblems.com
6
+ url: https://www.erdosproblems.com/848
7
+ external_id: "848"
8
+ external_source:
9
+ repo: https://github.com/teorth/erdosproblems
10
+ data_file: data/problems.yaml
11
+ number: "848"
12
+ provenance:
13
+ seeded_at: 2026-04-05T06:31:37.131Z
14
+ seeded_from:
15
+ kind: pull_bundle
16
+ imported_record_included: true
17
+ site_snapshot_included: true
18
+ public_search_review_included: true
19
+ status:
20
+ site_status: decidable
21
+ site_badge: DECIDABLE
22
+ repo_status: active
23
+ imported_status: decidable
24
+ imported_last_update: 2025-10-19
25
+ cluster: number-theory
26
+ prize:
27
+ display: no
28
+ related_problems:
29
+ - "844"
30
+ family_tags:
31
+ - squarefree
32
+ - extremal-sets
33
+ - number-theory
34
+ harness:
35
+ depth: dossier
36
+ statement:
37
+ short: Determine the largest subsets A of [N] for which ab+1 is never
38
+ squarefree, with the remaining public gap reduced to a finite check after
39
+ Sawhney's sufficiently-large-N theorem.
40
+ normalized_md_path: STATEMENT.md
41
+ references_path: REFERENCES.md
42
+ evidence_path: EVIDENCE.md
43
+ formalization_path: FORMALIZATION.md
44
+ formalization:
45
+ status: statement-formalized
46
+ imported_state: yes
47
+ imported_last_update: 2026-02-01
48
+ research_state:
49
+ open_problem: false
50
+ active_route: finite_check_gap_closure
51
+ route_breakthrough: true
52
+ problem_solved: false