Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedaudited 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.

Full, reduced, and column-pivoted computational QR factorisations

Definition

Let AMm×n(F) with F=R or C and mn.

A full QR factorisation of A is a factorisation

A=QR,where QMm(F) is orthogonal or unitary and RMm×n(F) is upper trapezoidal. A reduced QR factorisation is a factorisationA=Q^R^,where Q^Mm×n(F) has orthonormal columns (Q^Q^=In) and R^Mn(F) is upper triangular. A column-pivoted QR factorisation is a factorisationAΠ=Q^R,

where Π is a permutation matrix acting on columns, Q^ has orthonormal columns, and R is upper trapezoidal or upper triangular according to whether the full or reduced form is used. Computationally, one obtains these factorisations by successive Householder reflectors or Givens transformations that zero entries below the diagonal, with the pivoted version choosing the next column after a permutation.

Depends on

Used by

Dependency tree · two levels

14 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