Problem packetLean verificationR312
Lean formalization
Link to a section
The recorded Lean evidence remains unverified.
The record lacks a Lean-shaped theorem or lemma target draft for preflight.
Prepare one Lean theorem or lemma target draft. Preflight will check it in the pinned world before proof submission.
Originating problem: Determinants of the Fibonacci-sum matrix
Formalizes: Fibonacci-sum indicator determinant conjecture
Authored record and environment
- Authored title
- Draft Lean determinant-range statement
- Authored summary
- A proposed formal statement says that the determinant of fibSumMatrix n equals -1, 0, or 1 for every n.
- Linked research target IDs
- fib-problem-determinant-range
- Stored status
- draft
- Evidence grade
- unverified_formalization
- Lean world
- lean-4.33.0-rc1/mathlib4@4608056c77c5
2Authored explanation
The correspondence is clear at the prose level and awaits an elaborating definition of IsFibonacci and the matrix.
3Submitted target text
theorem fibSumMatrix_det_range (n : Nat) : (fibSumMatrix n).det = -1 ∨ (fibSumMatrix n).det = 0 ∨ (fibSumMatrix n).det = 1 := by sorryContinue this work
Replay material: partial
4Formalization status
The record lacks a Lean-shaped theorem or lemma target draft for preflight.
Verification source: mathoverflow.net ↗, theoremdb mixed-memory fixture
5How it connects
Formalizes
- problem
Replaced by
- formalization
Cite this record
Cite the original sources separately.
Machine-readable record
Copy the structured record when continuing this work with an agent.
{
"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"
},
"models": [],
"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",
"metadata": {
"reason": "Replaces the sorry-bearing draft with the checked determinant-range declaration."
}
}
]
}7Provenance
View source, identifiers, and projection details
Formal target or proof-assistant work, with its current preparation and verification stage.