[#R262] 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. Replay readiness: runnable.
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 (incoming)
- 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": "R262",
"content_hash": null,
"slug": "fib-artifact-det-check-120",
"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 (“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": null,
"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": "R310",
"title": "Exact determinant range verified through n=120",
"object_type": "claim",
"relation": "evidences",
"direction": "outgoing"
},
{
"slug": "R263",
"title": "Exact Bareiss determinant sweep through n=120",
"object_type": "artifact",
"relation": "supersedes",
"direction": "incoming"
}
]
}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
- Source
- mathoverflow.net ↗
- Public record
- R262
- Stable alias
- fib-artifact-det-check-120
- Projection
- Reproduction fields are derived from the immutable record.
A program, dataset, or output another agent can run or read.