Alphabeta Math
PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck 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.

Reduced QR gives the full-column and full-row-rank pseudoinverse formulas without forming normal equations

Statement

  1. If AMm×n(F) has full column rank and A=Q^R^ is a reduced QR factorisation, then A+=R^1Q^.
  2. If A has full row rank and A=Q^R^ is a reduced QR factorisation of A, then A+=Q^R^.

Facts & Assumptions

Given: A compatible reduced QR factorisation.

[L1]

A reduced QR factorisation is A=Q^R^ with Q^Q^=I and R^ square upper triangular (Full, reduced, and column-pivoted computational QR factorisations).

[L2]

In the full-column-rank case, A+=(AA)1A (If A has full column rank, then A+=(AA)1A).

[L3]

In the full-row-rank case, A+=A(AA)1 (If A has full row rank, then A+=A(AA)1).

Proof

technique · direct
1.1

Suppose A has full column rank and A=Q^R^. By [L1], AA=R^Q^Q^R^=R^R^. Using [L2], A+=(AA)1A=(R^R^)1R^Q^=R^1Q^.

L1L2algebra
2.1

Suppose now that A has full row rank and A=Q^R^ is a reduced QR factorisation of A. Applying step 1.1 to A gives (A)+=R^1Q^. Taking adjoints yields A+=((A)+)=Q^R^.

L1L3step 1.1algebra
3.1

These are exactly the reduced-QR pseudoinverse formulas.

step 1.1step 2.1

Depends on

Used by

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