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.

23 results · all verified · 14 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.

Complex Differentiability and the Cauchy–Riemann Equations

1 · Prerequisites

2 · Summary

The quotient construction of the complex numbers and their real-coordinate-plane model supply the arithmetic and Euclidean dictionary used here. Complex modulus gives the metric and topology, while real total derivatives, Jacobian matrices, the chain rule, and the continuous-partials criterion provide the multivariable differentiability results. The real exponential and trigonometric derivative formulas support the corresponding calculation for the complex exponential, and equality of mixed partials supplies the second-order input.

The development defines complex domains, complex differentiability, holomorphy, Wirtinger derivatives, antiholomorphy, and pointwise oriented conformality. It proves that complex differentiability is equivalent to real total differentiability together with a complex-linear real derivative, with a vanishing barred Wirtinger derivative, or with the Cauchy–Riemann equations; then derives derivative rules, a conditional inverse rule, polynomial and exponential examples, and constancy from a zero derivative on a domain. The final results connect nonzero derivatives with conformality and Jacobians, and show under explicit C2 hypotheses that holomorphic components are harmonic, the derivative is holomorphic, and nondegenerate component critical points are saddles.

3 · Logical flowchart

4 · Definitions, theorems and proofs

RemarkRemark: AI-adaptedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

C=R[x]/(x2+1) as the Euclidean plane and as a normed real algebra: what the identification preserves

The complex field used here is the quotient C=R[x]/(x2+1) of The complex numbers as R[x]/(x2+1), with the real embedding and imaginary unit i, with i the class of x. The bijection Φ(a+bi)=(a,b) of C is the real coordinate plane, with coordinate arithmetic carries addition and real scalar multiplication to the coordinatewise operations on R2, while complex multiplication becomes

(a,b)(u,v)=(aubv,av+bu).

Thus C is the Euclidean plane as a real vector space, together with the additional bilinear operation of complex multiplication. A general real-linear map of the plane need not respect that operation and therefore need not be complex-linear.

The definitions in Real and imaginary parts, complex conjugation, and modulus make conjugation the reflection (a,b)(a,b) and give a+bi=a2+b2. In particular

zw=Φ(z)Φ(w)2,

so the metric, convergence, Cauchy, and continuity notions of The Euclidean metric, convergence, Cauchy sequences, and continuity on the complex plane are exactly their Euclidean-plane counterparts. The metric topology is consequently the usual topology on R2, in accordance with The product, Euclidean-metric and norm topologies on Rn agree, and for n=1 they agree with the real-line topology. Openness, connectedness, and real total differentiability will always be read through this identification.

The identification supplies no compatible field order. Indeed i2=1, while in any ordered field a square is nonnegative and 1 is positive. This obstruction concerns the multiplication, not the Euclidean geometry: the plane still has its inner product and orientation, but neither orders C as a field.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A complex domain is a nonempty connected open subset of C

Definition

A complex domain is a nonempty, connected, open subset UC. Open means open in the modulus metric of The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement, and connected has the meaning of Separation of a topological space, connected and disconnected spaces, clopen sets, and connected subsets. By C=R[x]/(x2+1) as the Euclidean plane and as a normed real algebra: what the identification preserves, these are exactly the usual Euclidean notions for the corresponding subset of R2.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions

Definition

Let UC be open, let aU, and let f:UC. The function f is complex differentiable at a if the limit

limh0h0, a+hUf(a+h)f(a)h

exists in the metric of The Euclidean metric, convergence, Cauchy sequences, and continuity on the complex plane. Its value is the complex derivative of f at a, denoted f(a). The increments are nonzero and remain in the domain; because U is open, all sufficiently small increments are allowed.

The function f is holomorphic on U when it is complex differentiable at every point of U. A function holomorphic on all of C is entire. The word analytic is reserved for the local power-series notion.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The complex derivative at a point is unique

Statement

If the complex derivative of f:UC at aU exists, its value is unique.

Facts & Assumptions

Given: An open set UC, a point aU, and two complex numbers L,M to which the difference quotient (f(a+h)f(a))/h converges as h0 through nonzero increments with a+hU.

[F1]

