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 · 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(x2−y2)/(x2+y2) away from (0,0) and f(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 y≠0, f(0,y)=0, so fy(0,0)=0; for x≠0, fy(x,0)=x, hence fxy(0,0)=1.

givenalgebra
1.2

For x≠0, f(x,0)=0, so fx(0,0)=0; for y≠0, fx(0,y)=−y, hence fyx(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)=(y−3x2)(y−x2).

Counterexample

Proof

technique · direct
1.1

On a nonvertical line y=mx, p(x,mx)=x2(m−3x)(m−x), which is positive for sufficiently small nonzero x when m≠0; on y=0 it is 3x4>0, and on the vertical line x=0 it is y2>0.

givenalgebra
1.2

Along the parabola y=2x2, p(x,2x2)=−x4<0 for x≠0, whereas p(0,0)=0.

givenalgebra
2.1

Hence (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)=0, r(x)=e−1/x2 for x≠0, and 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 +∞).

Counterexample

Proof

technique · direct
1.1

The flat function r is smooth at 0: every derivative is a polynomial in 1/x times e−1/x2 off 0 and tends to 0 by [L1].

L1algebra
1.2

Along y=2r(x), q(x,2r(x))=−r(x)2<0 for x≠0.

givenalgebra
2.1

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

step 1.1L1algebra
3.1

Thus q 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(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(1−x)3 on R2.

[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=2x−3y2(1−x)2 and fy=2y(1−x)3. Their simultaneous vanishing forces (x,y)=(0,0).

givenalgebra
1.2

At x=2, f(2,y)=4−y2, which is negative for ∣y∣>2, whereas f(0,0)=0.

givenalgebra
2.1

At the origin the Hessian is 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 x3−3xy2 has an indefinite higher-order critical point

Statement

The function f(x,y)=x3−3xy2 has a critical point with zero Hessian at the origin, but the origin is a saddle.

Facts & Assumptions

Given: f(x,y)=x3−3xy2.

[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 (3x2−3y2,−6xy), and the Hessian entries are 6x,−6y,−6x; both vanish at the origin.

givenalgebra
1.2

Along the x-axis, f(t,0)=t3, which has positive and negative values arbitrarily near 0.

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+y4, f−(x,y)=−(x4+y4), and fs(x,y)=x4−y4.

[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).

givenalgebra
1.2

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

givenalgebra
1.3

The values fs(t,0)=t4 and fs(0,t)=−t4 have opposite signs for t≠0, 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), the second-order Taylor polynomial at the origin is 1+x+y+12x2+xy+y2.

Proof

technique · calculation
1.1

At (0,0), f=1, ∇f=(1,1), and Hf=(1112).

givenL2algebra
2.1

Substitution into [L1] gives 1+x+y+12(x2+2xy+2y2), 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+y2 on the graph y=x+1 occurs at (−1/2,1/2) and satisfies ∇f=λ∇(y−x−1) with λ=1.

Facts & Assumptions

Given: f(x,y)=x2+y2 and G(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/2, so the unique constrained minimum is a=(−1/2,1/2).

givenalgebra
1.2

At a, ∇f(a)=(−1,1)=∇G(a). Hence the multiplier equation holds with λ=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=0 defeats the multiplier conclusion

Statement refuted

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

Facts & Assumptions

Given: g(x,y)=x2+y2 and f(x,y)=x.

Counterexample

Proof

technique · direct
1.1

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

givenalgebra
1.2

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

givenL1algebra
2.1

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

step 1.1step 1.2algebra∎

Sources