Alphabeta Math
Session-authored (Fable 5 assisted)
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.

15 results · all verified · 9 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 6 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Examples: Linear Recurrences and Rational Generating Functions

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The Fibonacci generating function and Binet formula over Q(5)

Example

Let (Fn) be the Fibonacci sequence and put

ϕ=1+52,ϕ^=152.

Then, in Qx,

n0Fnxn=x1xx2,

and, in the splitting field Q(5),

Fn=ϕnϕ^n5(n0).

Facts & Assumptions

Given: The Fibonacci initial values and recurrence.

[L1]

The Fibonacci sequence satisfies 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]

Multiplication by the reciprocal recurrence denominator converts a recurrence into its finite numerator (A coefficient sequence is eventually linearly recurrent if and only if its formal generating function is rational).

[L3]

Over a characteristic-zero splitting field, distinct characteristic roots give a unique linear combination of their powers (Over a named splitting field in characteristic zero, repeated characteristic roots give polynomial-times-exponential closed forms).

[L4]

The factors tλ of the characteristic polynomial correspond to the factors 1λx of the reciprocal denominator (Reciprocal-root convention: χ(t)=i(tλi)mi corresponds to Q(x)=i(1λix)mi).

Verification

technique · direct
1.1

If F(x)=n0Fnxn, coefficient extraction using [L1] gives (1xx2)F(x)=x; [L2] therefore gives the displayed rational generating function.

givenL1L2algebra
1.2

The polynomial t2t1 factors as (tϕ)(tϕ^) in Q(5)[t], in agreement with [L4].

L4algebra
2.1

By [L3], Fn=Aϕn+Bϕ^n. The equations A+B=F0=0 and Aϕ+Bϕ^=F1=1 give A=1/5 and B=1/5.

step 1.2L1L3algebra
3.1

Substitution in step 2.1 proves Binet's formula, including n=0 and n=1.

step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-16Open item page →

The Lucas generating function and its two-root closed form

Example

With ϕ=(1+5)/2 and ϕ^=(15)/2, the Lucas sequence satisfies

n0Lnxn=2x1xx2

in Qx, and

Ln=ϕn+ϕ^n

in Q(5) for every n0.

Facts & Assumptions

Given: The Lucas initial values and recurrence.

[L1]

The Lucas sequence satisfies L0=2, L1=1, and Ln+2=Ln+1+Ln (The Fibonacci sequence F0=0,F1=1 and Lucas sequence L0=2,L1=1).

[L2]

A recurrence beginning at zero has a rational generating function whose numerator is obtained by multiplying by its reciprocal denominator (A coefficient sequence is eventually linearly recurrent if and only if its formal generating function is rational).

[L3]

Distinct roots of a characteristic polynomial give a unique pure-exponential closed form over a characteristic-zero splitting field (Over a named splitting field in characteristic zero, repeated characteristic roots give polynomial-times-exponential closed forms).

Verification

technique · direct
1.1

For L(x)=n0Lnxn, [L1] gives (1xx2)L(x)=L0+(L1L0)x=2x, so [L2] proves the generating-function formula.

givenL1L2algebra
1.2

Since t2t1=(tϕ)(tϕ^), [L3] gives Ln=Aϕn+Bϕ^n.

L3algebra
2.1

The initial equations A+B=2 and Aϕ+Bϕ^=1 have the solution A=B=1, because ϕ+ϕ^=1.

step 1.2L1algebra
3.1

Substitution in step 2.1 proves the displayed closed form for all n0.

step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

The repeated pole (12x)2 produces the sequence (n+1)2n

Example

In Qx,

1(12x)2=n0(n+1)2nxn.

The coefficient sequence an=(n+1)2n satisfies

an+24an+1+4an=0,

whose characteristic polynomial is (t2)2. Thus the root 2 of multiplicity two produces a polynomial factor of degree one.

Facts & Assumptions

Given: The repeated pole (12x)2.

[L1]

The repeated-pole expansion is (1λx)j=n0(n+j1j1)λnxn (Repeated poles expand formally as (1λx)j=n0(n+j1j1)λnxn).

