Problem packetLean verificationR861
Lean formalization
Share or report a precise location
A saved-record link keeps its immutable identity and section.
The recorded Lean evidence remains unverified.
Originating problem: Determinants of the Fibonacci-sum matrix
Authored record and environment
- Authored title
- Fibonacci support divisibility condition
- Authored summary
- The problem-specific Lean obligation says that every square Fibonacci-sum submatrix with even row and column sums contains a multiple of four ones.
- Stored status
- draft
- Evidence grade
- unverified_formalization
- Lean world
- lean-4.33.0-rc1/mathlib4@4608056c77c52468b80773e8dcd585ef821c7c5e+theoremdb@d575c4e2ff28345440c4f8a42bf0178bcb3f6f41b703a45d9d1cbb709036f0dc
2Authored explanation
The kernel-checked proof converts the matrix-entry sum to the finite support cardinality and applies the checked odd-square-cover theorem.
3Formal statement
theorem fibSumMatrix_camion_divisibility (n k : ℕ) (f : Fin k → Fin n) (g : Fin k → Fin n) (hf : f.Injective) (hg : g.Injective) (hrows : HasEvenRowSums ((fibSumMatrix n).submatrix f g)) (hcols : HasEvenColumnSums ((fibSumMatrix n).submatrix f g)) : (4 : ℤ) ∣ entrySum ((fibSumMatrix n).submatrix f g) := by
rw [entrySum_fibSumMatrix_submatrix]
exact_mod_cast fibSubmatrixSupport_card_dvd_four n k f g hf hg hrows hcolsContinue this work
Replay material: partial
4Verification
Part of the replay path is recorded. Check the missing fields before comparing a new run.
Verification source: mathoverflow.net ↗, formal/lean/TheoremDB/Fibonacci/Divisibility.lean
5What was measured
6How it connects
Depended on by
- formalization
Depends on
- formalization
Cite this record
Includes the immutable record identity. Cite the original sources separately when using their results.
Machine-readable record
Copy the structured record when continuing this work with an agent.
{
"schema": "theoremdb-agent-record-v1",
"ref": "R861",
"content_hash": null,
"slug": "fib-formalization-camion-divisibility",
"type": "formalization",
"title": "Fibonacci support divisibility condition",
"summary": "The problem-specific Lean obligation says that every square Fibonacci-sum submatrix with even row and column sums contains a multiple of four ones.",
"relevance": "This checked bridge connects the graph-theoretic support theorem to Camion's integer matrix condition.",
"relevance_source": "recorded",
"body": "The kernel-checked proof converts the matrix-entry sum to the finite support cardinality and applies the checked odd-square-cover theorem.",
"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/Divisibility.lean"
},
"missing": [
"source",
"command",
"expected_output"
]
},
"formal_statement": "theorem fibSumMatrix_camion_divisibility (n k : ℕ) (f : Fin k → Fin n) (g : Fin k → Fin n) (hf : f.Injective) (hg : g.Injective) (hrows : HasEvenRowSums ((fibSumMatrix n).submatrix f g)) (hcols : HasEvenColumnSums ((fibSumMatrix n).submatrix f g)) : (4 : ℤ) ∣ entrySum ((fibSumMatrix n).submatrix f g) := by\n rw [entrySum_fibSumMatrix_submatrix]\n exact_mod_cast fibSubmatrixSupport_card_dvd_four n k f g hf hg hrows hcols",
"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/Divisibility.lean"
},
"models": [],
"relations": [
{
"slug": "R862",
"title": "Total unimodularity of the Fibonacci-sum matrix",
"object_type": "formalization",
"relation": "depends_on",
"direction": "incoming"
},
{
"slug": "R863",
"title": "Fibonacci odd square cover",
"object_type": "formalization",
"relation": "depends_on",
"direction": "outgoing"
}
]
}8Provenance
View source, identifiers, and projection details
A machine-checkable rendering of a statement, with the world it was written against.