Alphabeta Math
ExampleConstruction: AI-adaptedVerification: 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 small least-squares problem makes the gradient and Hessian formulas explicit

Example

Let

A=(1101),b=(10).

Then

f(x1,x2)=12((x1+x21)2+x22).

Hence

f(x)=(x1+x21x1+2x21),2f=AA=(1112).

Facts & Assumptions

Given: The displayed matrix A and vector b.

[L1]

For f(x)=12Axb22, one has f(x)=A(Axb) and 2f=AA (The Frobenius least-squares objective has gradient A(Axb) and Hessian AA in the vector variable).

Verification

technique · direct
1.1

Expanding the square gives the displayed scalar function. Differentiating entrywise yields x1f=x1+x21 and x2f=x1+2x21, so the gradient is as shown.

algebra
2.1

Also A(Axb)=(1011)(x1+x21x2)=(x1+x21x1+2x21), and AA=(1112). This matches [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.

Sources