SilverSight/.openresearch/artifacts/prime_sidon_explore.json
allaun a0d95049c6 chore(prime-sidon): documented negative result — primes indistinguishable from random in Sidon sum-degeneracy
35 test cases across 7 scales (small through quintillion) and 5 sizes.
Result: 1/35 significant at p<0.05 (0/35 after Bonferroni).
Null hypothesis not rejected.

Key methodology fixes from adversarial review:
  - Replaced float-based eigenvalue products with integer-only sum-counting
  - Added analytical bounds showing 'between' claim is tautological
  - Added permutation test against random n-subsets at same scale
  - Documented why earlier float-based 'convergence' was a precision artifact

Receipt: docs/research/PRIME_SIDON_NEGATIVE_RESULT.md
DAG: .openresearch/artifacts/prime_sidon_dag.json (51 nodes, 35 edges)
Script: scripts/prime_sidon_explore.py

Build: N/A (Python script, no Lean build)
2026-07-03 18:16:42 -05:00

117 lines
No EOL
2.5 KiB
JSON

{
"schema": "prime_sidon_explore_v2",
"claim_boundary": "prime-sidon-vs-random-null:permutation-test",
"config": {
"sizes": [
5,
6,
7,
8,
10
],
"scales": [
"small",
"kilo",
"million",
"billion",
"trillion",
"quadrillion",
"quintillion"
],
"null_trials": 1000
},
"analysis": [
{
"size": 5,
"n_significant": 0,
"n_total": 7,
"all_significant": false,
"negative_effects": 2,
"positive_effects": 5,
"score_trend_increasing": false,
"scores_by_scale": {
"small": 0.52,
"kilo": 0.56,
"million": 0.6,
"billion": 0.56,
"trillion": 0.56,
"quadrillion": 0.6,
"quintillion": 0.6
}
},
{
"size": 6,
"n_significant": 0,
"n_total": 7,
"all_significant": false,
"negative_effects": 5,
"positive_effects": 2,
"score_trend_increasing": false,
"scores_by_scale": {
"small": 0.472222,
"kilo": 0.5,
"million": 0.583333,
"billion": 0.555556,
"trillion": 0.555556,
"quadrillion": 0.555556,
"quintillion": 0.555556
}
},
{
"size": 7,
"n_significant": 0,
"n_total": 7,
"all_significant": false,
"negative_effects": 5,
"positive_effects": 2,
"score_trend_increasing": true,
"scores_by_scale": {
"small": 0.428571,
"kilo": 0.489796,
"million": 0.530612,
"billion": 0.55102,
"trillion": 0.55102,
"quadrillion": 0.55102,
"quintillion": 0.55102
}
},
{
"size": 8,
"n_significant": 0,
"n_total": 7,
"all_significant": false,
"negative_effects": 4,
"positive_effects": 3,
"score_trend_increasing": false,
"scores_by_scale": {
"small": 0.390625,
"kilo": 0.453125,
"million": 0.515625,
"billion": 0.53125,
"trillion": 0.546875,
"quadrillion": 0.515625,
"quintillion": 0.546875
}
},
{
"size": 10,
"n_significant": 1,
"n_total": 7,
"all_significant": false,
"negative_effects": 7,
"positive_effects": 0,
"score_trend_increasing": false,
"scores_by_scale": {
"small": 0.33,
"kilo": 0.39,
"million": 0.48,
"billion": 0.51,
"trillion": 0.51,
"quadrillion": 0.52,
"quintillion": 0.49
}
}
],
"total_test_cases": 35,
"total_significant": 1
}