Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16
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 Tn be the number of tilings of a row of n labelled cells by monomers of length one and dominoes of length two. Then

Tn=Fn+1,n0Tnxn=11xx2.

Equivalently, with states 0 (the current cell is already covered from the left) and 1 (the current cell is free), the transfer matrix is

C=(0111),

and Tn=(Cn)11.

Facts & Assumptions

Given: Linear boards tiled by monomers and dominoes, including the empty tiling at length zero.

[L1]

The Fibonacci sequence is determined by F0=0, F1=1, and Fn+2=Fn+1+Fn (The Fibonacci sequence F0=0,F1=1 and Lucas sequence L0=2,L1=1).

[L2]

The (u,v) entry of the nth power of a transfer matrix counts length-n walks from u to v when all edge weights are one (The (u,v) entry of An is the total weight of length-n walks from u to v).

[L3]

A fixed-entry walk generating series is the corresponding cofactor of IxC divided by det(IxC) (Transfer-matrix theorem: weighted-walk generating functions are cofactors of IxA divided by det(IxA)).

Verification

technique · last-tile decomposition and transfer bijection
1.1

There is one empty tiling and one one-cell tiling, so T0=T1=1. For n2, the last tile is uniquely a monomer after a tiling of length n1 or a domino after one of length n2, so Tn=Tn1+Tn2.

givenalgebra
1.2

In the two-state encoding, 11 places a monomer, 10 starts a domino, and 01 completes it. Thus board tilings are in bijection with length-n walks from state 1 back to state 1, and [L2] gives Tn=(Cn)11.

L2algebra
2.1

Comparing the initial values and recurrence in step 1.1 with [L1] gives Tn=Fn+1 for every n0.

step 1.1L1algebra
3.1

Since IxC=(1xx1x) has determinant 1xx2 and the relevant cofactor is 1, [L3] gives the displayed generating function.

step 1.2L3algebra

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