Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedPipeline-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-30
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.

Reduced QR avoids the condition-number squaring seen in the normal equations

Example

Let A=(10010400),b=(110). Then A already has reduced QR factorisation A=Q^R^ with Q^=(e1,e2) and R^=diag(1,104). The least-squares solution is x=(1,104)T, while κ2(R^)=104 and κ2(ATA)=108.

Facts & Assumptions

Given: The displayed matrix A, vector b, and reduced QR factorisation.

[L1]

Reduced QR solves full-column-rank least squares through R^x=Q^b and avoids the condition-number square of the normal equations (Reduced QR over the reals solves full-column-rank least squares without squaring the condition number).

Verification

technique · direct
1.1

The columns of A are already orthogonal, so Q^=(e1,e2) and R^=diag(1,104) form a reduced QR factorisation. Also Q^b=(1,1)T.

givenalgebra
2.1

Solving R^x=Q^b gives x1=1 and 104x2=1, hence x=(1,104)T. The factor R^ has spectral condition number 104, whereas ATA=diag(1,108) has spectral condition number 108. This is exactly the contrast described in [L1].

step 1.1L1algebra
3.1

Steps 1.1-2.1 verify the example.

step 1.1step 2.1

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