Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedPipeline-generatedprecheck passaudited 2026-08-29
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.

Normal equations square the conditioning compared with QR on a badly scaled least-squares problem

Example

For ε=108 the badly scaled least-squares matrix

A=(100ε00)

has κ2(A)=108, while its normal-equation matrix ATA=diag(1,ε2) has κ2(ATA)=1016=κ2(A)2. A Gram–Schmidt (QR) route works with the upper triangular R whose singular values equal those of A, so it keeps the conditioning at κ2(A)=108 instead of squaring it.

Facts & Assumptions

Given: The matrix A=(100ε00) with ε=108>0, and the least-squares problem of minimising Axb2.

[L1]

For full-column-rank A with singular values σ1σn>0, the normal-equation matrix satisfies κ2(ATA)=κ2(A)2 where κ2(A)=σ1/σn (For full-column-rank A, the normal equations square the spectral condition number).

[L2]

Gram–Schmidt orthonormalisation applied to the independent columns of A produces orthonormal columns q1,q2 spanning the same column space (Gram–Schmidt turns every finite independent list into an orthonormal list with the same successive spans).

Verification

technique · direct
1.1

The columns of A are orthogonal and have norms 1 and ε. Writing A=UΣVT with U=[e1 e2], V=I2, and the 2×2 matrix Σ=diag(1,ε) shows that the singular values are the diagonal entries 1 and ε of Σ.

algebra
1.2

By [L2], Gram-Schmidt applied to the columns a1=(1,0,0)T and a2=(0,ε,0)T returns the already orthogonal unit vectors q1=(1,0,0)T and q2=(0,1,0)T after scaling by their norms. Writing Q=[q1 q2], one has A=QR with R=QTA=diag(1,ε).

L2algebraconstruct
2.1

Hence κ2(A)=1/ε=108, and ATA is the 2×2 diagonal matrix diag(1,ε2), whose singular values are 1 and ε2.

step 1.1algebra
2.2

By step 1.2, R=diag(1,ε), so its singular values are 1 and ε and therefore κ2(R)=1/ε=108.

step 1.2algebra
3.1

By [L1], κ2(ATA)=κ2(A)2=1016: forming the normal equations squares the conditioning of the least-squares problem.

L1step 2.1
4.1

Steps 3.1 and 2.2 compare the two routes on the same badly scaled problem: the normal-equation matrix carries condition number 1016, the square of κ2(A), while the Gram–Schmidt triangular factor R carries 108, the original conditioning of the problem.

step 3.1step 2.2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

12 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