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.

Vandermonde conditioning improves after centering and scaling the nodes

Example

Interpolating a linear polynomial through two points whose nodes are t0=100 and t1=101 is the Vandermonde system V(t0,t1)c=y with V(t0,t1)=(1t01t1), which has κ=20502. Centering and scaling the nodes to s0=1/2 and s1=1/2 through the affine change of variable t=s+201/2 gives the equivalent system for the same interpolation task with κ=3. Conditioning is a property of the chosen coordinates, not of the underlying interpolation problem.

Facts & Assumptions

Given: The nodes t0=100, t1=101 and their images s0=1/2, s1=1/2 under t=s+201/2, and the Vandermonde matrices V(t0,t1)=(1t01t1), V(s0,s1)=(1s01s1).

[L1]

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

[L3]

For a nonsingular 2×2 matrix M=(abcd), M1=(adbc)1(dbca).

Verification

technique · direct
1.1

For the node pair (t0,t1)=(100,101), the determinant is 101100=1, and [L3] gives V(t0,t1)1=(10110011).

L3algebra
1.2

By [L2], V(100,101)=max{101,102}=102 and V(100,101)1=max{201,2}=201, so [L1] gives κ=102201=20502.

L1L2algebra
1.3

For the centered and scaled pair (s0,s1)=(1/2,1/2), the determinant is 1/2(1/2)=1, and [L3] gives V(s0,s1)1=(1/21/211).

L3algebra
1.4

By [L2], V(s0,s1)=max{3/2,3/2}=3/2 and V(s0,s1)1=max{1,2}=2, so [L1] gives κ=(3/2)2=3.

L1L2algebra
2.1

The change of variable t=s+201/2 maps s0 to 100 and s1 to 101, and interpolating the same data (ti,yi) in the coordinate t is the system V(t0,t1)c=y while interpolating it in the coordinate s is V(s0,s1)c=y with c0=c0+(201/2)c1 and c1=c1; the two systems represent the same polynomial task, yet their condition numbers are 20502 and 3.

step 1.2step 1.4algebra
3.1

Steps 1.2 and 1.4, read through step 2.1, show that centering and scaling the nodes improves the conditioning of the same interpolation problem by four orders of magnitude.

step 2.1

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