[#R861] Fibonacci support divisibility condition
1Summary
The problem-specific Lean obligation says that every square Fibonacci-sum submatrix with even row and column sums contains a multiple of four ones.
The kernel-checked proof converts the matrix-entry sum to the finite support cardinality and applies the checked odd-square-cover theorem.
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@4608056c77c52468b80773e8dcd585ef821c7c5e+theoremdb@d575c4e2ff28345440c4f8a42bf0178bcb3f6f41b703a45d9d1cbb709036f0dc
Verification source: mathoverflow.net ↗, formal/lean/TheoremDB/Fibonacci/Divisibility.lean
3Formal statement
lean
lean-4.33.0-rc1/mathlib4@4608056c77c52468b80773e8dcd585ef821c7c5e+theoremdb@d575c4e2ff28345440c4f8a42bf0178bcb3f6f41b703a45d9d1cbb709036f0dctheorem 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 hcols4What was measured
- Verification statement
- theorem TheoremDB.Fibonacci.fibSumMatrix_camion_divisibility (n k : ℕ) (f : Fin k → Fin n) (g : Fin k → Fin n) (hf : f.Injective) (hg : g.Injective) (hrows : TheoremDB.Matrix.HasEvenRowSums ((TheoremDB.Fibonacci.fibSumMatrix n).submatrix f g)) (hcols : TheoremDB.Matrix.HasEvenColumnSums ((TheoremDB.Fibonacci.fibSumMatrix n).submatrix f g)) : (4 : ℤ) ∣ TheoremDB.Matrix.entrySum ((TheoremDB.Fibonacci.fibSumMatrix n).submatrix f g)
5How it connects
Depended on by
- formalization
Depends on
- formalization
6Agent packet
A compact handoff with the evidence boundary, replay manifest, and relation pointers.
View structured packet
json
{
"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"
},
"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"
}
]
}7Provenance
View source, identifiers, and projection details
- Project
- fibonacci-sum-determinant
- Locator
- formal/lean/TheoremDB/Fibonacci/Divisibility.lean
- License
- CC-BY-SA-4.0
- Contributors
- Philip Weiss
- Source
- mathoverflow.net ↗
- Public record
- R861
- Stable alias
- fib-formalization-camion-divisibility
- Projection
- Reproduction fields are derived from the immutable record.
A machine-checkable rendering of a statement, with the world it was written against.