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.

10 results · all verified · 8 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 2 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

The Inverse Function Theorem Completed: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-21Open item page →

Polar coordinates are a local diffeomorphism away from zero radius

Example

For

P(r,θ)=(rcosθ,rsinθ),

the restriction to either half-plane r>0 or r<0 is a local diffeomorphism. It is locally orientation-preserving when r>0 and locally orientation-reversing when r<0. On (0,)×(π,π) it is a diffeomorphism onto its open image, but on (0,)×R it is not injective.

Facts & Assumptions

Given: The polar map above, the inverse-function consequence An injective regular C1 map is a diffeomorphism onto its image, the Pythagorean identity Parity and the Pythagorean identity for sine and cosine, the fundamental period of sine and cosine The zero sets of sine and cosine and the least positive common period 2 pi, and their bijective parametrization of the unit circle on a half-open interval t(cost,sint) is a bijection from [0,2π) onto the real unit circle.

[L1]

The functions sin and cos are differentiable on R, with (sinx)=cosx and (cosx)=sinx (The derivatives of sine and cosine are cosine and minus sine).

[L2]

A regular C1 map is locally orientation-preserving where detDf>0 and locally orientation-reversing where detDf<0 (Local orientation of a regular C1 Euclidean map).

[L4]

A C1 Euclidean map with invertible derivative at a point restricts to a C1 diffeomorphism between neighbourhoods of that point and its image (The Euclidean inverse function theorem).

Verification

technique · direct
1.1

By [L1] and [L3], DP(r,θ)=(cosθrsinθsinθrcosθ),detDP(r,θ)=r. Thus [L4] and [L2] give the asserted local diffeomorphism and orientation wherever r0.

L1L2L3L4algebra
2.1

On the principal strip, equality of two images first gives equality of the positive radii by the Pythagorean identity. Translating each negative angle by 2π puts both angles into the half-open interval of the unit-circle parametrization without changing sine or cosine; its injectivity then gives equality of the original angles. The injective regular-map theorem makes this restriction a diffeomorphism onto its open image. On the full positive-radius domain, (r,θ) and (r,θ+2π) are distinct with the same image, so global injectivity fails there.

step 1.1givenalgebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

The map (x,y)(x,xy) is a diffeomorphism off the vertical axis

Example

Let U={(x,y)R2:x0}. The map

F:UU,F(x,y)=(x,xy),

is a smooth diffeomorphism with inverse G(u,v)=(u,v/u). The same formula on all of R2 omits every point (0,v) with v0.

Facts & Assumptions

Given: The map above.

[L1]

An injective regular Ck map has open image and is a Ck diffeomorphism onto that image (An injective regular Ck map is a Ck diffeomorphism onto its image).

[L2]

Finite componentwise products of Ck Euclidean maps are Ck (Ck Euclidean maps are closed under componentwise algebra and composition).

Verification

technique · direct
1.1

The coordinate functions are smooth, so [L2] makes F(x,y)=(x,xy) smooth. For an increment (h,k), F(x+h,y+k)F(x,y)(h,yh+xk)=(0,hk). Since 2hkh2+k2, the remainder divided by h2+k2 tends to zero. Hence DF(x,y)=(10yx),detDF(x,y)=x. On U, direct substitution gives G(F(x,y))=(x,y) and F(G(u,v))=(u,v).

L2givenalgebra
2.1

Step 1.1 verifies the hypotheses and conclusion of [L1], so F:UU is a smooth diffeomorphism. On the full plane, F(0,y)=(0,0) for every y, and hence no point (0,v) with v0 lies in its image.

step 1.1L1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

Two equations implicitly determine two variables near the origin

Example

Near (x,y,z)=(0,0,0), the system

x2+y2(z+1)3=1,ex+ey+ez=3

determines unique smooth functions y=y(x) and z=z(x) with y(0)=z(0)=0. Their derivatives at zero are y(0)=1 and z(0)=0.

Facts & Assumptions

[L1]

Let k,m,n1 and pN, let URm+n+p be open, and let F:URn be Ck. If F(a,b,λ0)=0 and DyF(a,b,λ0) is invertible, then on suitable neighbourhoods there is a unique Ck map φ with F(x,y,λ)=0 exactly when y=φ(x,λ), and Dφ=DyF1D(x,λ)F along its graph (The parametrized implicit function theorem with Ck regularity).

