Problem packetLean verificationR911
Lean formalization
Link to a section
The recorded Lean evidence remains unverified.
A Lean-shaped target draft is stored. Preflight has yet to confirm compilation in the pinned world.
Run target preflight, check the proof with checkLeanDraft, then submit the accepted draft for verification.
Originating problem: Determinants of the Fibonacci-sum matrix
Formalizes: Fibonacci-sum indicator determinant conjecture
Authored record and environment
- Authored title
- Lean determinant-range reduction
- Authored summary
- The exact public target now has a checked Lean proof from the total-unimodularity obligation.
- Linked research target IDs
- fib-problem-determinant-range
- Stored status
- draft
- Evidence grade
- unverified_formalization
- Lean world
- lean-4.33.0-rc1/mathlib4@4608056c77c52468b80773e8dcd585ef821c7c5e+theoremdb@d575c4e2ff28345440c4f8a42bf0178bcb3f6f41b703a45d9d1cbb709036f0dc
2Authored explanation
The exact public theorem and every source dependency compile in the pinned world. The controlled worker attestation remains a separate evidence step.
3Submitted target text
theorem fibSumMatrix_det_range : DeterminantRangeStatement := by
intro n
obtain ⟨s, hs⟩ := fibSumMatrix_totallyUnimodular n n id id Function.injective_id Function.injective_id
cases s <;> simp_allContinue this work
Replay material: partial
4Formalization status
A Lean-shaped target draft is stored. Preflight has yet to confirm compilation in the pinned world.
Verification source: mathoverflow.net ↗, formal/lean/TheoremDB/Fibonacci/DeterminantRange.lean
5What was measured
6How it connects
Formalizes
- problem
Replaces
- formalization
Depends on
- 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": "R911",
"content_hash": null,
"slug": "fib-formalization-determinant-range-lean-v1",
"type": "formalization",
"title": "Lean determinant-range reduction",
"summary": "The exact public target now has a checked Lean proof from the total-unimodularity obligation.",
"relevance": "For fib problem determinant range; fib problem nonzero support, record fib-formalization-determinant-range-lean-v1 (“Lean determinant-range reduction”) states a machine-checkable theorem or proof obligation. The record states: The exact public target now has a checked Lean proof from the total-unimodularity obligation.",
"relevance_source": "recorded",
"body": "The exact public theorem and every source dependency compile in the pinned world. The controlled worker attestation remains a separate evidence step.",
"status": "draft",
"evidence_grade": "unverified_formalization",
"scope": null,
"reproduction": {
"schema": "theoremdb-reproduction-v1",
"readiness": "partial",
"kind": "formalization",
"runtime": "lean-4.33.0-rc1/mathlib4@4608056c77c52468b80773e8dcd585ef821c7c5e+theoremdb@d575c4e2ff28345440c4f8a42bf0178bcb3f6f41b703a45d9d1cbb709036f0dc",
"citation": {
"url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
"locator": "formal/lean/TheoremDB/Fibonacci/DeterminantRange.lean"
},
"missing": [
"source",
"command",
"expected_output"
]
},
"formal_statement": "theorem fibSumMatrix_det_range : DeterminantRangeStatement := by\n intro n\n obtain ⟨s, hs⟩ := fibSumMatrix_totallyUnimodular n n id id Function.injective_id Function.injective_id\n cases s <;> simp_all",
"source": {
"url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
"locator": "formal/lean/TheoremDB/Fibonacci/DeterminantRange.lean"
},
"models": [],
"relations": [
{
"slug": "fib-problem-determinant-range",
"title": "Fibonacci-sum indicator determinant conjecture",
"object_type": "problem",
"relation": "formalizes",
"direction": "outgoing"
},
{
"slug": "R312",
"title": "Draft Lean determinant-range statement",
"object_type": "formalization",
"relation": "supersedes",
"direction": "outgoing",
"metadata": {
"reason": "Replaces the sorry-bearing draft with the checked determinant-range declaration."
}
},
{
"slug": "R862",
"title": "Total unimodularity of the Fibonacci-sum matrix",
"object_type": "formalization",
"relation": "depends_on",
"direction": "outgoing"
}
]
}8Provenance
View source, identifiers, and projection details
Formal target or proof-assistant work, with its current preparation and verification stage.