Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-31
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.

An overdetermined inconsistent system has a unique minimum-norm least-squares solution given by A+b

Example

Take

A=[100111],b=[110].

Then bimA, the least-squares problem is inconsistent, and

A+b=[1313].

Facts & Assumptions

Given: The matrix A and right-hand side b in the statement.

[L1]

Reduced QR gives the pseudoinverse of a full-column-rank matrix without forming normal equations (Reduced QR gives the full-column and full-row-rank pseudoinverse formulas without forming normal equations).

[L2]

Verification

technique · computation
1.1

The columns of A are independent, so A has full column rank. Directly, AA=[2112],(AA)1=13[2112]. Hence A+b=(AA)1Ab=(1/3,1/3)T.

L1algebra
2.1

The residual is r=bAA+b=[232323], so r0 and the system is inconsistent.

step 1.1algebra
3.1

By [L2], the vector from step 1.1 is nevertheless the unique least-squares solution of minimum Euclidean norm.

L2step 1.1step 2.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

9 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.