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

✓ 7 results · all verified · 2 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 5 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Eigenvalues and the Characteristic Polynomial: Examples and Counterexamples

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-13Open item page →

The matrix (2103) has characteristic polynomial (x−2)(x−3) and two explicitly computed eigenspaces

Example

Over R, let

A=(2103).

Then χA(x)=(x−2)(x−3), E2(A)=span⁡{(1,0)}, and E3(A)=span⁡{(1,1)}.

Verification

technique · direct computation
1.1

By [L1], χA(x)=det⁡(x−2−10x−3)=(x−2)(x−3).

L1algebra
1.2

The equation (A−2I)(u,v)=(v,v)=(0,0) gives v=0, hence E2(A)={(u,0):u∈R}=span⁡{(1,0)}.

L2algebra
1.3

The equation (A−3I)(u,v)=(−u+v,0)=(0,0) gives v=u, hence E3(A)=span⁡{(1,1)}.

L2algebra
2.1

The two nonzero spanning vectors also directly exhibit both roots as eigenvalues.

step 1.1step 1.2step 1.3L2∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A quarter-turn of R2 has characteristic polynomial x2+1 and no real eigenvalue

Example

The real quarter-turn

A=(0−110)

has χA(x)=x2+1 and empty real spectrum.

Facts & Assumptions

Given: The displayed matrix, acting on R2.

[L1]

The spectrum over the base field is exactly the root set in that field of the characteristic polynomial (For every finite-dimensional space, σF(T) is exactly the set of roots in F of χT).

[L2]

Every real square is nonnegative (Squares of nonzero elements are positive).

Verification

technique · direct computation
1.1

Directly, χA(x)=det⁡(x1−1x)=x2+1.

algebra
2.1

For every x∈R, [L2] gives x2+1≥1>0, so χA has no real root.

step 1.1L2algebra
3.1

By [L1], A has no real eigenvalue, despite acting on a nonzero real space.

step 2.1L1∎
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

(0111) over F2 has characteristic polynomial x2+x+1 and no eigenvalue in its base field

Example

Over F2, the matrix

A=(0111)

has characteristic polynomial x2+x+1 and no eigenvalue in F2.

Facts & Assumptions

Given: The displayed matrix over F2=Z/2Z.

[L1]

Since 2 is prime, Z/2Z is a field, whose only elements are 0 and 1 (For every prime p, the two operations on Z/p make it a field).

[L2]

The spectrum over the base field is exactly the root set in that field of the characteristic polynomial (For every finite-dimensional space, σF(T) is exactly the set of roots in F of χT).

Verification

technique · exhaustive finite computation
1.1

In F2[x], χA(x)=det⁡(x−1−1x−1)=x(x−1)−1=x2+x+1.

L1algebra
2.1

By [L1], the only candidate roots are 0 and 1, and χA(0)=1 while χA(1)=1+1+1=1 in F2.

step 1.1L1algebra
3.1

Thus χA has no root in its base field, and [L2] gives σF2(A)=∅.

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

(2102) has algebraic multiplicity two but geometric multiplicity one at 2

Example

For

A=(2102)∈M2(R),

the eigenvalue 2 has algebraic multiplicity 2 and geometric multiplicity 1.

Facts & Assumptions

Given: The displayed real matrix A.

[L1]

Algebraic multiplicity is the exponent of x−λ in the characteristic polynomial, and geometric multiplicity is dim⁡ker⁡(A−λI) (Algebraic multiplicity as the exponent of x−λ in χT, and geometric multiplicity as dim⁡Eλ(T)).

Verification

technique · direct computation
1.1

One has χA(x)=det⁡(x−2−10x−2)=(x−2)2, so [L1] gives algebraic multiplicity 2.

L1algebra
1.2

Since (A−2I)(u,v)=(v,0), its kernel is {(u,0):u∈R}, a one-dimensional space.

L1algebra
2.1

Thus the geometric multiplicity is 1<2, so the general multiplicity inequality can be strict.

step 1.1step 1.2L1∎
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The scalar matrix 2I2 has algebraic and geometric multiplicity two at 2

Example

Over any field F, the scalar matrix A=2I2 has algebraic and geometric multiplicity 2 at the scalar 2∈F.

Facts & Assumptions

Given: The matrix A=2I2∈M2(F).

[L1]

Algebraic multiplicity is the exponent of x−λ in the characteristic polynomial, and geometric multiplicity is dim⁡ker⁡(A−λI) (Algebraic multiplicity as the exponent of x−λ in χT, and geometric multiplicity as dim⁡Eλ(T)).

Verification

technique · direct computation
1.1

Since xI2−A=(x−2)I2, one has χA(x)=(x−2)2, so the algebraic multiplicity is 2.

L1algebra
1.2

Since A−2I2=0, its kernel is all of F2, which has dimension 2 by [L2]. Thus the geometric multiplicity is 2.

L1L2algebra
2.1

Both multiplicities therefore equal 2, including in characteristic 2, where the scalar denoted 2 is 0.

step 1.1step 1.2∎
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

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+Fm−1 for m≥1. Then, over any field and for every m≥1,

Am=FmA+Fm−1I2,

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)=x2−x−1 and A2=(2111)=A+I2, agreeing with [L1]. For m=1, A=F1A+F0I2; for m=2, A2=F2A+F1I2.

baseL1algebra
2.1

Assume m≥2 and Am=FmA+Fm−1I2. Multiplication by A and A2=A+I2 give Am+1=FmA2+Fm−1A=(Fm+Fm−1)A+FmI2=Fm+1A+FmI2.

ihstep 1.1algebra
3.1

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

step 1.1step 2.1discharge-induction∎
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

FALSE: substituting a fixed matrix A for x defines a ring homomorphism Mn(F[x])→Mn(F)

Statement refuted

Refuted claim: For a fixed A∈Mn(F), the coefficientwise rule ∑kCkxk↦∑kCkAk is a ring homomorphism Mn(F[x])→Mn(F).

This is the invalid substitution step in a familiar pseudo-proof of Cayley-Hamilton; the actual theorem Cayley-Hamilton: every finite-dimensional endomorphism satisfies its characteristic polynomial, χT(T)=0 requires a coefficient-comparison argument.

Facts & Assumptions

Given: Work over any field F and take A=diag⁡(1,0) and B=E12 in M2(F).

[L1]

Matrix multiplication over a commutative ring is defined by finite row-column sums, and the identity matrix has 1 on its diagonal and 0 elsewhere (Entrywise ring-matrix operations, rectangular matrix products, identity matrices and transpose).

Refutation

technique · explicit counterexample
1.1

In M2(F[x]), the row-column formula [L1] and commutativity of F[x] give (xI2)B=B(xI2)=xB.

L1algebra
2.1

The coefficientwise rule has E(xI2)=A, E(B)=B, and E((xI2)B)=E(xB)=BA=0, whereas E(xI2)E(B)=AB=B.

step 1.1givenalgebra
3.1

Since B≠0, step 2.1 shows E((xI2)B)≠E(xI2)E(B). The coefficientwise substitution rule is therefore not multiplicative and hence is not a ring homomorphism.

step 2.1∎

Sources