[L2]

A factor (tλ)m in the characteristic polynomial corresponds to (1λx)m in the reciprocal denominator (Reciprocal-root convention: χ(t)=i(tλi)mi corresponds to Q(x)=i(1λix)mi).

[L3]

The characteristic polynomial of an+2+c1an+1+c2an=0 is t2+c1t+c2 (Constant-coefficient linear recurrences, their starting index and their characteristic polynomial).

Verification

technique · direct calculation
1.1

Apply [L1] with j=2 and λ=2; since (n+11)=n+1, this gives the displayed series.

givenL1algebra
1.2

Direct substitution gives an+24an+1+4an=2n(4n+128n16+4n+4)=0.

algebra
2.1

By [L3], the recurrence polynomial is t24t+4=(t2)2, and [L2] matches it to the given double pole.

step 1.2L2L3algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-16Open item page →

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
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

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
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Cyclic monomer–domino tilings are counted by Lucas numbers through a matrix trace

Example

Use the two-state Fibonacci graph with transfer matrix

C=(0111).

A closed state walk of length n encodes a monomer–domino tiling of n cyclically arranged labelled cells, with state 1 meaning that the next cell is free and state 0 meaning that it is already covered by a domino started at the preceding cell. With the conventions inherited from closed walks, length zero has two empty boundary states, length one has one monomer tiling, and length two has three tilings. The number of these cyclic tilings is

tr(Cn)=Ln(n0).

Consequently,

n0Lnxn=2x1xx2.

Facts & Assumptions

Given: The Fibonacci transfer graph and the stated small-size cyclic convention.

[L1]

The Lucas sequence begins L0=2,L1=1 and satisfies Ln+2=Ln+1+Ln (The Fibonacci sequence F0=0,F1=1 and Lucas sequence L0=2,L1=1).

[L2]

The closed-walk series of a transfer matrix is the generating series of the traces of its powers (Closed walks have trace and logarithmic-derivative generating functions).

[L3]

Cayley–Hamilton makes the trace sequence of powers of an invertible 2×2 matrix satisfy the recurrence given by its characteristic polynomial (For an invertible matrix over a field, Cayley-Hamilton makes every matrix-power entry and trace sequence linearly recurrent).

Verification

technique · closed-walk bijection and recurrence identification
1.1

The transitions 11, 10, and 01 respectively place a monomer, start a domino, and finish that domino. Closing the state walk matches the boundary conditions at the marked seam, giving the asserted cyclic-tiling encoding and the stated counts for n=0,1,2.

givenalgebra
1.2

The matrix C is invertible, has characteristic polynomial t2t1, and has tr(C0)=2 and tr(C)=1. Thus [L3] and [L1] give tr(Cn)=Ln for every n0.

L1L3algebra
2.1

By [L2], the cyclic-tiling series is the trace series. Directly, adj(IxC) has trace 2x and det(IxC)=1xx2, so the trace formula in [L2] gives the displayed quotient.

step 1.1step 1.2L2algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

Closed walks of length n in Kp are counted by (p1)n+(p1)(1)n

Example

For integers p,n1, the number of rooted closed walks of length n in the complete graph Kp is

(p1)n+(p1)(1)n.

Here an undirected edge is represented by one directed edge in each direction, every edge has weight 1Q, and a starting vertex is part of a rooted closed walk.

Facts & Assumptions

Given: Integers p,n1 and the complete graph Kp with transfer matrix A=JI over Q.

[L1]

A finite unit-weighted directed graph has a transfer matrix whose rows are sources and columns are targets (Finite weighted directed multigraphs, weighted walks and their transfer matrices).

[L2]

The diagonal entry (An)uu counts length-n walks from u back to u, so their total number is tr(An) (The (u,v) entry of An is the total weight of length-n walks from u to v).

Verification

technique · explicit eigenbasis
1.1

By [L1], A=JI. The all-ones vector 1 satisfies A1=(p1)1, while A(eie0)=(eie0) for 1i<p.

