Alphabeta Math
Session-authored (Fable 5 assisted)
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 · 0 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 9 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Mixed Partials, Taylor Formulae, and Extrema: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Peano's function has unequal mixed partials at the origin

Statement refuted

Refuted: existence of both mixed partial derivatives at a point forces them to be equal.

Facts & Assumptions

Given: f(x,y)=xy(x2y2)/(x2+y2)f(x,y)=xy(x^2-y^2)/(x^2+y^2) away from (0,0)(0,0) and f(0,0)=0f(0,0)=0.

[L1]

Clairaut--Schwarz requires continuous second partial derivatives on a neighbourhood, not merely their existence at one point (Clairaut--Schwarz theorem for continuous second partial derivatives).

Counterexample

Proof

technique · direct
1.1

For y0y\ne0, f(0,y)=0f(0,y)=0, so fy(0,0)=0f_y(0,0)=0; for x0x\ne0, fy(x,0)=xf_y(x,0)=x, hence fxy(0,0)=1f_{xy}(0,0)=1.

givenalgebra
1.2

For x0x\ne0, f(x,0)=0f(x,0)=0, so fx(0,0)=0f_x(0,0)=0; for y0y\ne0, fx(0,y)=yf_x(0,y)=-y, hence fyx(0,0)=1f_{yx}(0,0)=-1.

givenalgebra
2.1

Thus the two mixed partials exist and differ, while the continuity hypothesis in [L1] fails.

step 1.1step 1.2L1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Peano's surface has a strict minimum on every line through the origin but no local extremum

Statement refuted

Refuted: a strict minimum of a function on every line through a point is a local minimum.

Facts & Assumptions

Given: p(x,y)=(y3x2)(yx2)p(x,y)=(y-3x^2)(y-x^2).

Counterexample

Proof

technique · direct
1.1

On a nonvertical line y=mxy=mx, p(x,mx)=x2(m3x)(mx)p(x,mx)=x^2(m-3x)(m-x), which is positive for sufficiently small nonzero xx when m0m\ne0; on y=0y=0 it is 3x4>03x^4>0, and on the vertical line x=0x=0 it is y2>0y^2>0.

givenalgebra
1.2

Along the parabola y=2x2y=2x^2, p(x,2x2)=x4<0p(x,2x^2)=-x^4<0 for x0x\ne0, whereas p(0,0)=0p(0,0)=0.

givenalgebra
2.1

Hence (0,0)(0,0) is a strict linewise minimum but is not a local minimum in the sense of Local and strict local extrema for scalar fields on Euclidean open sets.

step 1.1step 1.2
CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

A smooth flat refinement has a strict minimum on every line through the origin but no local extremum

Statement refuted

Refuted: smoothness together with a strict minimum on every line through a point forces a local minimum.

Facts & Assumptions

Given: r(0)=0r(0)=0, r(x)=e1/x2r(x)=e^{-1/x^2} for x0x\ne0, and q(x,y)=(y3r(x))(yr(x))q(x,y)=(y-3r(x))(y-r(x)).

[L1]

The exponential dominates every polynomial at infinity (The exponential dominates every fixed nonnegative integer power at ++\infty).

Counterexample

Proof

technique · direct
1.1

The flat function rr is smooth at 00: every derivative is a polynomial in 1/x1/x times e1/x2e^{-1/x^2} off 00 and tends to 00 by [L1].

L1algebra
1.2

Along y=2r(x)y=2r(x), q(x,2r(x))=r(x)2<0q(x,2r(x))=-r(x)^2<0 for x0x\ne0.

givenalgebra
2.1

On each line y=mxy=mx, the factor r(x)r(x) is smaller than every positive power of x|x|, so q(x,mx)>0q(x,mx)>0 for sufficiently small nonzero xx; the same holds on y=0y=0.

step 1.1L1algebra
3.1

Thus qq is smooth and linewise strictly minimal at the origin but has no local minimum there.

step 1.1step 2.1step 1.2
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-02Open item page →

x2+y2(1x)3x^2+y^2(1-x)^3 has a unique critical point, a strict local but nonglobal minimum

Statement refuted

Refuted: a unique critical point which is a strict local minimum must be a global minimum.

Facts & Assumptions

Given: f(x,y)=x2+y2(1x)3f(x,y)=x^2+y^2(1-x)^3 on R2\mathbb R^2.

[L1]

A positive definite Hessian at a critical point gives a strict local minimum (The multivariable second-derivative test by definiteness of the Hessian).

Proof

technique · calculation
1.1

The partial derivatives are fx=2x3y2(1x)2f_x=2x-3y^2(1-x)^2 and fy=2y(1x)3f_y=2y(1-x)^3. Their simultaneous vanishing forces (x,y)=(0,0)(x,y)=(0,0).

givenalgebra
1.2

At x=2x=2, f(2,y)=4y2f(2,y)=4-y^2, which is negative for y>2|y|>2, whereas f(0,0)=0f(0,0)=0.

givenalgebra
2.1

At the origin the Hessian is diag(2,2)\operatorname{diag}(2,2), so [L1] makes it a strict local minimum.

step 1.1L1algebra
3.1

Thus the unique critical point is a strict local minimum but not a global one.

step 1.1step 2.1step 1.2algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The monkey saddle x33xy2x^3-3xy^2 has an indefinite higher-order critical point

