Alphabeta Math
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.

9 results · all verified · 5 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 4 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Matrix Differentiation and First-order Spectral Perturbation: Examples and Counterexamples

1 · Prerequisites

2 · Summary

These examples keep the domain restrictions honest. The determinant and inverse formulas separate the adjugate identity from Jacobi's invertible-locus specialization, and the spectral examples track exactly how the first-order formulas depend on simplicity and on a chosen eigenvector gauge.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

Differentiating the inverse of a 2×2 matrix reproduces the closed formula entrywise

Example

Take

A=(2001),H=(1001).

Then

A1=(12001),A1HA1=(14001).

The direct first-order expansion of (A+tH)1 has the same linear term.

Facts & Assumptions

Given: The displayed matrices A and H.

[L1]

On the invertible locus, Dinv(A)[H]=A1HA1 (On the invertible locus, Dinv(A)[H]=A1HA1).

Verification

technique · direct
1.1

Since A+tH=diag(2+t,1t), one has (A+tH)1=diag ⁣(12+t,11t)=(1214t001+t)+O(t2). Also direct multiplication gives A1HA1=(14001).

algebra
2.1

Step 1.1 shows that the coefficient of t in the exact inverse expansion is (14001), which is exactly A1HA1. This matches [L1] entry by entry.

L1step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

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
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

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
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

For a nonnormal matrix, the simple eigenvalue derivative uses distinct left and right eigenvectors

Example

Let

A=(1102),H=(0010).

For the simple eigenvalue λ=1, a right eigenvector is x=e1 and a left eigenvector is y=(1,1)T, with yx=1. Therefore

Dλ(A)[H]=yHx=1,

whereas the Hermitian-style expression xHx would give 0.

Facts & Assumptions

Given: The matrices A and H above.

[L1]

For a simple eigenvalue normalized by yx=1, the derivative is Dλ(A)[H]=yHx (Along a differentiable matrix path, a simple eigenvalue satisfies λ=yAx under the normalization yx=1).

Verification

technique · direct
1.1

One checks directly that Ae1=e1, so x=e1 is a right eigenvector for λ=1. Also (1,1)A=(1,1), so y=(1,1)T is a compatible left eigenvector and yx=1.

algebra
2.1

Therefore [L1] gives Dλ(A)[H]=yHx=(1,1)(01)=1. But xHx=e1He1=0, so the nonnormal case genuinely uses distinct left and right eigenvectors.

L1step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

For a Hermitian family, the first derivative of a simple eigenvalue is the corresponding Rayleigh quotient direction

Example

Let

A(t)=(1003)+t(2110).

At t=0, the simple eigenvalue λ=1 has unit eigenvector x=e1, so

λ(0)=xA(0)x=e1(2110)e1=2.

Facts & Assumptions

Given: The Hermitian family A(t) above.

[L1]

For a Hermitian simple eigenvalue, the derivative simplifies to xAx (For a Hermitian simple eigenvalue, one may take y=x and the first-order formulas simplify accordingly).

Verification

technique · direct
1.1

The base matrix A(0)=diag(1,3) is Hermitian, and its simple eigenvalue 1 has unit eigenvector e1.

algebra
2.1

Applying [L1] gives λ(0)=e1A(0)e1=2. This is exactly the Rayleigh quotient of the perturbation in the eigenvector direction.

L1step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

Different gauge choices change the eigenvector derivative but not the eigenvalue derivative or projector derivative

Example

Let

A(t)=(1t02).

For the eigenvalue 2, one right eigenvector branch is x1(t)=(t,1)T, which fixes the second component at 1; another is

x2(t)=11+t(t,1)T,

which fixes the sum of the components at 1. Then

x1(0)=(10),x2(0)=(11)=x1(0)x1(0).

So the eigenvector derivative depends on the gauge, even though the eigendirection and the spectral projector do not.

Facts & Assumptions

Given: The family A(t) and the eigenvalue branch λ(t)2.

[L1]

Different fixed gauges give eigenvector derivatives determined only up to addition of a multiple of the eigenvector, while the spectral projector derivative is gauge-invariant (In a fixed gauge, the derivative of a simple right eigenvector is obtained by applying the reduced resolvent to the perturbation, The derivative of the simple spectral projector is expressed by the reduced resolvent and the perturbation).

Verification

technique · direct
1.1

Direct multiplication shows A(t)(t,1)T=2(t,1)T, so both displayed branches are valid right eigenvectors for λ=2. Differentiating gives the displayed derivatives at t=0.

algebra
2.1

The difference is x2(0)x1(0)=x1(0), a multiple of the eigenvector itself. Thus the eigenvector derivative depends on the normalization, exactly as [L1] warns. Both branches span the same eigendirection, so they define the same spectral projector.

L1step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-31Open item page →

A 2×2 Jordan block splits into two eigenvalues separated by a square root

Example

At λ=0, the defective family

Aε=(01ε0)

has characteristic polynomial z2ε, so its eigenvalues are ±ε.

Facts & Assumptions

Given: The perturbed Jordan block above.

[L1]

A defective Jordan block can split at square-root scale (A defective Jordan block can split under perturbation at square-root scale).

Verification

technique · direct
1.1

Computing the determinant of zIAε gives z2ε, so the roots are ±ε.

algebra
2.1

The separation between the two eigenvalues is therefore 2ε, not a quantity linear in ε. This is exactly the square-root splitting described in [L1].

L1step 1.1
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

The directional derivative of a simple singular value is the real part of uHv

Example

Take

A=(2001),H=(1100).

The largest singular value is σ=2, with unit left and right singular vectors u=v=e1. Therefore

Dσ(A)[H]=Re(uHv)=1.

Facts & Assumptions

Given: The matrices A and H above.

Verification

technique · direct
1.1

Because A is diagonal with entries 2 and 1, its singular values are 2 and 1. The largest one is simple, with u=v=e1.

algebra
2.1

Applying [L1] gives Dσ(A)[H]=Re(e1He1)=1.

L1step 1.1algebra
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-31Open item page →

At a symmetric crossing, an ordered eigenvector branch cannot remain differentiable

Statement refuted

Across a symmetric eigenvalue crossing, one can keep the ordered eigenvector branch differentiable by a clever normalization.

The family

A(t)=(t00t)

shows that no normalization can fix the fact that the top eigendirection swaps from span{e2} to span{e1} at t=0.

Facts & Assumptions

Given: The symmetric crossing family A(t)=(t00t).

[L1]

An ordered eigenvector branch need not be differentiable through a crossing (An ordered eigenvector branch need not extend differentiably through an eigenvalue crossing).

Counterexample

technique · direct
1.1

For t<0, the larger eigenvalue is t with eigendirection span{e2}, while for t>0 the larger eigenvalue is t with eigendirection span{e1}.

algebra
2.1

Any normalization still has to represent those two different eigendirections on the two sides of the crossing, so the ordered branch cannot be continuous or differentiable through t=0. This is exactly the phenomenon recorded in [L1].

L1step 1.1

Sources