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.

✓ 3 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 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

The Inverse and Implicit Function Theorems

1 · Prerequisites

2 · Summary

Multivariable differentiation, mixed partial derivatives, Taylor estimates, and Euclidean completeness provide the local analytic tools for these theorems. In particular, continuity of a derivative controls a map by its linearisation, while the contraction principle gives a mechanism for solving a nearby nonlinear equation uniquely.

This core defines C1 Euclidean maps, local diffeomorphisms, and invertible linear maps. A quantitative Newton-map lemma supplies both the contraction and nearby-invertibility estimates. It yields the Euclidean inverse function theorem, after which a block-map reduction gives the implicit function theorem and its derivative formula.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Continuously differentiable maps, local inverses, and local diffeomorphisms

Definition

Let U⊆Rm be open and f:U→Rn. The map f is continuously differentiable, or of class C1, when it is totally differentiable at every point of U and the entries of its derivative matrix are continuous functions on U.

For an open U⊆Rn and a∈U, a local inverse of f at a is a function g:W→V for open neighbourhoods a∈V⊆U and f(a)∈W⊆Rn such that f∣V:V→W is bijective and g=(f∣V)−1. If both f∣V and g are C1, this restriction is a local diffeomorphism at a.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Invertible Euclidean linear maps

Definition

Let n≥1. A linear map A:Rn→Rn (A linear map L:Rm→Rn in Euclidean coordinates) is invertible when there is a linear map B:Rn→Rn such that

B(Au)=uandA(Bu)=u(u∈Rn).

The map B is unique: if C has the same two properties, then C=C∘(A∘B)=(C∘A)∘B=B. It is denoted A−1.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

Newton maps are uniform contractions near a point with invertible derivative

Statement

Let n≥1, let U⊆Rn be open, let f:U→Rn be C1, and let a∈U. Suppose A:=Df(a) is invertible and put B:=A−1. Then there are R>0, 0≤q<1, and C>0 such that B‾(a,R)⊆U, ∥Bv∥2≤C∥v∥2, and, for every y∈Rn, the Newton map

Ty(x):=x+B(y−f(x))

satisfies

∥Ty(x)−Ty(z)∥2≤q∥x−z∥2(x,z∈B‾(a,R)).

Moreover Df(x) is invertible for every x∈B‾(a,R) and

∥Df(x)−1v∥2≤C1−q∥v∥2.

Facts & Assumptions

Given: The dimensions, open set, C1 map, point, and invertible derivative in the statement.

[L2]

The entries of Df are continuous by the definition of C1 (Continuously differentiable maps, local inverses, and local diffeomorphisms).

[L7]

Invertibility means having a two-sided linear inverse (Invertible Euclidean linear maps).

Proof

technique · contraction
1.1

By [L1], choose C>0 with ∥Bv∥2≤C∥v∥2. Matrix-entry continuity [L2], [L6], and [L5] give R>0 such that B‾(a,R)⊂B(a,2R)⊆U and ∥B(Df(w)−A)v∥2≤12∥v∥2 for w∈B(a,2R) and v∈Rn. Fix q:=1/2.

L1L2L5L6algebra
2.1

The chain rule gives DTy(w)=I−BDf(w)=B(A−Df(w)), independently of y. The convex open ball B(a,2R) contains the closed ball, so [L3] and step 1.1 yield ∥Ty(x)−Ty(z)∥2≤q∥x−z∥2 for x,z∈B‾(a,R).

step 1.1L3
3.1

Fix w in the ball, put L:=Df(w), and fix v∈Rn. The map Sv(u):=u+B(v−Lu) is a contraction of the complete space Rn with constant q, by the same estimate as step 2.1. By [L4] it has a unique fixed point u, and the fixed-point equation is equivalent to Lu=v. Thus L is surjective. If Lu=0, both u and 0 are fixed by S0, so uniqueness gives u=0; hence L is injective. The solution map is linear by uniqueness, so it is L−1.

step 1.1L4L7
4.1

From Lu=v and step 1.1, ∥u∥2≤∥u−BLu∥2+∥Bv∥2≤q∥u∥2+C∥v∥2. Therefore ∥L−1v∥2≤C(1−q)−1∥v∥2.

step 1.1step 3.1algebra
5.1

Steps 1.1--4.1 give every asserted constant, contraction estimate, invertibility claim, and inverse bound.

step 1.1step 2.1step 3.1step 4.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

The Euclidean inverse function theorem

Statement

Let n≥1, let U⊆Rn be open, let f:U→Rn be C1, and let a∈U. If Df(a) is invertible, then there are open sets V,W⊆Rn with a∈V⊆U and f(a)∈W such that f∣V:V→W is bijective. Its inverse g:W→V is C1, and

Dg(y)=Df(g(y))−1(y∈W).

Thus f is a local diffeomorphism at a.

Facts & Assumptions

Given: The dimensions, C1 map, point, and invertible derivative in the statement.

[L1]

The local Newton lemma supplies a closed ball, a uniform contraction constant, a bound for Df(a)−1, and invertibility of every nearby derivative with the uniform bound ∥Df(x)−1v∥2≤C(1−q)−1∥v∥2 (Newton maps are uniform contractions near a point with invertible derivative).

[L5]

Total differentiability means a linear approximation with an o(∥h∥2) remainder (The total (Fréchet) derivative Df(a) as the linear first-order approximation with o(∥h∥2) remainder).

Proof

technique · contraction
1.1

