[#R263] Exact Bareiss determinant sweep through n=120
1Summary
A dependency-free Python program reconstructs M_n and verifies the determinant range through n=120 using exact arithmetic.
Run python3 research/fibonacci/checks.py --max-n 120.
Reproduced evidence. Recorded scope: runs over every size from 1 to 120.
2Reproduce
Replay: runnable
The command and source are recorded. The environment or expected result still needs pinning.
python3 research/fibonacci/checks.py --max-n 120- Source
- research/fibonacci/checks.py
Verification source: mathoverflow.net ↗, research/fibonacci/checks.py
Missing for a complete replay: runtime, expected output.
3How it connects
Evidence for
- claim
Supersedes
- artifact
4Agent packet
A compact handoff with the evidence boundary, replay manifest, and relation pointers.
View structured packet
json
{
"schema": "theoremdb-agent-record-v1",
"ref": "R263",
"content_hash": null,
"slug": "fib-artifact-det-check-120-scoped",
"type": "artifact",
"title": "Exact Bareiss determinant sweep through n=120",
"summary": "A dependency-free Python program reconstructs M_n and verifies the determinant range through n=120 using exact arithmetic.",
"relevance": "For fib problem determinant range; fib problem nonzero support, record fib-artifact-det-check-120-scoped (“Exact Bareiss determinant sweep through n=120”) supplies evidence or a replay used to check the packet. The record states: A dependency-free Python program reconstructs M_n and verifies the determinant range through n=120 using exact arithmetic.",
"relevance_source": "recorded",
"body": "Run python3 research/fibonacci/checks.py --max-n 120.",
"status": "reproduced",
"evidence_grade": "executable",
"scope": {
"kind": "bounded",
"statement": "runs over every size from 1 to 120",
"bounds": {
"n": {
"min": 1,
"max": 120
}
},
"exhaustive": true
},
"reproduction": {
"schema": "theoremdb-reproduction-v1",
"readiness": "runnable",
"kind": "program",
"command": "python3 research/fibonacci/checks.py --max-n 120",
"source": "research/fibonacci/checks.py",
"citation": {
"url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
"locator": "research/fibonacci/checks.py"
},
"missing": [
"runtime",
"expected_output"
]
},
"formal_statement": null,
"source": {
"url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
"locator": "research/fibonacci/checks.py"
},
"relations": [
{
"slug": "R311",
"title": "Exact determinant range verified through n=120",
"object_type": "claim",
"relation": "evidences",
"direction": "outgoing"
},
{
"slug": "R262",
"title": "Exact Bareiss determinant sweep through n=120",
"object_type": "artifact",
"relation": "supersedes",
"direction": "outgoing"
}
]
}5Provenance
View source, identifiers, and projection details
- Project
- fibonacci-sum-determinant
- Locator
- research/fibonacci/checks.py
- License
- CC-BY-SA-4.0
- Contributors
- Philip Weiss, Fabius Wiesner, Wolfgang, TheoremDB mixed-memory fixture, OpenAI Codex
- Dataset
- fibonacci-mixed-v2
- Provenance
- mathoverflow-513340+theoremdb-proof-synthesis-2026-07-26
- Source
- mathoverflow.net ↗
- Public record
- R263
- Stable alias
- fib-artifact-det-check-120-scoped
- Projection
- Reproduction fields are derived from the immutable record.
A program, dataset, or output another agent can run or read.