How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Monomer–domino tilings of a board give the Fibonacci recurrence and transfer matrix
Example
Let be the number of tilings of a row of labelled cells by monomers of length one and dominoes of length two. Then
Equivalently, with states (the current cell is already covered from the left) and (the current cell is free), the transfer matrix is
and .
Facts & Assumptions
Given: Linear boards tiled by monomers and dominoes, including the empty tiling at length zero.
The Fibonacci sequence is determined by , , and (The Fibonacci sequence and Lucas sequence ).
The entry of the th power of a transfer matrix counts length- walks from to when all edge weights are one (The entry of is the total weight of length- walks from to ).
A fixed-entry walk generating series is the corresponding cofactor of divided by (Transfer-matrix theorem: weighted-walk generating functions are cofactors of divided by ).
Verification
There is one empty tiling and one one-cell tiling, so . For , the last tile is uniquely a monomer after a tiling of length or a domino after one of length , so .
In the two-state encoding, places a monomer, starts a domino, and completes it. Thus board tilings are in bijection with length- walks from state back to state , and [L2] gives .
Comparing the initial values and recurrence in step 1.1 with [L1] gives for every .
Since has determinant and the relevant cofactor is , [L3] gives the displayed generating function.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 37 results over 9 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- R. P. Stanley, Enumerative Combinatorics, vol. 1, 2nd ed., Example 4.7.16 (standard reference, not scraped)