givenL1algebra
1.2

The list 1,e1e0,,ep1e0 is linearly independent over Q: a relation has coordinates α+βi=0 for i1 and αiβi=0, hence pα=0. Since p0 in Q, every coefficient is zero. It is therefore a basis of Qp.

givenalgebra
2.1

In the basis of step 1.2, A is diagonal with entries p1,1,,1, so χA(t)=(t(p1))(t+1)p1 in Q[t].

step 1.1step 1.2algebra
3.1

Apply [L3] to step 2.1 and then [L2] to obtain the displayed closed-walk count. When p=1, the difference-vector list is empty and the formula gives 0 because n1.

step 2.1L2L3
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-16Open item page →

Binary words avoiding 11 are counted by Fn+2

Example

Let an be the number of binary words of length n that avoid 11. Then

an=Fn+2,n0anxn=1+x1xx2.

The proper-prefix states ε,1 have transfer matrix

A=(1110).

Facts & Assumptions

Given: The singleton forbidden set B={11} over {0,1}.

[L1]

The Fibonacci numbers satisfy their recurrence and fixed initial values (The Fibonacci sequence F0=0,F1=1 and Lucas sequence L0=2,L1=1).

[L2]

The prefix automaton sends a state and letter to the longest allowed proper-prefix suffix, rejecting a completed forbidden factor (The longest-suffix prefix automaton for a finite set of forbidden factors).

[L3]

Fixed-entry walk generating functions are the corresponding cofactors of IxA divided by its determinant (Transfer-matrix theorem: weighted-walk generating functions are cofactors of IxA divided by det(IxA)).

Verification

technique · transfer matrix
1.1

By [L2], state ε has transitions labelled 0 to ε and 1 to 1, while state 1 has only the transition labelled 0 to ε. This gives the displayed matrix.

givenL2
2.1

Every avoiding word labels one walk from ε to either state. Since IxA=(1xxx1), summing the first-row entries of its inverse via [L3] gives (1+x)/(1xx2).

step 1.1L3algebra
3.1

Its coefficients begin a0=1,a1=2 and satisfy an+2=an+1+an, so comparison with [L1] gives an=Fn+2.

step 2.1L1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-16Open item page →

Binary words avoiding 101 have generating function (1+x2)/(12x+x2x3)

Example

Let an be the number of binary words of length n that avoid 101. Then

n0anxn=1+x212x+x2x3.

The first values are

a0,a1,,a6=1,2,4,7,12,21,37.

Facts & Assumptions

Given: The singleton forbidden set B={101} over {0,1}.

[L1]

The prefix automaton uses the allowed proper-prefix states and the longest suffix transition (The longest-suffix prefix automaton for a finite set of forbidden factors).

[L2]

Its fixed-entry walk series are cofactors of IxA divided by det(IxA) (Transfer-matrix theorem: weighted-walk generating functions are cofactors of IxA divided by det(IxA)).

Verification

technique · transfer matrix with finite enumeration check
1.1

By [L1], the states are ε,1,10 and, in that order, their transfer matrix is A=(110011100). The missing transition from 10 on 1 is precisely the rejected factor 101.

givenL1
2.1

Avoiding words are walks from ε to any state. Summing the three corresponding entries supplied by [L2], or solving (IxA)y=1, gives (1+x2)/(12x+x2x3).

step 1.1L2algebra
3.1

Direct enumeration by length gives 1,2,4,7,12,21,37 through length six. These values also satisfy an=2an1an2+an3 for 3n6, as the denominator in step 2.1 requires.

step 2.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

North–east–west walks without immediate horizontal reversal satisfy an=2an1+an2

Example

Let an be the number of length-n words over {N,E,W} in which neither EW nor WE occurs. Then

a0=1,a1=3,an=2an1+an2(n2),

and

n0anxn=1+x12xx2.

For nonempty words, classification by the last letter gives the transfer matrix

A=(111110101)

in the state order N,E,W.

Facts & Assumptions

