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.

A single Householder similarity reduces a 3×3 matrix to Hessenberg form

Example

Let

A=[120345467],Q=[1000354504535].

Then Q is a Householder reflector and

QTAQ=[1658555653502515],

which is upper Hessenberg.

Facts & Assumptions

Given: The matrix A and reflector Q in the statement.

[L1]

Every real or complex square matrix can be reduced to Hessenberg form by a sequence of Householder similarities (Householder similarities reduce a general matrix to upper Hessenberg form and a real symmetric matrix to tridiagonal form).

Verification

technique · computation
1.1

The lower part of the first column of A is (3,4)T, whose Euclidean norm is 5. The reflector Q fixes the first basis vector and sends (3,4)T to (5,0)T.

algebra
2.1

Direct multiplication gives the displayed matrix QTAQ, whose (3,1) entry is 0. Therefore it has no entries below the first subdiagonal, so it is upper Hessenberg. This is the 3×3 instance of [L1].

L1step 1.1algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

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