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 symmetric indefinite matrix can make the CG denominator vanish or change sign before convergence

Statement refuted

Symmetry alone is enough for the CG denominator test: for every symmetric invertible matrix, every nonconverged CG step has pkTApk>0.

Facts & Assumptions

Given: The CG recurrence and the positive-denominator theorem for Hermitian positive-definite matrices.

[F1]

To test the proposed extension outside the positive-definite domain, define the attempted first search direction by p0:=r0:=bAx0 and inspect the attempted denominator p0TAp0. These are the same algebraic formulas used by CG on its legitimate domain (The conjugate-gradient recurrence); this fact does not assert that the cited definition applies to an indefinite matrix.

[L1]

For Hermitian positive-definite matrices, every nonconverged CG denominator is positive (Before convergence, every CG denominator pkApk is positive).

Counterexample

technique · direct calculation
1.1

Take A=(1001),b=(11),x0=(00). Then A is symmetric and invertible but indefinite. By [F1], r0=p0=b=(11), so p0TAp0=(1,1)(1001)(11)=(1,1)(11)=0. Yet r00, so the method has not converged.

F1algebra
2.1

Step 1.1 shows that the first CG denominator can fail to be positive even before convergence. Therefore the refuted statement is false. The contrast with [L1] isolates the missing hypothesis: positive definiteness, not mere symmetry, is load-bearing.

L1step 1.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

4 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