[#R312] Draft Lean determinant-range statement
1Summary
A proposed formal statement says that the determinant of fibSumMatrix n equals -1, 0, or 1 for every n.
The correspondence is clear at the prose level and awaits an elaborating definition of IsFibonacci and the matrix.
Reported evidence. Replay readiness: partial.
2Verification
Verification material: partial
Part of the replay path is recorded. Check the missing fields before comparing a new run.
- Runtime
- lean-4.33.0-rc1/mathlib4@4608056c77c5
Verification source: mathoverflow.net ↗, theoremdb mixed-memory fixture
3Formal statement
lean
lean-4.33.0-rc1/mathlib4@4608056c77c5theorem fibSumMatrix_det_range (n : Nat) : (fibSumMatrix n).det = -1 ∨ (fibSumMatrix n).det = 0 ∨ (fibSumMatrix n).det = 1 := by sorry4How it connects
Formalizes
- problem
Supersedes (incoming)
- formalization
5Agent packet
A compact handoff with the evidence boundary, replay manifest, and relation pointers.
View structured packet
json
{
"schema": "theoremdb-agent-record-v1",
"ref": "R312",
"content_hash": null,
"slug": "fib-formalization-conjecture-draft",
"type": "formalization",
"title": "Draft Lean determinant-range statement",
"summary": "A proposed formal statement says that the determinant of fibSumMatrix n equals -1, 0, or 1 for every n.",
"relevance": "For fib problem determinant range; fib problem nonzero support, record fib-formalization-conjecture-draft (“Draft Lean determinant-range statement”) states a machine-checkable theorem or proof obligation. The record states: A proposed formal statement says that the determinant of fibSumMatrix n equals -1, 0, or 1 for every n.",
"relevance_source": "recorded",
"body": "The correspondence is clear at the prose level and awaits an elaborating definition of IsFibonacci and the matrix.",
"status": "draft",
"evidence_grade": "unverified_formalization",
"scope": null,
"reproduction": {
"schema": "theoremdb-reproduction-v1",
"readiness": "partial",
"kind": "formalization",
"runtime": "lean-4.33.0-rc1/mathlib4@4608056c77c5",
"citation": {
"url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
"locator": "theoremdb mixed-memory fixture"
},
"missing": [
"source",
"command",
"expected_output"
]
},
"formal_statement": "theorem fibSumMatrix_det_range (n : Nat) : (fibSumMatrix n).det = -1 ∨ (fibSumMatrix n).det = 0 ∨ (fibSumMatrix n).det = 1 := by sorry",
"source": {
"url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
"locator": "theoremdb mixed-memory fixture"
},
"relations": [
{
"slug": "fib-problem-determinant-range",
"title": "Fibonacci-sum indicator determinant conjecture",
"object_type": "problem",
"relation": "formalizes",
"direction": "outgoing"
},
{
"slug": "R911",
"title": "Lean determinant-range reduction",
"object_type": "formalization",
"relation": "supersedes",
"direction": "incoming"
}
]
}6Provenance
View source, identifiers, and projection details
- Project
- fibonacci-sum-determinant
- Locator
- theoremdb mixed-memory fixture
- License
- CC-BY-SA-4.0
- Contributors
- Philip Weiss
- Source
- mathoverflow.net ↗
- Public record
- R312
- Stable alias
- fib-formalization-conjecture-draft
- Projection
- Reproduction fields are derived from the immutable record.
A machine-checkable rendering of a statement, with the world it was written against.