Given: Words over {N,E,W} with the adjacent factors EW and WE forbidden.

[L1]

An eventual recurrence is equivalent to rationality of the ordinary formal generating function, with the numerator determined by the initial coefficients (A coefficient sequence is eventually linearly recurrent if and only if its formal generating function is rational).

[L2]

Finite-state walk series are rational cofactor quotients of their transfer matrix (Transfer-matrix theorem: weighted-walk generating functions are cofactors of IxA divided by det(IxA)).

Verification

technique · state elimination and transfer check
1.1

Let Nn,En,Wn count valid nonempty words by their last letter. Appending N is always allowed, whereas E may not follow W and W may not follow E; this gives the displayed matrix and Nn=an1 for n1.

givenalgebra
2.1

For n2, the state equations give En+Wn=2Nn1+En1+Wn1=an1+an2. Together with Nn=an1 this yields an=2an1+an2.

step 1.1algebra
3.1

The empty word and the three one-letter words give a0=1,a1=3. Multiplying the coefficient series by 12xx2 and using step 2.1 leaves 1+x, so [L1] gives the displayed generating function.

step 2.1L1algebra
4.1

As a consistency check, [L2] applied to the displayed matrix makes 1+x1T(IxA)11 equal to the same quotient; the leading 1 counts the empty word.

step 1.1L2algebra
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-16Open item page →

A recurrence over Q can require a proper splitting field for its exponential closed form

Statement refuted

Every constant-coefficient recurrence over Q has its characteristic-root exponential closed form over Q, without passing to a proper splitting field.

Facts & Assumptions

Given: The sequence defined by a0=0, a1=1, and an+2+an=0.

[L1]

A recurrence beginning at zero is represented by its rational formal generating function (A coefficient sequence is eventually linearly recurrent if and only if its formal generating function is rational).

[L2]

The polynomial-times-exponential form is asserted over a named splitting field of the recurrence characteristic polynomial (Over a named splitting field in characteristic zero, repeated characteristic roots give polynomial-times-exponential closed forms).

Counterexample

technique · explicit splitting field
1.1

Multiplying A(x)=n0anxn by 1+x2 and using the recurrence leaves x, so [L1] gives A(x)=x/(1+x2) over Q.

givenL1algebra
1.2

The characteristic polynomial t2+1 has no root in Q, but in Q(i) it factors as (ti)(t+i). Thus a pure-exponential expression using its characteristic roots cannot be written with bases in Q.

algebra
2.1

Applying [L2] in the splitting field and matching a0=0,a1=1 gives an=(in(i)n)/(2i). Its first four values are 0,1,0,1, which satisfy the given recurrence.

step 1.2L2algebra
3.1

This rational recurrence over Q therefore requires the proper splitting field Q(i) for its characteristic-root exponential form, refuting the claim.

step 1.1step 1.2step 2.1
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

FALSE: The recurrence coefficients alone determine the sequence

Statement

False claim. The coefficients of a constant-coefficient linear recurrence determine its sequence without any initial values.

Facts & Assumptions

Given: The recurrence an+2=an+1+an.

[L1]

For a fixed order-d recurrence, every choice of d initial values determines exactly one recurrence sequence (d initial values determine a sequence satisfying a fixed order-d recurrence).

Refutation

technique · two initial-value witnesses
1.1

With initial pair (a0,a1)=(0,0), the recurrence gives the zero sequence. With initial pair (b0,b1)=(0,1), it gives 0,1,1,2,3,.

givenalgebra
2.1

The two sequences obey exactly the same recurrence coefficients but differ at index one. This is consistent with [L1], which requires the two initial values in addition to the coefficients, and it refutes the claim.

step 1.1L1
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-16Open item page →

FALSE: A split characteristic polynomial always gives a linear combination of pure exponentials

Statement

False claim. If the characteristic polynomial of a linear recurrence splits, then every solution is a linear combination of pure exponentials λn, with no polynomial factors in n.

Facts & Assumptions

Given: The sequence an=n over Q.

[L1]

