Alphabeta Math
PropositionStatement: Literature-sourcedProof: 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 companion matrix advances the recurrence state vector by one step

Statement

Let a satisfy an order-d recurrence from zero over a field, let C be its row-shift companion matrix, and put vn=(an,,an+d1)T. Then

vn+1=Cvnandvn=Cnv0

for every n0.

Facts & Assumptions

Given: An order-d recurrence sequence a, its state vectors vn, and its companion matrix C.

[L1]

The companion matrix has shift rows and final row (cd,cd1,,c1) (The row-shift companion matrix of a linear recurrence).

[L2]

Matrix multiplication is (AB)ik=jaijbjk, and Id is the identity matrix (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).

[L3]

Matrix multiplication is associative and satisfies IdA=A=AId (Matrix arithmetic over a commutative ring is associative, unital and distributive, and transpose reverses products).

Proof

technique · induction
1.1

Multiplying C by vn, the first d1 rows return an+1,,an+d1 and the final row returns cdanc1an+d1=an+d, so Cvn=vn+1.

givenL1L2
1.2

At n=0, one has C0v0=Idv0=v0.

baseL2L3
2.1

If vn=Cnv0, then step 1.1 and associativity give vn+1=Cvn=Cn+1v0.

ihstep 1.1L3
3.1

Induction proves vn=Cnv0 for every n0, together with the one-step identity from step 1.1.

step 1.2step 2.1discharge-induction

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 27 results over 10 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