Alphabeta Math
CounterexampleConstruction: AI-generatedVerification: 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.

A nonsymmetric invertible matrix does not fit the CG orthogonality and minimization theory

Statement refuted

The CG orthogonality and minimization theory applies to every invertible matrix.

Facts & Assumptions

Given: The CG recurrence and the GMRES affine-Krylov residual minimizer.

[F1]

To test the proposed extension outside the Hermitian positive-definite domain, define the attempted algebraic updates αk=rkTrkpkTApk,xk+1=xk+αkpk,rk+1=rkαkApk,pk+1=rk+1+βkpk with p0=r0 and βk=(rk+1Trk+1)/(rkTrk). These repeat the formulas used by CG on its legitimate domain (The conjugate-gradient recurrence); they are not claimed to constitute a run under that definition for nonsymmetric A.

[L1]

GMRES is the residual minimizer over an affine Krylov space for a general matrix (The GMRES iterate as the residual minimizer over an affine Krylov space).

Counterexample

technique · direct calculation
1.1

Take A=(1101),b=(01),x0=(00). Then A is invertible but not symmetric. From [F1], r0=p0=(01),α0=11=1,x1=(01),r1=bAx1=(10). Also β0=r1Tr1r0Tr0=1,p1=r1+β0p0=(11).

F1algebra
2.1

Now p0TAp1=(0,1)(01)=10. So the search directions fail the basic A-conjugacy identity already at the second direction, and the SPD CG theory cannot be transplanted to this nonsymmetric matrix. The appropriate general method here is the affine-Krylov residual minimizer named in [L1], not CG's Hermitian positive-definite theory.

L1step 1.1algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

5 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