Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-09-01
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.

Jacobi and Gauss-Seidel splittings can be compared by the spectral radii of their iteration matrices

Example

For

A=(4123),b=(11),x0=(00),

compare the Jacobi splitting with

MJ=(4003),NJ=(0120),

and the Gauss-Seidel splitting with

MG=(4023),NG=(0100).

The Gauss-Seidel iteration matrix has the smaller spectral radius and the faster visible error decay on this system.

Facts & Assumptions

Given: The two displayed splittings of the same system.

[F1]

A stationary splitting has iteration matrix B=M1N (Stationary iteration from a matrix splitting A=MN).

[L1]

A stationary splitting converges for every start exactly when ρ(B)<1 (A stationary splitting converges for every start if and only if its iteration matrix has spectral radius below 1).

Verification

technique · direct calculation
1.1

By [F1], BJ=MJ1NJ=(01/42/30),BG=MG1NG=(01/401/6). The eigenvalues of BJ are ±1/6, so ρ(BJ)=1/6, while the eigenvalues of BG are 0 and 1/6, so ρ(BG)=1/6. Both are below 1, and Gauss-Seidel has the smaller spectral radius.

F1L1algebra
2.1

The exact solution is x=(1/5,1/5)T. Jacobi gives x1(J)=(1/41/3),x2(J)=(1/61/6), so x1(J)x=215,x2(J)x=130. Gauss-Seidel gives x1(G)=(1/41/6),x2(G)=(5/247/36), so x1(G)x=120,x2(G)x=1120. Thus the splitting with smaller spectral radius also shows faster observed error decay here, consistent with [L1].

L1step 1.1algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

7 results within two dependency steps 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.

Sources