Alphabeta Math
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 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.

Invertible preconditioners give equivalent linear systems, with the transformed residuals and errors written explicitly

Statement

Let Ax=b be a linear system. In the error formulas in parts 2 and 3, assume x is a solution of Ax=b and put e:=xx. The corresponding transformed exact solutions are denoted by y.

  1. If PGLn(F) and P1Ax=P1b, then the left-preconditioned system has exactly the same solution set as Ax=b. Its residual is r~=P1r, where r=bAx.
  2. If PGLn(F) and y:=Px, then AP1y=b is equivalent to Ax=b. Its residual is the same physical residual r^=bAP1y=r, and its error is e^=yy=Pe, where y:=Px.
  3. If M=CC is Hermitian positive definite and y:=Cx, then C1ACy=C1b is equivalent to Ax=b. Its residual is rsym=C1r, and its error is esym=yy=Ce, where y:=Cx.

Facts & Assumptions

Given: A linear system Ax=b, the left, right, and symmetric preconditioned forms from the definition, and, when an error formula is used, a solution x of Ax=b.

[F1]

Left, right, and symmetric preconditioning are exactly the transformed systems P1Ax=P1b,AP1y=b,C1ACy=C1b with the accompanying variable changes (Left preconditioning, right preconditioning, and symmetric preconditioning of a linear system).

[L1]

An invertible matrix has a two-sided inverse (Invertible matrices and the general linear group GLn(F)).

Proof

technique · direct
1.1

For left preconditioning, [L1] implies Ax=b    P1Ax=P1b. For any trial vector x, the transformed residual is P1bP1Ax=P1(bAx)=P1r.

F1L1algebra
1.2

For right preconditioning, put y=Px, so x=P1y by [L1]. Then Ax=b    AP1y=b. The right-preconditioned residual is bAP1y=bAx=r, and if y=Px then yy=P(xx)=Pe.

F1L1algebra
2.1

For symmetric preconditioning, [F1] writes x=Cy, equivalently y=Cx. Therefore Ax=b    C1ACy=C1b. If y=Cx, then C1bC1ACy=C1(bAx)=C1r, and yy=C(xx)=Ce. Thus each transformed system is equivalent to the original one, with the displayed residual and error maps.

F1L1algebra

Depends on

Used by

Dependency tree · two levels

6 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