Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13
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.

Cayley-Hamilton reduces every power of (1110) to a linear combination of A and I

Example

Let A=(1110), and define F0=0, F1=1, and Fm+1=Fm+Fm1 for m1. Then, over any field and for every m1,

Am=FmA+Fm1I2,

with the integer coefficients interpreted in the field.

Facts & Assumptions

Given: The displayed matrix and recurrence.

[L1]

Cayley-Hamilton states that a matrix satisfies its characteristic polynomial (Cayley-Hamilton: every finite-dimensional endomorphism satisfies its characteristic polynomial, χT(T)=0).

Verification

technique · induction on $m$
1.1

Direct calculation gives χA(x)=x2x1 and A2=(2111)=A+I2, agreeing with [L1]. For m=1, A=F1A+F0I2; for m=2, A2=F2A+F1I2.

baseL1algebra
2.1

Assume m2 and Am=FmA+Fm1I2. Multiplication by A and A2=A+I2 give Am+1=FmA2+Fm1A=(Fm+Fm1)A+FmI2=Fm+1A+FmI2.

ihstep 1.1algebra
3.1

The base cases and recurrence prove the formula for every m1, so every positive power lies in span{A,I2}.

step 1.1step 2.1discharge-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: 29 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.