Take R,q,C from [L1], and write A:=Df(a), B:=A−1. Shrink R if needed without changing the estimates. Choose ε>0 so that Cε<(1−q)R, and put W:=B(f(a),ε). For y∈W and x∈B‾(a,R), ∥Ty(x)−a∥2≤q∥x−a∥2+∥B(y−f(a))∥2<R. Thus Ty maps the closed ball into itself.

L1algebra
2.1

The closed ball is nonempty and complete by [L2]. Hence [L3] gives a unique fixed point g(y) of Ty. The fixed-point equation is exactly f(g(y))=y, and the strict inequality in step 1.1 puts g(y) in the open ball.

step 1.1L2L3
3.1

If f(x)=f(z) for two points of the closed ball, then both are fixed by Tf(x); the contraction estimate forces x=z. Define V:=B(a,R)∩f−1[W]. It is open by [L4], contains a, and steps 2.1 and 3.1 show that f∣V:V→W is bijective with inverse g.

step 2.1L1L4
3.2

For y,z∈W, compare the fixed-point equations to obtain ∥g(y)−g(z)∥2≤q∥g(y)−g(z)∥2+C∥y−z∥2. Thus g is Lipschitz, hence continuous.

L1step 2.1algebra
4.1

Fix y∈W, put x:=g(y) and L:=Df(x). For small h, write g(y+h)=x+k. Step 3.2 gives ∥k∥2=O(∥h∥2), while differentiability of f gives h=Lk+r(k) with ∥r(k)∥2=o(∥k∥2). Since [L1] makes L invertible with locally uniform inverse bound, k=L−1h−L−1r(k)=L−1h+o(∥h∥2). Therefore Dg(y)=Df(g(y))−1.

step 3.2L1L5algebra
5.1

The entries of Df(g(y)) are continuous. The identity P−1−Q−1=P−1(Q−P)Q−1, together with the uniform inverse bound in [L1], shows that the entries of Dg are continuous. Hence g is C1.

step 3.2step 4.1L1algebra
6.1

Steps 3.1--5.1 give the required local C1 inverse and derivative formula, so the final local-diffeomorphism clause is exactly Continuously differentiable maps, local inverses, and local diffeomorphisms.

step 3.1step 3.2step 4.1step 5.1∎
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

The Euclidean implicit function theorem with derivative formula

Statement

Let m,n≥1, let U⊆Rm+n be open, and let F:U→Rn be C1. Suppose (a,b)∈U, F(a,b)=0, and the partial derivative in the second block

DyF(a,b):Rn→Rn,DyF(a,b)v:=DF(a,b)(0,v),

is invertible. Put similarly DxF(a,b)u:=DF(a,b)(u,0). Then there are open neighbourhoods P of a and Q of b, and a unique C1 map φ:P→Q, such that

F(x,y)=0⟺y=φ(x)((x,y)∈P×Q).

After shrinking P,Q if necessary, DyF(x,φ(x)) is invertible and

Dφ(x)=−DyF(x,φ(x))−1DxF(x,φ(x)).

Facts & Assumptions

Given: The dimensions, C1 map, base point, zero equation, and invertible second-block derivative in the statement.

[L1]

A C1 map with invertible derivative has a local C1 inverse G, with DG(z)=DH(G(z))−1 throughout its inverse neighbourhood (The Euclidean inverse function theorem).

[L3]

Euclidean linear maps have their finite matrix descriptions (Every Euclidean linear map has a unique matrix and satisfies ∥Lh∥2≤K∥h∥2 for some K≥0), and invertibility means having a two-sided linear inverse (Invertible Euclidean linear maps).

Proof

technique · reduction
1.1

Define H:U→Rm+n by H(x,y):=(x,F(x,y)). From [L2], the remainder after the linear map (u,v)↦(u,DF(x,y)(u,v)) is (0,r(u,v)), so H is differentiable with DH(x,y)(u,v)=(u,DxF(x,y)u+DyF(x,y)v). Its matrix entries are continuous because those of DF are, so H is C1. If B:=DyF(a,b)−1, the displayed derivative at (a,b) has the two-sided inverse (r,s)↦(r,B(s−DxF(a,b)r)). Thus DH(a,b) is invertible.

L2L3givenalgebra
2.1

Apply [L1] to H. It has a C1 inverse G between neighbourhoods of (a,b) and (a,0). Because the first component of H is x, the identity H(G(x,z))=(x,z) forces G(x,z)=(x,ψ(x,z)). Define φ(x):=ψ(x,0) after shrinking to product neighbourhoods P,Q.

step 1.1L1
3.1

For (x,y)∈P×Q, the local injectivity of H gives F(x,y)=0  ⟺  H(x,y)=(x,0)  ⟺  (x,y)=G(x,0)  ⟺  y=φ(x). This proves existence and local uniqueness; φ is C1 as a component of G.

step 2.1
4.1

Differentiate F(x,φ(x))=0. By [L2], DxF(x,φ(x))+DyF(x,φ(x))Dφ(x)=0. For (x,φ(x))=G(x,0), the derivative formula in [L1] makes DH(x,φ(x)) invertible. The block formula of step 1.1 then makes DyF(x,φ(x)) invertible: solving DH(u,v)=(0,s) gives u=0 and DyFv=s. Multiplication by its inverse yields the asserted formula.

step 1.1step 2.1step 3.1L1L2L3
5.1

Steps 1.1--4.1 prove all local existence, uniqueness, regularity, and derivative claims.

step 1.1step 2.1step 3.1step 4.1∎

5 · Examples, counterexamples and false statements

None yet.

Sources