Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 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.

One unshifted QR step and one shifted QR step on the same symmetric matrix show the role of the shift

Example

Let

A=[3112].

One unshifted QR step produces

A1=[72121232],

while a shifted QR step with μ=32 produces

A~1=[47131131131813].

The shifted step reduces the off-diagonal entry from 1/2 to 1/13.

Facts & Assumptions

Given: The symmetric matrix A and the shift μ=3/2.

[L1]

Unshifted and shifted QR steps are defined by the factorisations A=QR, A1=RQ and (AμI)=QR, A~1=RQ+μI (Unshifted QR iteration, shifted QR iteration, deflation, and the Wilkinson shift).

Verification

technique · computation
1.1

For the unshifted step, a QR factorisation of A gives Q=110[3113],R=110[10505], so [L1] yields A1=RQ=[7/21/21/23/2].

L1algebra
1.2

For the shifted step, A32I=[321112], and a QR factorisation gives Q=113[3223]. Using [L1] again gives A~1=[47/131/131/1318/13].

L1algebra
2.1

Comparing steps 1.1 and 1.2 shows the effect of the shift: the off-diagonal magnitude drops from 1/2 to 1/13 in a single step.

step 1.1step 1.2

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

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