[L2]

The real exponential function is C and has derivative equal to itself (The exponential function is smooth and (exp)=exp).

[L5]

Finite componentwise sums, products, scalar multiples, and composites of Ck Euclidean maps are Ck (Ck Euclidean maps are closed under componentwise algebra and composition).

Verification

technique · direct
1.1

Repeated use of [L3] and [L5] makes the polynomial terms smooth, while [L2] and [L5] make the exponential terms smooth; hence F is smooth. Direct substitution gives F(0,0,0)=0, and [L2]–[L4] give D(y,z)F(0,0,0)=(0311), whose determinant is 3, while DxF(0,0,0)=(0,1)T.

L2L3L4L5givenalgebra
2.1

Step 1.1 satisfies [L1], so unique smooth y(x),z(x) solve the system near zero. Its derivative formula gives (y(0)z(0))=D(y,z)F(0)1DxF(0)=(10).

step 1.1L1algebra
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

xx3 is a C1 bijection whose inverse is not differentiable at zero

Statement refuted

A C1 bijection between open subsets of the real line must be a C1 diffeomorphism.

The counterexample below establishes: The map xx3 is a smooth open bijection of R with derivative zero at the origin, but its inverse is not differentiable there.

Facts & Assumptions

[L6]

Every nonnegative real has a unique nonnegative cube root (Existence and uniqueness of n-th roots: a unique a1/n0 with (a1/n)n=a).

[L7]

The cube function is strictly increasing on the nonnegative reals (Monotonicity of xxn and of nan).

Counterexample

technique · contradiction
1.1

By [L1], [L4], and [L5], the successive derivatives of the cube map are 3x2, 6x, 6, and then zero, so it is smooth. By [L7], the cube is strictly increasing on the nonnegative half-line; the identity (x)3=x3 then gives strict increase on the whole line. For y0, [L6] supplies x0 with x3=y, while for y<0 the negative of the cube root of y maps to y. Thus the cube map is onto and hence bijective. By [L3] it and its inverse are continuous, so it is a homeomorphism and therefore open. Its derivative at zero is zero.

L1L3L4L5L6L7givenalgebra
2.1

Suppose its inverse g were differentiable at zero. Applying [L2] to g(x3)=x at zero would give g(0)f(0)=1, but step 1.1 makes the left side zero. Therefore the inverse is not differentiable at zero. The map xx3 is a smooth open bijection of R with derivative zero at the origin, but its inverse is not differentiable there.

step 1.1L2assume-contraalgebradischarge-contradiction
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

Zero derivative need not give constancy on a disconnected open set

Statement refuted

If a differentiable real function has derivative zero at every point of an open domain, then it is constant on that domain.

The counterexample below establishes the true witness clause: The total derivative of f is zero at every point of U, but f is not constant on U.

Facts & Assumptions

Given: Let U=(2,1)(1,2) and define f:UR to equal 1 on (2,1) and 1 on (1,2).

[L1]

The total derivative Df(a) is the linear map whose remainder in the first-order approximation is little-oh of the displacement (The total (Fréchet) derivative Df(a) as the linear first-order approximation with o(h2) remainder).

Counterexample

technique · direct
1.1

Every point of U has a neighbourhood contained in exactly one component, and f is constant there. The zero linear map therefore leaves a zero remainder in [L1], so Df(a)=0 for every aU.

L1given
2.1

The values at 3/2 and 3/2 are respectively 1 and 1. Thus the total derivative of f is zero at every point of U, but f is not constant on U.

step 1.1given
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-21Open item page →

FALSE: an invertible derivative at one point gives a local inverse

Statement

False claim: if a real function is differentiable at a and f(a)0, then it has a local inverse at a in the sense of Continuously differentiable maps, local inverses, and local diffeomorphisms.

Facts & Assumptions

[L2]

The derivatives of sine and cosine satisfy (sinx)=cosx and (cosx)=sinx (The derivatives of sine and cosine are cosine and minus sine).

[L4]

The quarter-turn values include sin(π/2)=1, cos(π/2)=0, sinπ=0, and cosπ=1 (Quarter-turn values and shifts by pi/2 and pi).

Refutation

technique · contradiction
1.1

By [L1], (f(h)f(0))/h=1+2hsin(1/h)1, so f(0)=1. For x0, the algebra, chain, and power rules with [L2] give f(x)=1+4xsin(1/x)2cos(1/x).

