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.

The adjugate formula still differentiates the determinant at a singular matrix, while Jacobi's inverse form does not

Example

Let

H=(h11h12h21h22).

At the invertible matrix I2, one has Ddet(I2)[H]=h11+h22=tr(H). At the singular matrix S=diag(1,0), one has

det(S+tH)=th22+O(t2),

so Ddet(S)[H]=h22=tr(adj(S)H), but Jacobi's formula cannot even be written because S1 does not exist.

Facts & Assumptions

Given: The direction matrix H, the identity I2, and the singular matrix S=diag(1,0).

[L1]

The determinant differential is tr(adj(A)H) for every A, while Jacobi's inverse form needs A invertible (The determinant differential is Ddet(A)[H]=tr(adj(A)H) at every matrix, and Jacobi's formula holds on the invertible locus).

Verification

technique · direct
1.1

At A=I2, one has adj(I2)=I2, so [L1] gives Ddet(I2)[H]=tr(H)=h11+h22.

L1algebra
2.1

At S=diag(1,0), det(S+tH)=det(1+th11th12th21th22)=th22+t2(h11h22h12h21), so Ddet(S)[H]=h22. Since adj(S)=diag(0,1), this is tr(adj(S)H), exactly as [L1] predicts. But S1 does not exist, so Jacobi's inverse-locus formula is unavailable.

L1algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

5 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