Alphabeta Math
TheoremStatement: 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.

A recurrence companion matrix has the recurrence characteristic polynomial

Statement

Let K be a field, let d1, and let C be the row-shift companion matrix associated with

χ(t)=td+c1td1++cd.

Then the matrix characteristic polynomial is exactly

χC(t)=det(tIdC)=td+c1td1++cd.

Facts & Assumptions

Given: A positive integer d, coefficients c1,,cd, and their row-shift companion matrix C.

[L1]

The row-shift companion matrix has superdiagonal entries 1 and final row (cd,,c1) (The row-shift companion matrix of a linear recurrence).

[L3]

A determinant may be expanded along any row or column as the sum of entries times their cofactors (Laplace expansion computes the determinant along every row and every column over a commutative ring).

Proof

technique · induction
1.1

For d=1, one has C=(c1) and det(tIC)=t+c1.

baseL1L2
1.2

Assume the formula for size d1. In tIdC, the first column has only two nonzero entries: t in row 0 and cd in row d1.

ihL1L2
2.1

Expanding that column by [L3], the cofactor of t is the size-(d1) companion determinant td1+c1td2++cd1 by the induction hypothesis.

step 1.2L3
2.2

The minor of the entry cd is triangular with diagonal entries 1; its determinant is (1)d1, and the cofactor sign is also (1)d1, so this contribution is cd.

step 1.2L3algebra
3.1

Therefore det(tIdC)=t(td1+c1td2++cd1)+cd, which is the claimed polynomial.

step 2.1step 2.2algebra
4.1

The base case and induction step prove the formula for every d1.

step 1.1step 3.1discharge-induction

Depends on

Used by

Dependency tree · next 3 levels

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