Statement

The function f(x,y)=x33xy2f(x,y)=x^3-3xy^2 has a critical point with zero Hessian at the origin, but the origin is a saddle.

Facts & Assumptions

Given: f(x,y)=x33xy2f(x,y)=x^3-3xy^2.

[L1]

A semidefinite but not definite Hessian is inconclusive in the second-derivative test (The multivariable second-derivative test by definiteness of the Hessian).

Proof

technique · calculation
1.1

The gradient is (3x23y2,6xy)(3x^2-3y^2,-6xy), and the Hessian entries are 6x,6y,6x6x,-6y,-6x; both vanish at the origin.

givenalgebra
1.2

Along the xx-axis, f(t,0)=t3f(t,0)=t^3, which has positive and negative values arbitrarily near 00.

givenalgebra
2.1

Hence the origin is a saddle even though its Hessian is zero, illustrating the inconclusive case [L1].

step 1.1step 1.2L1algebra
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-02Open item page →

A zero Hessian occurs at a strict minimum, a strict maximum, and a saddle

Statement refuted

Refuted: a zero Hessian determines the local type of a critical point.

Facts & Assumptions

Given: f+(x,y)=x4+y4f_+(x,y)=x^4+y^4, f(x,y)=(x4+y4)f_-(x,y)=-(x^4+y^4), and fs(x,y)=x4y4f_s(x,y)=x^4-y^4.

[L1]

The second-derivative test gives no conclusion for a semidefinite but not definite Hessian (The multivariable second-derivative test by definiteness of the Hessian).

Counterexample

Proof

technique · calculation
1.1

Each displayed function has zero gradient and zero Hessian at (0,0)(0,0).

givenalgebra
1.2

f+f_+ is positive off the origin, so the origin is a strict local minimum; ff_- is negative off the origin, so it is a strict local maximum.

givenalgebra
1.3

The values fs(t,0)=t4f_s(t,0)=t^4 and fs(0,t)=t4f_s(0,t)=-t^4 have opposite signs for t0t\ne0, so the origin is a saddle.

givenalgebra
2.1

These three different local types share the same zero Hessian, exactly as the inconclusive clause [L1] permits.

step 1.1step 1.2step 1.3L1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-02Open item page →

A second-order Taylor polynomial computed from gradient and Hessian data

Statement

For f(x,y)=ex(1+y+y2)f(x,y)=e^x(1+y+y^2), the second-order Taylor polynomial at the origin is 1+x+y+12x2+xy+y21+x+y+\tfrac12x^2+xy+y^2.

Facts & Assumptions

Proof

technique · calculation
1.1

At (0,0)(0,0), f=1f=1, f=(1,1)\nabla f=(1,1), and Hf=(1112)H_f=\begin{pmatrix}1&1\\1&2\end{pmatrix}.

givenL2algebra
2.1

Substitution into [L1] gives 1+x+y+12(x2+2xy+2y2)1+x+y+\tfrac12(x^2+2xy+2y^2), namely the claimed polynomial.

L1step 1.1algebra
3.1

Thus the computed value, gradient, and Hessian yield the stated second-order approximation.

step 2.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-02Open item page →

A constrained extremum on an affine graph satisfies the graph Lagrange rule

Statement

The minimum of f(x,y)=x2+y2f(x,y)=x^2+y^2 on the graph y=x+1y=x+1 occurs at (1/2,1/2)(-1/2,1/2) and satisfies f=λ(yx1)\nabla f=\lambda\nabla(y-x-1) with λ=1\lambda=1.

Facts & Assumptions

Given: f(x,y)=x2+y2f(x,y)=x^2+y^2 and G(x,y)=yx1G(x,y)=y-x-1.

Proof

technique · calculation
1.1

On the graph, f(x,x+1)=2x2+2x+1=2(x+1/2)2+1/2f(x,x+1)=2x^2+2x+1=2(x+1/2)^2+1/2, so the unique constrained minimum is a=(1/2,1/2)a=(-1/2,1/2).

givenalgebra
1.2

At aa, f(a)=(1,1)=G(a)\nabla f(a)=(-1,1)=\nabla G(a). Hence the multiplier equation holds with λ=1\lambda=1, in accord with [L1].

givenL1algebra
2.1

This explicitly realizes the graph-constraint conclusion at the constrained minimum.

step 1.1step 1.2algebra
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The degenerate constraint x2+y2=0x^2+y^2=0 defeats the multiplier conclusion

Statement refuted

Refuted: every constrained local extremum satisfies f=λg\nabla f=\lambda\nabla g, even when the constraint gradient vanishes.

Facts & Assumptions

Given: g(x,y)=x2+y2g(x,y)=x^2+y^2 and f(x,y)=xf(x,y)=x.

Counterexample

Proof

technique · direct
1.1

The constraint set {g=0}\{g=0\} is the singleton (0,0)(0,0), so ff has both a constrained local maximum and a constrained local minimum there.

givenalgebra
1.2

At the origin, g=(0,0)\nabla g=(0,0) while f=(1,0)\nabla f=(1,0).

givenL1algebra
2.1

No scalar λ\lambda can satisfy f(0,0)=λg(0,0)\nabla f(0,0)=\lambda\nabla g(0,0). Thus a regularity hypothesis is necessary for the usual multiplier conclusion.

step 1.1step 1.2algebra

Sources