L1L2givenalgebra
2.1

Put xn=1/(2πn) and yn=1/((2n+1)π) for n1. By [L3] and [L4], step 1.1 gives f(xn)=1 and f(yn)=3. Both sequences tend to zero, so derivatives of both signs occur in every neighbourhood of zero.

step 1.1L3L4algebra
3.1

Suppose f were injective on an interval about zero. It is continuous there, so [L5] would make it strictly increasing or strictly decreasing. Difference quotients show that the derivative of an increasing differentiable function is nonnegative and that of a decreasing one is nonpositive, contradicting step 2.1. Thus f(0)=1 is invertible but no local inverse exists.

step 2.1L1L5givenassume-contradischarge-contradiction
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

FALSE: an everywhere-invertible derivative gives a global inverse

Statement

False claim: a C1 map between open subsets of Rn whose derivative is invertible everywhere must have a global inverse.

Facts & Assumptions

[L1]

If f is C1 on an open Euclidean domain and Df(a) is invertible, the inverse function theorem supplies open neighbourhoods on which f has a C1 inverse (The Euclidean inverse function theorem).

[L2]

A Euclidean linear map is invertible when it has a two-sided linear inverse (Invertible Euclidean linear maps).

[L3]

Continuous partial derivatives give total differentiability, with total derivative represented by the Jacobian matrix (If all partial derivatives exist on a neighbourhood and are continuous at a point, then the map is totally differentiable there with Jacobian derivative).

Refutation

technique · direct
1.1

By [L3], DS(x,y)=(2x2y2y2x). At (x,y)(0,0), the matrix 12(x2+y2)(xyyx) is its two-sided inverse, so [L2] and [L1] make S locally invertible at every point of U.

L1L2L3givenalgebra
2.1

Nevertheless S(1,0)=(1,0)=S(1,0). Thus S is not injective and has no global inverse, despite its everywhere-invertible derivative.

step 1.1algebra
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

FALSE: every C1 bijection has a C1 inverse

Statement

False claim: every C1 bijection between open subsets of Euclidean space has a C1 inverse.

Facts & Assumptions

Given: No assumptions beyond the false claim.

[L1]

The map xx3 is a smooth open bijection of R with derivative zero at the origin, but its inverse is not differentiable there (xx3 is a C1 bijection whose inverse is not differentiable at zero).

Refutation

technique · direct
1.1

The map in [L1] satisfies the C1 bijection hypothesis of the false claim.

L1
2.1

Its inverse fails even to be differentiable at zero by [L1], and therefore cannot be C1. Hence the claim is false.

step 1.1L1
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

FALSE: zero derivative on an open set forces constancy

Statement

False claim: if a differentiable map has zero derivative at every point of an open Euclidean domain, then it is constant.

Facts & Assumptions

Given: No connectedness hypothesis is imposed in the false claim.

[L1]

There is an open set U and a function on it whose total derivative is zero at every point of U, but which is not constant on U (Zero derivative need not give constancy on a disconnected open set).

[L2]

If U is nonempty, open, and connected, then Df=0 on U if and only if f is constant on U (A differentiable map on a connected open Euclidean set has zero derivative exactly when it is constant).

Refutation

technique · direct
1.1

The construction in [L1] satisfies the derivative hypothesis and violates the conclusion, so it refutes the claim.

L1
2.1

The comparison with [L2] identifies connectedness as the missing hypothesis: adding it restores exactly the stated equivalence.

step 1.1L2
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-21Open item page →

FALSE: every open C1 map has invertible derivative

Statement

False claim: every open C1 map between open subsets of Euclidean space has invertible derivative at every point.

Facts & Assumptions

Given: No assumptions beyond the false claim.

[L1]

The map xx3 is a smooth open bijection of R with derivative zero at the origin, but its inverse is not differentiable there (xx3 is a C1 bijection whose inverse is not differentiable at zero).

[L2]

A C1 map with everywhere-invertible derivative is an open map (A C1 map with everywhere-invertible derivative is open).

Refutation

technique · direct
1.1

The cube map in [L1] is open and C1, but its derivative at zero is the zero linear map, which is not invertible.

L1algebra
2.1

Therefore openness does not imply derivative invertibility. The valid result [L2] is only the forward sufficient implication from derivative invertibility to openness.

step 1.1L2

Sources