Alphabeta Math
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31
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.

Equal dominant moduli can make power iteration alternate or cycle instead of converging

Statement refuted

Refuted claim: power iteration converges whenever a matrix has an eigenvalue of largest modulus.

Let

A=diag(1,1),x0=12[11].

Then the power iteration alternates between two vectors and does not converge.

Facts & Assumptions

Given: The diagonal matrix A and start vector x0 from the statement.

[L1]

Power iteration is the recurrence xk+1=Axk/Axk2 (Power iteration with normalisation and Rayleigh-quotient eigenvalue estimates).

Counterexample

technique · direct
1.1

Since A is diagonal with entries 1 and 1, x1=12[11],x2=12[11]=x0.

L1algebra
2.1

Therefore x2k=x0 and x2k+1=x1 for every k0. The sequence is periodic of period 2, so it does not converge.

step 1.1algebra
3.1

The matrix has dominant modulus 1, but equal dominant moduli prevent convergence here, refuting the claim.

step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · one level

1 result within one dependency step of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.