Complex differentiability at a means that the limit of (f(a+h)f(a))/h exists as h0 through nonzero increments with a+hU (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[L1]

For every z,wC, z+wz+w, and z=0 if and only if z=0 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that LM, and put ε=LM/3>0.

assume-contraL1
1.2

By the two asserted limits, choose δ>0 such that every allowed h with 0<h<δ satisfies both q(h)L<ε and q(h)M<ε, where q(h)=(f(a+h)f(a))/h.

givenF1choose
1.3

Since U is open at a, choose a nonzero allowed increment h with h<δ.

givenchoose
2.1

The triangle inequality gives LMLq(h)+q(h)M<2ε=2LM/3, a contradiction. Hence L=M.

step 1.1step 1.2step 1.3L1algebradischarge-contradiction
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-08-13Open item page →

The Wirtinger derivatives zf and zˉf, and antiholomorphic functions

Definition

Let UC be open and write a map f:UC as f=u+iv in Euclidean coordinates. At a point where the four real partial derivatives exist, define

zf:=12(xfiyf)=12(ux+vy)+i2(vxuy),

zˉf:=12(xf+iyf)=12(uxvy)+i2(vx+uy).

The partial derivatives are those of Directional derivatives and partial derivatives of a map URmRn. If f is real totally differentiable at the point, direct expansion gives the differential identity

Df(h)=(zf)h+(zˉf)h.

A real-differentiable map is antiholomorphic on U when zf=0 at every point of U. Thus its differential is conjugate-linear at every point; no complex differentiability is asserted unless the other Wirtinger derivative also vanishes.

TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Complex differentiability is equivalent to real total differentiability together with a complex-linear derivative, with zˉf=0, or with the Cauchy–Riemann equations

Statement

Let UC be open, let aU, and write f=u+iv:UC. The following are equivalent:

  1. f is complex differentiable at a.
  2. Under CR2, the map f is real totally differentiable at a and Df(a) is multiplication by a complex number.
  3. The map f is real totally differentiable at a and zˉf(a)=0.
  4. The map f is real totally differentiable at a and satisfies the Cauchy–Riemann equations

ux(a)=vy(a),uy(a)=vx(a).

When these conditions hold,

f(a)=ux(a)+ivx(a)=vy(a)iuy(a)=zf(a).

Facts & Assumptions

Given: An open set UC, a point aU, and a map f=u+iv:UC.

[F1]

Complex differentiability at a is existence of the limit (f(a+h)f(a))/h as h0 through nonzero increments with a+hU (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[F2]

Real total differentiability at a means that for some real-linear L, f(a+h)=f(a)+Lh+r(h) with r(h)2/h20 (The total (Fréchet) derivative Df(a) as the linear first-order approximation with o(h2) remainder, A linear map L:RmRn in Euclidean coordinates).

[L1]

If a map is totally differentiable at a, then its directional derivatives exist and equal Df(a)v; its partial derivatives are the columns of its Jacobian matrix (A total derivative computes every directional derivative, and its matrix is the Jacobian, The Jacobian matrix of partial derivatives and the gradient in the scalar-valued case).

[L2]

Every real-linear map between Euclidean spaces has a unique matrix and is bounded by a constant times the Euclidean norm (Every Euclidean linear map has a unique matrix and satisfies Lh2Kh2 for some K0).

[L3]

Under Φ(a+bi)=(a,b), complex multiplication satisfies (a+bi)(x+iy)=(axby)+i(bx+ay) (C is the real coordinate plane, with coordinate arithmetic).

[F3]

For a real-differentiable f, Df(h)=(zf)h+(zˉf)hˉ, with zˉf=12(uxvy)+i2(vx+uy) (The Wirtinger derivatives zf and zˉf, and antiholomorphic functions).

[L4]

For complex numbers, zw=zw and z=0 if and only if z=0 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

Proof

technique · direct
1.1

Assume condition 1 and write L=f(a). For h0 put r(h)=f(a+h)f(a)Lh; then r(h)/h=(f(a+h)f(a))/hL0.

F1L4givenalgebra
1.2

Conversely assume condition 2, so f(a+h)f(a)=Lh+r(h) with r(h)/h0. For nonzero h, division by h gives (f(a+h)f(a))/h=L+r(h)/h, and r(h)/h=r(h)/h0; hence condition 1 holds with f(a)=L.

F1F2L4givenalgebra
1.3

Write the matrix of Df(a) as (uxuyvxvy) by [L1]. By [L3], it is multiplication by α+iβ exactly when it is (αββα).

L1L2L3
1.4

By [F3], zˉf(a)=0 exactly when both uxvy=0 and vx+uy=0. Hence condition 3 is equivalent to condition 4.

F3algebra
2.1

The map hLh is real-linear by the coordinate formula [L3], so step 1.1 is the remainder condition [F2]. Thus condition 2 holds.

step 1.1F2L2L3
2.2

Therefore condition 2 is equivalent to condition 4: equality with the multiplication matrix is exactly ux=vy and uy=vx. In that case α=ux=vy, β=vx=uy, so the multiplier is ux+ivx=vyiuy.

step 1.3algebra
3.1

Under the equivalent conditions, [F3] and the Cauchy–Riemann equations give zf(a)=ux+ivx, while steps 1.2 and 2.2 identify the same number with f(a). Thus all four conditions are equivalent and the displayed derivative formulas hold.

step 1.2step 2.2step 1.4F3
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Complex differentiability at a point implies continuity there

Statement

If f:UC is complex differentiable at aU, then f is continuous at a.

Facts & Assumptions

Given: An open set UC, a point aU, and a function f:UC complex differentiable at a.

[L1]

Complex differentiability at a is equivalent to real total differentiability there with derivative given by multiplication by a complex number (Complex differentiability is equivalent to real total differentiability together with a complex-linear derivative, with zˉf=0, or with the Cauchy–Riemann equations).

[L2]

If a Euclidean map is totally differentiable at a point, then it is continuous there (Total differentiability gives a local O(h2) increment bound and therefore continuity).

[F1]

Under C=R2, the modulus metric is exactly the Euclidean metric, and continuity on subsets of C is metric continuity for this metric (The Euclidean metric, convergence, Cauchy sequences, and continuity on the complex plane).

Proof

technique · direct
1.1

By [L1], f is real totally differentiable at a under the Euclidean identification.

givenL1
2.1

By [L2], the coordinate map is continuous at a; [F1] identifies this with continuity in the complex modulus metric.

step 1.1L2F1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Continuous first partial derivatives and the Cauchy–Riemann equations imply complex differentiability pointwise, and holomorphy when they hold throughout an open set

Statement

Let UC be open, let aU, and write f=u+iv:UC. Suppose the four first partial derivatives of u and v exist on a neighbourhood of a, are continuous at a, and satisfy

ux(a)=vy(a),uy(a)=vx(a).

Then f is complex differentiable at a. Consequently, if these hypotheses hold at every point of U, then f is holomorphic on U.

Facts & Assumptions

Given: The open set, point, function, partial-derivative hypotheses, and Cauchy–Riemann equations stated above.

[L1]

If every partial derivative of a Euclidean map exists on a neighbourhood of a point and is continuous at that point, then the map is totally differentiable there with derivative matrix equal to its Jacobian (If all partial derivatives exist on a neighbourhood and are continuous at a point, then the map is totally differentiable there with Jacobian derivative).

[L2]

Proof

technique · direct
1.1

Apply [L1] to the coordinate map (u,v): it is real totally differentiable at a.

givenL1
2.1

The assumed Cauchy–Riemann equations and [L2] now give complex differentiability at a.

step 1.1givenL2
3.1

If the hypotheses hold at every point of U, step 2.1 applies at every point, which is precisely holomorphy on U.

step 2.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

Cartesian and polar forms of the Cauchy–Riemann equations agree away from the origin

Statement

Let f=u+iv be real totally differentiable on an open subset of C. On an open set of parameters (r,θ) with r>0 and reiθ in the domain, put

U(r,θ)=u(rcosθ,rsinθ),V(r,θ)=v(rcosθ,rsinθ).

At every such parameter point, the Cartesian Cauchy–Riemann equations are equivalent to

Ur=1rVθ,Vr=1rUθ.

When these conditions hold,

f(reiθ)=eiθ(Ur+iVr).

No assertion is made at r=0, and no global choice of argument is used.

Facts & Assumptions

Given: A real totally differentiable f=u+iv, a parameter point (r,θ) with r>0, and the polar pullbacks U,V stated above.

[L1]

The real total-derivative chain rule is D(gf)(a)=Dg(f(a))Df(a) (The chain rule for total derivatives: D(gf)(a)=Dg(f(a))Df(a)).

[L2]

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

[F1]

For real x,y, exp(x+iy)=ex(cosy+isiny); in particular eiθ=cosθ+isinθ (exp(x+iy)=ex(cosy+isiny), exp(x+iy)=ex, and eiπ+1=0).

[L3]

For a real-differentiable complex-valued map, complex differentiability is equivalent to the Cartesian Cauchy–Riemann equations, and then f=ux+ivx (Complex differentiability is equivalent to real total differentiability together with a complex-linear derivative, with zˉf=0, or with the Cauchy–Riemann equations).

Proof

technique · direct
1.1

Put c=cosθ and s=sinθ. By [L1] and [L2], Ur=uxc+uys and Uθ=r(uxs+uyc).

givenL1L2
1.2

The same calculation gives Vr=vxc+vys and Vθ=r(vxs+vyc).

givenL1L2
2.1

If ux=vy and uy=vx, steps 1.1–1.2 give Vθ=rUr and Uθ=rVr, which are the polar equations because r>0.

step 1.1step 1.2algebra
2.2

Conversely, the inverse coordinate formulas are ux=Urc(Uθ/r)s, uy=Urs+(Uθ/r)c, vx=Vrc(Vθ/r)s, and vy=Vrs+(Vθ/r)c. Substituting the polar equations gives ux=vy and uy=vx.

step 1.1step 1.2givenalgebra
3.1

Under either equivalent form, [L3] and step 2.2 give f=ux+ivx=(cis)(Ur+iVr)=eiθ(Ur+iVr) by [F1].

step 2.2L3F1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Linearity, product, reciprocal, and quotient rules for complex derivatives

Statement

Let f,g:UC be complex differentiable at aU, and let α,βC. Then

(αf+βg)(a)=αf(a)+βg(a),

(fg)(a)=f(a)g(a)+f(a)g(a).

If g(a)0, then g is nonzero on some neighbourhood of a, the reciprocal 1/g is complex differentiable at a, and

(1/g)(a)=g(a)g(a)2,(f/g)(a)=f(a)g(a)f(a)g(a)g(a)2.

Every constant function has derivative 0, and the identity function has derivative 1.

Facts & Assumptions

Given: An open set UC, a point aU, functions f,g:UC complex differentiable at a, and scalars α,βC.

[F1]

Complex differentiability at a is existence of the difference-quotient limit at a (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[L1]

A complex-differentiable function is continuous at the point of differentiability (Complex differentiability at a point implies continuity there).

Proof

technique · direct
1.1

The difference quotients of a constant function and of the identity are respectively 0 and 1, so their derivatives have those values.

F1algebra
1.2

Taking the finite linear combination of the two difference quotients gives (αf+βg)(a)=αf(a)+βg(a).

givenF1algebra
1.3

For nonzero allowed h, f(a+h)g(a+h)f(a)g(a)h=f(a+h)g(a+h)g(a)h+g(a)f(a+h)f(a)h.

algebra
1.4

Suppose g(a)0. Continuity [L1] supplies a neighbourhood of a on which g(z)g(a)<g(a), and on this neighbourhood g(z)0 by [L2].

givenL1L2
2.1

By [L1], f(a+h)f(a), while the two quotients in step 1.3 tend to g(a) and f(a); hence the product formula follows.

step 1.3givenF1L1algebra
2.2

For nonzero allowed h in that neighbourhood, g(a+h)1g(a)1h=1g(a+h)g(a)g(a+h)g(a)h.

step 1.4algebra
3.1

The reciprocal factor in step 2.2 tends to 1/g(a)2, so the reciprocal derivative is g(a)/g(a)2. Applying the product rule to f(1/g) and simplifying gives the quotient formula.

step 2.1step 2.2givenF1L2algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The chain rule for complex derivatives

Statement

Let f:UV and g:VC, where U,VC are open. If f is complex differentiable at aU and g is complex differentiable at f(a), then gf is complex differentiable at a and

(gf)(a)=g(f(a))f(a).

Facts & Assumptions

Given: The maps, domains, point, and differentiability hypotheses in the Statement.

[L1]

Complex differentiability at a point is equivalent to real total differentiability with total derivative given by multiplication by the complex derivative (Complex differentiability is equivalent to real total differentiability together with a complex-linear derivative, with zˉf=0, or with the Cauchy–Riemann equations).

[L2]

If f is totally differentiable at a and g is totally differentiable at f(a), then D(gf)(a)=Dg(f(a))Df(a) (The chain rule for total derivatives: D(gf)(a)=Dg(f(a))Df(a)).

Proof

technique · direct
1.1

By [L1], Df(a) is multiplication by f(a) and Dg(f(a)) is multiplication by g(f(a)).

givenL1
2.1

By [L2], gf is real totally differentiable and its derivative is the composite of the maps in step 1.1, namely multiplication by g(f(a))f(a).

step 1.1L2algebra
3.1

Applying the reverse implication of [L1] gives complex differentiability of gf and the asserted derivative.

step 2.1L1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The Wirtinger chain rule for compositions of real-differentiable complex-valued maps

Statement

Let f:UV and g:VC, where U,VC are open, and suppose f is real totally differentiable at aU and g is real totally differentiable at f(a). Writing the Wirtinger variables of g as w,wˉ, one has

(gf)z=(gwf)fz+(gwˉf)fzˉ,

(gf)zˉ=(gwf)fzˉ+(gwˉf)fz

at a. If both maps are holomorphic, these formulas reduce to the complex chain rule.

Facts & Assumptions

Given: The maps, domains, point, and real total-differentiability hypotheses in the Statement.

[F1]

For a real-differentiable complex-valued map, Df(h)=fzh+fzˉhˉ (The Wirtinger derivatives zf and zˉf, and antiholomorphic functions).

[L1]

The total derivative of a composite is the composite of the total derivatives (The chain rule for total derivatives: D(gf)(a)=Dg(f(a))Df(a)).

[L2]

Proof

technique · direct
1.1

Put A=fz(a), B=fzˉ(a), C=gw(f(a)), and D=gwˉ(f(a)). By [F1], Df(a)h=Ah+Bhˉ and Dg(f(a))k=Ck+Dkˉ.

givenF1
1.2

For the identity inner map, (A,B)=(1,0) and the two asserted coefficients reduce to (C,D). For conjugation, (A,B)=(0,1) and they become (D,C), as direct substitution g(zˉ) requires. For a constant inner map, A=B=0 and both coefficients vanish.

F1L2algebra
2.1

By [L1] and [L2], D(gf)(a)h=(CA+DBˉ)h+(CB+DAˉ)hˉ.

step 1.1L1L2algebra
3.1

Comparing step 2.1 with the unique Wirtinger expansion [F1] gives the two displayed formulas. For holomorphic f,g, the barred coefficients vanish, leaving (gf)z=(gwf)fz.

step 2.1F1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A conjugate difference quotient characterizes antiholomorphic maps

Statement

Let UC be open, let aU, and let f:UC. The limit

G=limh0h0f(a+h)f(a)hˉ

exists if and only if f is real totally differentiable at a and fz(a)=0. In that case fzˉ(a)=G. Consequently, the conjugate quotient exists at every point of U exactly for real-differentiable antiholomorphic maps, and its value is fzˉ.

Facts & Assumptions

Given: An open set UC, a point aU, and a map f:UC.

[F1]

Total differentiability at a means f(a+h)=f(a)+Df(a)h+r(h) with r(h)/h0 (The total (Fréchet) derivative Df(a) as the linear first-order approximation with o(h2) remainder).

[F2]

For a real-differentiable map, Df(a)h=fz(a)h+fzˉ(a)hˉ (The Wirtinger derivatives zf and zˉf, and antiholomorphic functions).

[L1]

Every real-linear map between Euclidean spaces has a matrix and is bounded by a constant times the Euclidean norm (Every Euclidean linear map has a unique matrix and satisfies Lh2Kh2 for some K0).

[L2]

Conjugation is a real-field automorphism with z=z, the modulus is multiplicative, and zz=z2 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive). Since z=z and zz=z2, one has z2=zz=zz=z2, and both moduli are nonnegative, so z=z, so in particular hˉ=h.

Proof

technique · direct
1.1

Suppose the conjugate quotient tends to G, and put r(h)=f(a+h)f(a)Ghˉ. Then r(h)/h=(f(a+h)f(a))/hˉG0.

givenL2algebra
1.2

Conversely, suppose f is real totally differentiable and fz(a)=0. By [F1] and [F2], f(a+h)f(a)=fzˉ(a)hˉ+r(h) with r(h)/h0.

givenF1F2
1.3

For the identity map, [F2] gives fz=1 and fzˉ=0, while its conjugate quotient is h/hˉ and has incompatible values 1 and 1 on real and imaginary increments. For conjugation, [F2] gives fz=0 and fzˉ=1, and its conjugate quotient is identically 1. These two tests confirm the placement of the conjugates and the barred coefficient.

F2L2algebra
2.1

The map hGhˉ is real-linear and bounded by Gh, so [F1] and step 1.1 show that f is real totally differentiable with Df(a)h=Ghˉ.

step 1.1F1L1L2
3.1

Comparing this differential with [F2] gives fz(a)=0 and fzˉ(a)=G.

step 2.1F2algebra
4.1

Dividing by hˉ and using hˉ=h gives (f(a+h)f(a))/hˉ=fzˉ(a)+r(h)/hˉfzˉ(a). This proves the reverse implication and the value of the limit.

step 1.2L2algebra
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A holomorphic function with continuous complex derivative has C1 real and imaginary components

Statement

Let f=u+iv be holomorphic on an open set UC. If f:UC is continuous, then u and v are of class C1 on U.

Facts & Assumptions

Given: A holomorphic f=u+iv on U whose complex derivative f is continuous.

[F1]

If w=a+bi, then Rew=a, Imw=b, and w=a2+b2 (Real and imaginary parts, complex conjugation, and modulus).

Proof

technique · direct
1.1

By [L1], ux=Ref, vx=Imf, uy=Imf, and vy=Ref throughout U.

givenL1
1.2

From [F1], Re(w1w2)w1w2 and Im(w1w2)w1w2, so the real and imaginary part maps are continuous.

F1algebra
2.1

Since f is continuous, steps 1.1–1.2 show that all four first partial derivatives of u and v are continuous. Hence both components are C1.

step 1.1step 1.2given
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A continuous local inverse has derivative reciprocal to a nonzero complex derivative

Statement

Let U,VC be open, let f:UV be a bijection, and let g=f1:VU. Fix aU and put b=f(a). If f is complex differentiable at a, f(a)0, and g is continuous at b, then g is complex differentiable at b and

g(b)=1f(a).

The existence or continuity of such an inverse is a hypothesis, not a consequence of f(a)0 here.

Facts & Assumptions

Given: The open sets, bijection, inverse, points, differentiability, nonzero-derivative, and inverse-continuity hypotheses in the Statement.

[F1]

Complex differentiability at a means (f(a+h)f(a))/hf(a) through nonzero allowed increments (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

Proof

technique · direct
1.1

For wb near b, put z=g(w). Injectivity gives za, and g(w)g(b)wb=zaf(z)f(a)=(f(z)f(a)za)1.

givenalgebra
2.1

As wb, continuity of g gives za. By [F1], the parenthesized quotient in step 1.1 tends to the nonzero number f(a).

step 1.1givenF1
3.1

If qq00, then q1q01=(q0q)/(qq0)0, with denominators nonzero near the limit by [L1]. Applying this to step 2.1 proves g(b)=1/f(a).

step 2.1L1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Complex polynomials are entire with the power-rule derivative, and rational functions are holomorphic wherever their denominator is nonzero

Statement

Let P(z)=k=0nakzk be a complex polynomial. Then P is entire and

P(z)=k=1nkakzk1.

This includes the zero polynomial and constant polynomials, whose derivative is zero. If P,Q are complex polynomials, then the set D={zC:Q(z)0} is open, P/Q is holomorphic on D, and

(P/Q)=PQPQQ2.

When Q is a nonzero constant, D=C; when Q is the zero polynomial, D= and no rational function is defined there.

Facts & Assumptions

Given: Complex polynomials P,Q with finite coefficient support.

[L1]

Constants and the identity have derivatives 0 and 1; finite linear combinations, products, reciprocals, and quotients obey the displayed derivative rules wherever denominators are nonzero (Linearity, product, reciprocal, and quotient rules for complex derivatives).

[F1]

A polynomial over a commutative ring is a finitely supported coefficient sequence, written formally as a finite sum iaixi (The polynomial ring over a commutative ring as finitely supported coefficient sequences with convolution).

[L2]

A complex-differentiable function is continuous at each point of differentiability (Complex differentiability at a point implies continuity there).

Proof

technique · direct
1.1

For m1 and h0, the factorization ((z+h)mzm)/h=j=0m1(z+h)m1jzj has limit mzm1; for m=0 the function is constant and has derivative 0 by [L1].

L1algebra
2.1

By finite support [F1], P is a finite linear combination of these powers. The linearity rule [L1] and step 1.1 make P entire with the asserted derivative, including the empty-support zero polynomial.

step 1.1F1L1
3.1

Fix z0D. By step 2.1 and [L2], Q is continuous at z0, so some neighbourhood satisfies Q(z)Q(z0)<Q(z0); [L3] then forces Q(z)0. Thus D is open.

step 2.1L2L3given
4.1

On D, both polynomials are holomorphic and Q is nonzero. The quotient rule [L1] gives the displayed derivative. If Q is a nonzero constant then it never vanishes, while for Q=0 the set D is empty.

step 2.1step 3.1L1algebra
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The complex exponential is entire and its complex derivative is itself

Statement

The complex exponential is entire, and

exp(z)=expz

for every zC.

Facts & Assumptions

Given: A complex number z=x+iy and the published complex exponential.

[F1]
[L1]

The real exponential is C and (ex)=ex (The exponential function is smooth and (exp)=exp).

[L2]

The real derivatives are (siny)=cosy and (cosy)=siny (The derivatives of sine and cosine are cosine and minus sine).

[L3]

A real function differentiable at a point is continuous there (A function differentiable at c is continuous at c).

[L5]

Proof

technique · direct
1.1

By [F1], the real and imaginary components are u(x,y)=excosy and v(x,y)=exsiny.

givenF1
2.1

By [L1] and [L2], ux=excosy,uy=exsiny,vx=exsiny,vy=excosy.

step 1.1L1L2algebra
3.1

The one-variable factors in step 2.1 are continuous by [L1]–[L3]; their pullbacks along the coordinate projections are continuous, and [L4] makes all four displayed partials continuous on R2.

step 2.1L1L2L3L4
4.1

Step 2.1 gives ux=vy and uy=vx everywhere. By [L5], the complex exponential is entire and its derivative is ux+ivx=ex(cosy+isiny)=expz.

step 1.1step 2.1step 3.1L5
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A holomorphic function with zero derivative on a domain is constant

Statement

Let UC be a domain. If f:UC is holomorphic and f(z)=0 for every zU, then f is constant on U.

Facts & Assumptions

Given: A complex domain U and a holomorphic function f:UC with f=0 throughout U.

[F1]

A complex domain is a nonempty connected open subset of C (A complex domain is a nonempty connected open subset of C).

[L1]

For an open subset of Rn, connectedness, path-connectedness, and polygonal connectedness are equivalent (For an open subset of Rn, connectedness, path-connectedness and polygonal connectedness are equivalent).

[F2]

A polygonal path is a finite concatenation of affine line segments with consecutive vertices (Polygonal paths and polygonally connected subsets of Rn).

[L3]

The total derivative of a composite is the composite of the total derivatives (The chain rule for total derivatives: D(gf)(a)=Dg(f(a))Df(a)).

[L4]

A complex-differentiable function is continuous at the point of differentiability (Complex differentiability at a point implies continuity there).

[L5]

A real function continuous on an order-convex interval and differentiable at every interior point, with derivative zero there, is constant on that interval (A function continuous on an interval I whose derivative vanishes at every interior point of I is constant on I; consequently two such functions with the same derivative differ by a constant).

Proof

technique · direct
1.1

Let p,qU. By [F1] and [L1], choose a polygonal path in U from p to q, with vertices v0=p,v1,,vm=q as in [F2].

givenF1L1F2choose
2.1

For each segment put γj(t)=(1t)vj1+tvj for 0t1. The composite fγj is continuous on [0,1] by [L4], including at the endpoints.

step 1.1L4
2.2

At every t(0,1), [L2] makes Df(γj(t)) multiplication by 0, and [L3] therefore gives D(fγj)(t)=0. Hence the real and imaginary components of fγj have derivative zero on (0,1).

step 1.1givenL2L3algebra
3.1

By [L5], both components are constant on [0,1], so f(vj1)=f(vj) for each segment, including a zero-length segment if one occurs.

step 2.1step 2.2L5
4.1

Chaining the finitely many equalities from step 3.1 gives f(p)=f(q). Since p,q were arbitrary, f is constant on the nonempty domain U.

step 1.1step 3.1F1
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A real-valued holomorphic function on a domain is constant

Statement

If f:UC is holomorphic on a domain U and f(U)R, then f is constant.

Facts & Assumptions

Given: A domain U and a holomorphic f=u+iv:UC with v=0.

[L2]

A holomorphic function with zero derivative on a domain is constant (A holomorphic function with zero derivative on a domain is constant).

Proof

technique · direct
1.1

Since v=0, both vx and vy vanish. The Cauchy–Riemann equations [L1] then give ux=uy=0, so f=0 throughout U.

givenL1algebra
2.1

Apply [L2] to conclude that f is constant on U.

step 1.1L2
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

A holomorphic function of constant modulus on a domain is constant

Statement

Let U be a complex domain and let f:UC be holomorphic. If f is constant on U, then f is constant.

Facts & Assumptions

Given: A domain U, a holomorphic f=u+iv on U, and a real c0 with f(z)=c for every zU.

[L3]

A holomorphic function with zero derivative on a domain is constant (A holomorphic function with zero derivative on a domain is constant).

Proof

technique · cases
1.1

Suppose first that c=0. Then f=0, so f=0 by [L1] and is constant.

assume-case zerogivenL1
1.2

Suppose next that c>0. Differentiating u2+v2=c2 in the two real coordinates gives uux+vvx=0 and uuy+vvy=0.

assume-case posgivenL1algebra
2.1

Using [L2], the equations of step 1.2 become uuxvuy=0 and vux+uuy=0. Their coefficient determinant is u2+v2=c2>0, so ux=uy=0.

step 1.2L2algebra
3.1

Again by [L2], vx=uy=0 and f=ux+ivx=0 throughout U. Hence [L3] makes f constant in the positive-modulus case.

step 2.1L2L3
4.1

The cases c=0 and c>0 exhaust c0, and both give constancy.

step 1.1step 3.1cases-exhaustive
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

If both f and fˉ are holomorphic on a domain, then f is constant

Statement

Let U be a complex domain. If f and fˉ are both holomorphic on U, then f is constant.

Facts & Assumptions

Given: A domain U and a function f=u+iv such that both f and fˉ=uiv are holomorphic on U.

[L1]
[L2]

A holomorphic function with zero derivative on a domain is constant (A holomorphic function with zero derivative on a domain is constant).

Proof

technique · direct
1.1

Applying [L1] to f gives ux=vy and uy=vx, while applying it to fˉ=u+i(v) gives ux=vy and uy=vx.

givenL1
2.1

The paired equations imply ux=uy=vx=vy=0, so [L1] gives f=0 throughout U.

step 1.1L1algebra
3.1

The domain theorem [L2] now makes f constant.

step 2.1L2
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Orientation-preserving conformality for a real-differentiable complex map at a point

Definition

For vectors p=(p1,p2) and q=(q1,q2) in the oriented Euclidean plane, put

ω(p,q):=p1q2p2q1.

A real-linear map L:R2R2 is a similarity of ratio λ>0 when

Lh,Lk=λ2h,k

for all h,kR2, using the inner product of The Euclidean inner product x,y=k<nxkyk on Rn. It is orientation-preserving when ω(Le1,Le2)>0 and orientation-reversing when that quantity is negative.

Let UC be open and let f:UC be real totally differentiable at a. The map f is orientation-preserving conformal at a when Df(a) is an orientation-preserving similarity. This is a pointwise condition on the real derivative. It asserts neither local nor global injectivity of f.

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

Plane similarities are complex or conjugate-complex multiplications; the orientation-preserving ones are exactly the nonzero complex multiplications

Statement

Let L:R2R2 be real-linear. It is a similarity if and only if exactly one of the following forms holds for some ξC{0}:

Lh=ξh,Lh=ξhˉ.

The first form is orientation-preserving and the second orientation-reversing. Thus the orientation-preserving similarities are exactly the nonzero complex multiplications.

Facts & Assumptions

Given: A real-linear map L:R2R2.

[F1]

A similarity has a ratio λ>0 and satisfies Lh,Lk=λ2h,k; its orientation is the sign of ω(Le1,Le2) (Orientation-preserving conformality for a real-differentiable complex map at a point).

[F2]

The Euclidean inner product is x,y=k<nxkyk and is positive definite (The Euclidean inner product x,y=k<nxkyk on Rn).

[L1]

Under CR2, multiplication satisfies (a+bi)(x+iy)=(axby)+i(bx+ay) (C is the real coordinate plane, with coordinate arithmetic).

Proof

technique · direct
1.1

Suppose L is a similarity of ratio λ, and write its columns as p=Le1=(a,b) and q=Le2=(c,d). By [F1]–[F2], pq and p=q=λ>0.

givenF1F2
1.2

Conversely, for ξ=a+bi0, direct expansion using [F2] shows that both hξh and hξhˉ multiply every inner product by ξ2. Their signed area factors are respectively ξ2 and ξ2, so both are similarities with the asserted orientations.

F1F2L1algebra
2.1

In the plane, a vector orthogonal to the nonzero p=(a,b) and of the same length is either (b,a) or (b,a). Hence q is one of these two vectors.

step 1.1algebra
3.1

If q=(b,a), [L1] gives Lh=(a+bi)h and ω(p,q)=a2+b2>0. If q=(b,a), [L1] gives Lh=(a+bi)hˉ and ω(p,q)=(a2+b2)<0.

step 2.1L1algebra
4.1

The signed area factor cannot be both positive and negative, so the two forms are mutually exclusive and the classification is complete.

step 3.1step 1.2algebra
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

A real-differentiable complex map is orientation-preserving conformal at a point exactly when it is complex differentiable there with nonzero derivative

Statement

Let f:UC be real totally differentiable at aU. Then f is orientation-preserving conformal at a if and only if it is complex differentiable at a and f(a)0.

Facts & Assumptions

Given: An open UC, a point aU, and a map f:UC real totally differentiable at a.

[F1]

Orientation-preserving conformality at a means that Df(a) is an orientation-preserving similarity (Orientation-preserving conformality for a real-differentiable complex map at a point).

[L2]

The orientation-preserving similarities of the plane are exactly the maps hξh with ξ0 (Plane similarities are complex or conjugate-complex multiplications; the orientation-preserving ones are exactly the nonzero complex multiplications).

Proof

technique · direct
1.1

If f is complex differentiable at a with f(a)0, [L1] makes Df(a) multiplication by f(a), and [L2] makes this an orientation-preserving similarity. Hence f is conformal at a by [F1].

givenL1L2F1
1.2

Conversely, if f is orientation-preserving conformal at a, [F1] and [L2] give Df(a)h=ξh for some ξ0. The reverse direction of [L1] makes f complex differentiable with f(a)=ξ0.

givenF1L2L1
2.1

Steps 1.1 and 1.2 prove both directions of the equivalence.

step 1.1step 1.2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The Jacobian determinant of a holomorphic map is f2 and is positive exactly where f0

Statement

Let f=u+iv be holomorphic on an open set UC. At every zU,

detJf(z)=f(z)20.

The determinant is positive exactly where f(z)0, and it is zero exactly where f(z)=0; it is never negative.

Facts & Assumptions

Given: A holomorphic map f=u+iv and a point z in its open domain.

[F1]

The Jacobian matrix is the matrix of the first partial derivatives (The Jacobian matrix of partial derivatives and the gradient in the scalar-valued case).

[L2]

Complex modulus satisfies a+ib2=a2+b2, and w=0 if and only if w=0 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

Proof

technique · direct
1.1

By [L1] and [F1], detJf(z)=a2+b2=f(z)2.

givenL1F1L2algebra
2.1

The sum a2+b2 is nonnegative and, by [L2], is zero exactly when f(z)=0; otherwise it is positive.

step 1.1L2algebra
TheoremStatement: AI-adaptedProof: Literature-sourcedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The C2 real and imaginary parts of a holomorphic function satisfy Laplace's equation and form a harmonic-conjugate pair

Statement

Let f=u+iv be holomorphic on an open set UC, and assume u,vC2(U). Then

uxx+uyy=0,vxx+vyy=0.

A C2 real function satisfying this equation is called harmonic. Thus u and v are harmonic, and v is a harmonic conjugate of u in the sense that u+iv is holomorphic. No automatic C2 regularity or global existence of harmonic conjugates is asserted.

Facts & Assumptions

Given: A holomorphic f=u+iv on U with u,vC2(U).

[F1]

A C2 function has continuous iterated partial derivatives through order two (Ck maps and multi-index derivative notation in Euclidean space).

[L2]

If a function is C2 on an open subset of Rm, then its mixed second partial derivatives agree (Clairaut--Schwarz theorem for continuous second partial derivatives).

Proof

technique · direct
1.1

Differentiating ux=vy in x and uy=vx in y gives uxx=vyx and uyy=vxy.

givenL1F1
1.2

Differentiating ux=vy in y and uy=vx in x gives uxy=vyy and uyx=vxx.

givenL1F1
2.1

By [L2], vyx=vxy, so step 1.1 gives uxx+uyy=0.

step 1.1L2algebra
3.1

By [L2], uxy=uyx, so step 1.2 gives vxx+vyy=0. The terminology in the Statement now applies to the given pair u,v.

step 1.2L2algebra
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

If a holomorphic function has C2 components, then its derivative is holomorphic

Statement

Let f=u+iv be holomorphic on an open set UC, and suppose u,vC2(U). Then the complex derivative f:UC is holomorphic.

Facts & Assumptions

Given: A holomorphic f=u+iv with C2 components.

[F1]

A C2 function has continuous first and second partial derivatives (Ck maps and multi-index derivative notation in Euclidean space).

[L2]

For C2 functions, mixed second partial derivatives agree (Clairaut--Schwarz theorem for continuous second partial derivatives).

Proof

technique · direct
1.1

Write f=p+iq with p=ux and q=vx. By [F1], the first partial derivatives of p and q exist and are continuous.

givenL1F1
1.2

Differentiating ux=vy in x and using [L2] gives px=uxx=vyx=vxy=qy.

L1L2F1algebra
1.3

Differentiating uy=vx in x and using [L2] gives py=uxy=uyx=vxx=qx.

L1L2F1algebra
2.1

Thus p,q have continuous first partials and satisfy the Cauchy–Riemann equations throughout U, so [L3] makes f=p+iq holomorphic.

step 1.1step 1.2step 1.3L3
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The Hessian determinant of each C2 holomorphic component is nonpositive; a nondegenerate critical point is a saddle

Statement

Let f=u+iv be holomorphic with C2 components. For either component w{u,v},

detHw=wxx2wxy20.

If a is a critical point of w and detHw(a)0, then the determinant is negative and a is neither a local maximum nor a local minimum, hence is a saddle in the Hessian-test sense. If the determinant is zero, the Hessian test is inconclusive.

Facts & Assumptions

Given: A holomorphic f=u+iv whose components are C2, and one component w.

[F1]

The Hessian is the matrix of second partial derivatives, and a critical point is one at which the gradient vanishes (The Hessian matrix and critical points of a scalar field).

[L2]

For a C2 function, wxy=wyx (Clairaut--Schwarz theorem for continuous second partial derivatives).

[L3]

At a critical point of a C2 function of two variables, a negative Hessian determinant gives neither a local minimum nor a local maximum, while determinant zero gives no conclusion (The two-variable Hessian determinant test).

Proof

technique · direct
1.1

By [F1] and [L2], detHw=wxxwyywxy2. By [L1], wyy=wxx, so detHw=wxx2wxy20.

F1L1L2algebra
2.1

If the determinant at a critical point is nonzero, step 1.1 makes it negative, and [L3] gives neither a local maximum nor a local minimum. If it is zero, [L3] gives no conclusion.

step 1.1givenL3

5 · Examples, counterexamples and false statements

None yet.

Sources

Standard references

Recommended treatments; not extraction sources.