Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedPipeline-generatedprecheck passaudited 2026-08-29
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.

Low-order Hilbert matrices already have large condition numbers

Example

The Hilbert matrices Hn with entries (Hn)ij=1/(i+j+1) for 0i,j<n are already severely ill conditioned at order two and three:

κ(H2)=27,κ(H3)=748.

The point is not asymptotic growth but that the ill conditioning appears at the smallest possible orders.

Facts & Assumptions

Given: The Hilbert matrices H2=(11/21/21/3) and H3=(11/21/31/21/31/41/31/41/5).

[L1]

κp(A)=ApA1p (The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system).

Verification

technique · direct
1.1

The inverse of H2 is H21=(46612): multiplying, (H2H21)00=43=1, (H2H21)01=6+6=0, (H2H21)10=22=0 and (H2H21)11=3+4=1.

algebra
1.2

By [L2], H2=1+1/2=3/2 and H21=max{4+6,6+12}=18, so [L1] gives κ(H2)=(3/2)18=27.

L1L2algebra
1.3

The inverse of H3 is H31=(936303619218030180180), as a direct multiplication verifies: the first column against the rows of H3 gives 918+10=1, 9/212+15/2=0, 39+6=0, and the other six entries similarly reduce to the identity matrix.

algebra
1.4

By [L2], H3=1+1/2+1/3=11/6, and the row sums of H31 are 9+36+30=75, 36+192+180=408 and 30+180+180=390, so H31=408; [L1] gives κ(H3)=(11/6)408=748.

L1L2algebra
2.1

Steps 1.2 and 1.4 exhibit condition numbers 27 and 748 at orders 2 and 3: the Hilbert family is badly conditioned from the start.

step 1.2step 1.4

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

8 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