Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 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.

The Fibonacci companion matrix advances (Fn,Fn+1)

Example

The companion matrix of the Fibonacci recurrence is

C=(0111).

It satisfies

C(FnFn+1)=(Fn+1Fn+2),χC(t)=t2t1,

and, for n1,

Cn=(Fn1FnFnFn+1).

Facts & Assumptions

Given: The Fibonacci recurrence and its row-shift companion matrix.

[L1]

The Fibonacci sequence has initial values F0=0,F1=1 and recurrence Fn+2=Fn+1+Fn (The Fibonacci sequence F0=0,F1=1 and Lucas sequence L0=2,L1=1).

[L2]

A recurrence companion matrix advances its state vector and its powers give all later states (The companion matrix advances the recurrence state vector by one step).

[L3]

The characteristic polynomial of an order-d recurrence companion matrix equals the recurrence characteristic polynomial (A recurrence companion matrix has the recurrence characteristic polynomial).

[L4]

The row-shift companion matrix of td+c1td1++cd has entries Ci,i+1=1 for 0i<d1 and Cd1,j=cdj for 0j<d, with all other entries zero (The row-shift companion matrix of a linear recurrence).

Verification

technique · induction
1.1

By [L1] the recurrence is Fn+2Fn+1Fn=0, so d=2 and c1=c2=1. Unfolding [L4] gives C0,1=1, C1,0=c2=1 and C1,1=c1=1, with C0,0=0, which is the displayed matrix C; [L2] then gives its state-vector identity.

givenL1L2L4
1.2

At n=1, the proposed power formula reads C=(F0F1F1F2), which follows from [L1].

baseL1
1.3

Multiplying the proposed matrix for Cn on the right by C replaces each row (Fk1,Fk) by (Fk,Fk1+Fk)=(Fk,Fk+1) using [L1], so it gives the proposed matrix for Cn+1.

ihL1algebra
2.1

By [L3], χC(t)=t2t1.

step 1.1L3
3.1

Steps 1.2 and 1.3 prove the power identity for every n1.

step 1.2step 1.3discharge-induction

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: 24 results over 6 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