A root of multiplicity m contributes a polynomial in n of degree below m times the corresponding exponential (Over a named splitting field in characteristic zero, repeated characteristic roots give polynomial-times-exponential closed forms).

[L2]

Refutation

technique · repeated-root counterexample
1.1

Direct calculation gives an+22an+1+an=0, so the characteristic polynomial is (t1)2, which splits over Q.

givenalgebra
2.1

A linear combination of pure exponentials supplied only by the characteristic root 1 is constant, whereas an=n is not. Thus no such pure-exponential expression exists.

step 1.1algebra
3.1

The required degree-one factor is exactly the repeated-root term permitted by [L1]; equivalently, [L2] with λ=1 gives coefficients n+1, whose one-step shift yields n.

step 1.1L1L2
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

n0n!xn is a formal power series that is not rational over Q

Statement refuted

Every formal power series over Q is rational.

The series F(x)=n0n!xn is a counterexample.

Facts & Assumptions

Given: The formal series F(x)=n0n!xnQx.

[L1]

A formal series over a field is rational if and only if its coefficient sequence satisfies an eventual constant-coefficient recurrence (A coefficient sequence is eventually linearly recurrent if and only if its formal generating function is rational).

[L2]

A nonzero polynomial of degree d over an integral domain has at most d distinct roots (A nonzero polynomial of degree n over an integral domain has at most n distinct roots).

Counterexample

technique · contradiction by polynomial degree
1.1

Suppose F were rational. By [L1] its coefficient sequence would satisfy an eventual constant-coefficient recurrence. That recurrence cannot have order zero, since an eventual order-zero recurrence makes the sequence eventually zero while n!0 in Q for every n. So there would be d1, coefficients c1,,cdQ with cd0, and an index N such that (n+d)!+c1(n+d1)!++cdn!=0 for every nN.

assume-contraL1
2.1

Divide the relation by the nonzero integer n!. It says that the polynomial P(z)=(z+1)(z+d)+c1(z+1)(z+d1)++cd1(z+1)+cd vanishes at every integer z=nN.

step 1.1algebra
3.1

The polynomial P has degree d and leading coefficient 1, so it is nonzero. But step 2.1 gives it more than d distinct rational roots, contradicting [L2].

step 2.1L2algebra
4.1

Therefore the coefficient sequence is not eventually recurrent and [L1] shows that F(x) is not rational. This argument is entirely formal and uses no convergence claim.

step 3.1L1discharge-contradiction
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16Open item page →

FALSE: The transfer-matrix identity requires a spectral-radius or convergence hypothesis

Statement

False claim. The identity (IxA)1=n0Anxn used by the transfer-matrix method requires an analytic convergence or spectral-radius hypothesis.

Facts & Assumptions

Given: A square matrix A over an arbitrary commutative ring R.

[L1]

In Mp(Rx), the coefficientwise geometric series is a two-sided inverse of IxA (Formally, (IxA)1=n0Anxn over every commutative coefficient ring).

[L2]

For a finite weighted directed multigraph over a commutative ring with p1 vertices and transfer matrix A, the walk generating functions are the entries of (IpxA)1, equal to cofactors of IpxA divided by its determinant (Transfer-matrix theorem: weighted-walk generating functions are cofactors of IxA divided by det(IxA)).

Refutation

technique · formal coefficient calculation
1.1

Multiplying (IxA) by n0Anxn, the constant coefficient is I and each positive coefficient is AnAAn1=0; the same calculation works on the other side. This is the identity in [L1].

givenL1algebra
2.1

Every coefficient uses only finitely many ring operations, and the constant matrix coefficient of IxA is the invertible matrix I. No topology, norm, absolute value, or limiting operation occurs.

step 1.1
3.1

In the transfer-matrix setting itself — a finite weighted digraph over R with p1 vertices and transfer matrix A — [L2] reads the walk generating functions off this same formal inverse, again with no analytic hypothesis. So the transfer-matrix identity remains valid over every commutative coefficient ring regardless of spectral radius. This refutes the claim.

step 1.1step 2.1L2

Sources