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.

Ridge regularisation damps the small-singular-value directions in a diagonal inverse problem

Example

Let

A=diag(1,102),b=[11],λ=102.

Then the pseudoinverse gives (1,100)T, whereas the Tikhonov solution is

xλ=[11+λ102104+λ]=[100101100101].

Facts & Assumptions

Given: The diagonal matrix A, the vector b, and the parameter λ=102.

[L1]

Tikhonov regularisation scales the ith singular direction by σi/(σi2+λ) (Tikhonov regularisation scales each singular component by the filter factor σ/(σ2+λ)).

Verification

technique · computation
1.1

The singular values are 1 and 102, so the unregularised pseudoinverse multiplies the second component of b by 102, producing the large coefficient 100.

algebra
1.2

By [L1], the Tikhonov filter factors are 11+λ=100101,102104+λ=100101, so the regularised solution is the displayed vector.

L1algebra
2.1

Step 1.2 shows that the small singular direction is strongly damped: the unstable coefficient 100 is replaced by 100/101.

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.