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.

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

Complex Differentiability and the Cauchy–Riemann Equations: 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 passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

zz2 is entire with derivative 2z, directly from the complex difference quotient

Example

The square function f(z)=z2 is entire and satisfies f(z)=2z. In Cartesian coordinates its components are u(x,y)=x2y2,v(x,y)=2xy, and both are harmonic; v is a harmonic conjugate of u.

Facts & Assumptions

Given: An arbitrary zC.

[L1]

A function is complex differentiable at z when its punctured-domain difference quotient has a complex limit there, and it is entire when it is complex differentiable at every point of C (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[L2]

The complex modulus is multiplicative, satisfies the triangle inequality, and is definite (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

[L3]

For a holomorphic function with C2 components, both components satisfy Laplace's equation, and the imaginary component is a harmonic conjugate of the real component (The C2 real and imaginary parts of a holomorphic function satisfy Laplace's equation and form a harmonic-conjugate pair).

Verification

technique · direct computation
1.1

For every nonzero increment h, f(z+h)f(z)h=(z+h)2z2h=2z+h.

algebra
2.1

Since (2z+h)2z=h0, the quotient in step 1.1 tends to 2z. Thus f(z)=2z by [L1].

step 1.1L1L2
3.1

The point z was arbitrary, so f is entire.

step 2.1L1
3.2

Writing z=x+iy gives z2=(x2y2)+i(2xy). Hence ux=2x=vy and uy=2y=vx, in agreement with step 2.1.

step 2.1algebra
4.1

Moreover uxx+uyy=22=0 and vxx+vyy=0+0=0. The polynomial components are C2, so [L3] identifies them as harmonic and identifies v as a harmonic conjugate of u.

step 3.1step 3.2L3algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

The complex exponential satisfies the Cauchy–Riemann equations in Cartesian and polar form

Example

The complex exponential is entire with derivative itself. Its Cartesian components satisfy the Cartesian Cauchy–Riemann equations everywhere, and its polar components satisfy the polar equations at every parameter point with r>0.

Facts & Assumptions

Given: Complex numbers z,h, Cartesian coordinates z=x+iy, and polar parameters z=reiθ with r>0 when polar coordinates are used.

[F1]

The complex exponential is defined by expz=n0zn/n! (The complex exponential by its power series), and this series converges absolutely for every complex z (The complex exponential series converges absolutely for every complex argument).

[L2]

For all complex z,w, exp(z+w)=expzexpw, and the complex exponential restricts to the real exponential on the real axis (exp(z+w)=expzexpw, and the complex exponential extends the real exponential).

[L4]

The complex exponential is entire and has derivative exp(z)=expz (The complex exponential is entire and its complex derivative is itself).

[L5]

Away from r=0, the polar Cauchy–Riemann equations are Ur=r1Vθ and Vr=r1Uθ (Cartesian and polar forms of the Cauchy–Riemann equations agree away from the origin).

Verification

technique · direct computation
1.1

For h0, the addition law and defining series give ez+hezh=ezeh1h=ez(1+n2hn1n!).

F1L2algebra
1.2

From [L3], u=excosy and v=exsiny. Therefore ux=excosy=vy and uy=exsiny=vx, and ux+ivx=ex+iy.

L3algebra
1.3

Put c:=cosθ, s:=sinθ, A:=erc, and ϕ:=rs. Then U=Acosϕ and V=Asinϕ, so Ur=A(ccosϕssinϕ),Vr=A(csinϕ+scosϕ), Uθ=rVr,Vθ=rUr.

L3algebra
2.1

When 0<h1, absolute convergence at 1 gives the finite constant C:=n21/n!, and n2hn1n!hn21n!=Ch0.

step 1.1F1algebra
3.1

Thus the quotient tends to ez, directly confirming exp(z)=expz and [L4].

step 1.1step 2.1L4
4.1

Since r>0, step 1.3 is equivalent to Ur=r1Vθ and Vr=r1Uθ, exactly [L5]. At r=0 these polar identities are not asserted; the Cartesian calculation in step 1.2 covers the origin.

step 1.2step 1.3L5
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

z1/z is holomorphic on C{0} with derivative 1/z2, directly from the difference quotient

Example

The reciprocal function f(z)=1/z is holomorphic on the punctured plane C{0}, and f(z)=1z2.

Facts & Assumptions

Given: A point zC{0}.

[L1]

Complex differentiability is the existence of the punctured-domain difference-quotient limit, and holomorphy on an open set means complex differentiability at each point of that set (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[L2]

The complex modulus is multiplicative, satisfies z+wz+w, and vanishes exactly at 0 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive). Applying the triangle inequality to z=(z+h)+(h), and using h=1h=h, gives the reverse form z+hzh.

Verification

technique · direct computation
1.1

If 0<h<z/2, then z+hzh>z/2>0, so z+h remains in the punctured plane.

L2
2.1

For such h, f(z+h)f(z)h=1z(z+h).

step 1.1algebra
3.1

The error from the proposed derivative satisfies 1z(z+h)+1z2=hz2z+h2hz30.

step 1.1step 2.1L2algebra
4.1

Hence f(z)=1/z2 by [L1]. Since z was arbitrary in C{0}, f is holomorphic there. The point 0 is absent from the function's domain, not merely exceptional for the derivative formula.

step 3.1L1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

A Möbius map (az+b)/(cz+d) with adbc0 is conformal wherever cz+d0

Example

Let a,b,c,dC with adbc0, and define F(z)=az+bcz+d wherever cz+d0. Then F is holomorphic and orientation-preserving conformal at every point of its domain.

Facts & Assumptions

Given: Complex coefficients a,b,c,d with adbc0.

[L1]

The linearity and quotient rules hold for complex derivatives wherever the denominator is nonzero (Linearity, product, reciprocal, and quotient rules for complex derivatives).

[L2]

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

Verification

technique · direct computation
1.1

On the set D:={z:cz+d0}, [L1] gives F(z)=a(cz+d)c(az+b)(cz+d)2=adbc(cz+d)2.

L1algebra
2.1

Both numerator and denominator in step 1.1 are nonzero on D, so F(z)0 throughout D.

step 1.1given
3.1

Thus [L2] makes F orientation-preserving conformal at every point of D.

step 1.1step 2.1L2
4.1

If c=0, then ad0, hence d0 and D=C. If c0, the excluded equation cz+d=0 has the unique solution z=d/c, so D=C{d/c}. No global injectivity claim on C is needed.

givenalgebra
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

The square map sends the Cartesian grid lines off the coordinate axes to two orthogonal families of parabolas

Example

Under w=z2, the vertical grid lines x=c with c0 and the horizontal grid lines y=d with d0 become two families of parabolic arcs, opening in opposite directions. The two coordinate axes are the exceptions: each maps onto a ray rather than a parabola. At the image of every grid crossing z0, the tangent directions of the two curves through it remain orthogonal. The origin is the critical point where this conformality conclusion is unavailable.

Facts & Assumptions

Given: z=x+iy, w=u+iv=z2, and real constants c,d specifying the lines x=c and y=d.

[L2]

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

Verification

technique · cases and direct computation
1.1

Expanding gives u=x2y2 and v=2xy. On x=c, (u,v)=(c2y2,2cy).

algebra
1.2

At a crossing z=c+id0, [L1] gives f(z)=2z0. Hence [L2] says the real derivative is an oriented similarity, so it carries the perpendicular vertical and horizontal tangent directions to perpendicular nonzero tangent directions of the two image curves.

L1L2
2.1

If c0, eliminating y=v/(2c) gives u=c2v2/(4c2), a left-opening parabola. If c=0, the image is (u,v)=(y2,0), the nonpositive real ray, which is the degenerate member of that family.

step 1.1assume-case nonzeroassume-case zeroalgebra
2.2

On y=d, (u,v)=(x2d2,2dx). If d0, eliminating x=v/(2d) gives u=v2/(4d2)d2, a right-opening parabola. If d=0, the image is (u,v)=(x2,0), the nonnegative real ray.

step 1.1assume-case nonzeroassume-case zeroalgebra
3.1

At z=0, the derivative is zero, so [L2] gives no conformality conclusion; indeed the two degenerate rays meet there. Steps 2.1 and 2.2 cover zero and nonzero grid parameters, and step 1.2 covers exactly the noncritical crossings.

step 2.1step 2.2step 1.2L1L2cases-exhaustive
False statementConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

FALSE: real differentiability as a map R2R2 implies complex differentiability; conjugation is the counterexample

Statement

False claim: if a map f:CC, regarded as a map R2R2, is real totally differentiable at a point, then it is complex differentiable there.

Facts & Assumptions

Given: The conjugation map f(z)=zˉ.

[L1]

Under the real-coordinate identification Φ(a+bi)=(a,b) (C is the real coordinate plane, with coordinate arithmetic), x+iy corresponds to (x,y); conjugation is x+iy=xiy (Real and imaginary parts, complex conjugation, and modulus), so it corresponds to (x,y)(x,y).

[L2]

Complex differentiability is equivalent to real total differentiability together with the Cauchy–Riemann equations ux=vy and uy=vx (Complex differentiability is equivalent to real total differentiability together with a complex-linear derivative, with zˉf=0, or with the Cauchy–Riemann equations).

Refutation

technique · direct counterexample
1.1

By [L1], f is the real-linear map (x,y)(x,y). Its increment is exactly its linear action, so it is real totally differentiable everywhere with derivative matrix diag(1,1).

L1algebra
1.2

Directly, for nonzero real t the quotient (z+tzˉ)/t is 1, whereas the quotient for the increment it is (z+itzˉ)/(it)=1. Thus the complex difference quotient has incompatible directional limits.

givenalgebra
2.1

Its components u=x and v=y have ux=1 and vy=1, so the first Cauchy–Riemann equation fails at every point. By [L2], f is nowhere complex differentiable.

step 1.1L2
3.1

The same map is real totally differentiable everywhere by step 1.1 and complex differentiable nowhere by steps 1.2 and 2.1, so it refutes the claim.

step 1.1step 2.1step 1.2
CounterexampleConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

zz2 is complex differentiable exactly at 0, with derivative 0, but is holomorphic on no neighbourhood of 0

Statement refuted

Complex differentiability at a point automatically extends to holomorphy on some neighbourhood of that point.

Facts & Assumptions

Given: f(z)=z2=zzˉ on C.

[L1]

Complex differentiability at a point is existence of the difference-quotient limit, while holomorphy at a point requires complex differentiability on an open neighbourhood of that point (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[L3]

z2=zzˉ, z=z, and z=0 exactly when z=0 (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.

Counterexample

technique · cases
1.1

At z=0 and h0, f(h)f(0)h=h2h=hˉ, whose modulus is h and hence tends to 0. Thus f(0)=0.

L1L3assume-case zero
1.2

At z=x+iy, the components are u=x2+y2 and v=0, so ux=2x, uy=2y, and vx=vy=0.

algebra
2.1

If f were complex differentiable at a nonzero z, [L2] would force 2x=0 and 2y=0, hence z=0, a contradiction. Therefore f is not complex differentiable at any nonzero point.

step 1.2L2assume-case nonzeroalgebra
3.1

Steps 1.1 and 2.1 cover every zC, so the complex-differentiability locus is exactly {0}. Every open neighbourhood of 0 contains a nonzero point, where step 2.1 gives failure; thus [L1] says f is holomorphic on no neighbourhood of 0.

step 1.1step 2.1L1L3cases-exhaustive
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

zRez is real differentiable but nowhere complex differentiable

Statement refuted

A real-linear map from C to itself is complex differentiable.

Facts & Assumptions

Given: f(z)=Rez.

[L1]

Complex differentiability is equivalent to real total differentiability together with ux=vy and uy=vx (Complex differentiability is equivalent to real total differentiability together with a complex-linear derivative, with zˉf=0, or with the Cauchy–Riemann equations).

Counterexample

technique · direct
1.1

In real coordinates, f(x+iy)=x+i0, so it is the real-linear map (x,y)(x,0) and is real totally differentiable everywhere with that same linear map as derivative.

algebra
2.1

Its components have ux=1 and vy=0. The first Cauchy–Riemann equation therefore fails everywhere, so [L1] makes f nowhere complex differentiable.

step 1.1L1
3.1

Equivalently, at any z, the difference quotient is 1 along nonzero real increments and 0 along nonzero imaginary increments. These incompatible limits independently confirm step 2.1 and refute the claim.

step 2.1givenalgebra
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

zz is nowhere complex differentiable

Statement refuted

The modulus map zz is complex differentiable somewhere in C.

Facts & Assumptions

Given: f(z)=z.

[L2]

z2=zzˉ, the modulus is nonnegative, and z=0 exactly when z=0 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

Counterexample

technique · cases
1.1

At 0, for nonzero real t the difference quotient is t/t, which equals 1 for t>0 and 1 for t<0. Thus no complex derivative exists at 0.

assume-case zeroL2
1.2

Let z=x+iy0 and put r=z>0. Rationalizing the real-coordinate increments gives ux=limt0(x+t)2+y2rt=limt02x+t(x+t)2+y2+r=xr, and similarly uy=y/r, while the imaginary component v is identically zero.

assume-case nonzeroL2algebra
2.1

If f were complex differentiable at this nonzero point, [L1] would force ux=vy=0 and uy=vx=0. Step 1.2 would then give x=y=0, contradicting z0.

step 1.2L1
3.1

Step 1.1 covers the origin and step 2.1 covers every nonzero point. Hence the modulus map is nowhere complex differentiable.

step 1.1step 2.1cases-exhaustive
ExampleConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passaudited 2026-08-13Open item page →

x3+3xy2+i(y3+3x2y) is complex differentiable exactly on the coordinate axes but holomorphic nowhere

Example

Define f(x+iy)=x3+3xy2+i(y3+3x2y). Then f is complex differentiable exactly at the points of the two coordinate axes, but it is holomorphic on no nonempty open set and hence holomorphic at no point.

Facts & Assumptions

Given: The polynomial components u=x3+3xy2 and v=y3+3x2y on R2.

[L1]

If the four first partial derivatives exist near a point, are continuous at the point, and satisfy the Cauchy–Riemann equations there, then the function is complex differentiable at that point (Continuous first partial derivatives and the Cauchy–Riemann equations imply complex differentiability pointwise, and holomorphy when they hold throughout an open set).

Verification

technique · direct computation
1.1

The polynomial partials are continuous everywhere and satisfy ux=3x2+3y2=vy,uy=6xy=vx.

algebra
2.1

The second Cauchy–Riemann equation is uy=vx, so by step 1.1 it holds exactly when 6xy=6xy, equivalently xy=0.

step 1.1algebra
3.1

At every point with xy=0, [L1] and steps 1.1–2.1 give complex differentiability. At every point with xy0, [L2] and step 2.1 rule it out. Thus the differentiability locus is exactly the union of the coordinate axes.

step 1.1step 2.1L1L2
4.1

Every open ball about any point of either axis contains a point with both coordinates nonzero: for radius r>0, a sufficiently small displacement in both coordinate directions supplies one. Every open ball about a point off the axes already contains its centre, where differentiability fails. Hence no nonempty open set consists entirely of differentiability points.

step 3.1
5.1

Holomorphy at a point requires complex differentiability throughout some open neighbourhood there. Step 4.1 therefore shows that f is holomorphic nowhere, despite being complex differentiable at every point of both axes.

step 3.1step 4.1L1
False statementConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

FALSE: the Cauchy–Riemann equations at one point imply complex differentiability there

Statement

False claim: if the four first coordinate partial derivatives of f=u+iv exist at a point and satisfy ux=vy and uy=vx there, then f is complex differentiable at that point.

Facts & Assumptions

Given: The function f(0)=0,f(z)=zˉ2z(z0).

[L1]

Complex differentiability at 0 requires a single limit of (f(h)f(0))/h as nonzero complex h tends to 0 (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[L2]

Complex differentiability is equivalent to real total differentiability plus the Cauchy–Riemann equations; the equations alone are not asserted to be sufficient (Complex differentiability is equivalent to real total differentiability together with a complex-linear derivative, with zˉf=0, or with the Cauchy–Riemann equations).

[L3]

The modulus is multiplicative, zz=z2, z=z, and z=0 exactly when z=0 (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.

Refutation

technique · direct counterexample
1.1

For z0, f(z)=zˉ2/z=z. Hence f(z)0=f(0) as z0, so the example is even continuous at the point in question.

L3algebra
1.2

On the real axis, f(t)=t; on the imaginary axis, f(it)=it. Therefore at the origin ux=1,vx=0,uy=0,vy=1.

givenalgebra
1.3

For z0, the derivative quotient at the origin is f(z)f(0)z=zˉ2z2.

givenalgebra
2.1

Thus ux=vy and uy=vx at 0: both Cauchy–Riemann equations hold there.

step 1.2
2.2

Along nonzero real z=t, the quotient in step 1.3 is 1. Along z=t(1+i), it is (1i)2/(1+i)2=1. Both paths tend to 0, so [L1] shows that f(0) does not exist.

step 1.3L1algebra
3.1

Steps 1.2 and 2.1 verify the false claim's entire hypothesis at 0, while step 2.2 denies its conclusion. This also exhibits the missing ingredient in [L2]: the coordinate map is not real totally differentiable at 0.

step 1.2step 2.1step 2.2L2
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-13Open item page →

FALSE: existence of partial derivatives satisfying Cauchy–Riemann everywhere on an open set implies holomorphy

Statement

False claim: if all four first coordinate partial derivatives of f=u+iv exist at every point of an open set and satisfy the Cauchy–Riemann equations there, then f is holomorphic on that set.

Facts & Assumptions

Given: The function on C f(0)=0,f(z)=exp(z4)(z0).

[L1]

The complex exponential is entire with derivative itself (The complex exponential is entire and its complex derivative is itself).

[L2]

Complex differentiation is linear and satisfies the product rule; where g(a)0 the reciprocal 1/g is complex differentiable at a with (1/g)=g/g2 (Linearity, product, reciprocal, and quotient rules for complex derivatives); and a composite of complex differentiable maps is complex differentiable (The chain rule for complex derivatives). Iterating the product rule makes zz4 complex differentiable, so the reciprocal rule makes zz4 complex differentiable wherever z0. No general complex-exponent power rule is used.

[L3]

For every natural m and real a>0, xm/exp(ax)0 as x+ (The exponential dominates every fixed nonnegative integer power at +).

Refutation

technique · direct counterexample
1.1

On C{0}, the power, reciprocal, exponential, and chain rules show that f is holomorphic. Consequently all four partials exist and satisfy the Cauchy–Riemann equations there by [L1], [L2], and [L4].

L1L2L4
1.2

For nonzero real t, both t4 and (it)4 equal t4, so f(t)=f(it)=e1/t4R.

givenalgebra
1.3

Put x=1/t. As t0, x+; for x1, 0xex4xex, and [L3] with m=1, a=1 makes the last expression tend to 0. Hence e1/t4/t0.

L3algebra
1.4

Along z=t(1+i) with nonzero real t, one has z4=4t4, and therefore f(t(1+i))=e1/(4t4)+(t0). So f is unbounded in every neighbourhood of 0 and is not continuous there.

givenalgebra
2.1

Steps 1.2–1.3 give ux(0)=uy(0)=vx(0)=vy(0)=0. Thus all four partials exist at 0 and satisfy both Cauchy–Riemann equations there. Together with step 1.1, the false claim's hypotheses hold throughout the open set C.

step 1.1step 1.2step 1.3
3.1

By [L4], the discontinuity in step 1.4 rules out complex differentiability at 0. Hence f satisfies Cauchy–Riemann everywhere but is not holomorphic on C, refuting the claim.

step 2.1step 1.4L4
4.1

There is also a Wirtinger warning. Off 0, f is holomorphic, so conjugating its Cauchy–Riemann equations gives (fˉ)z=0; at 0, step 2.1 gives the same value. Thus (fˉ)z is identically zero and continuous. Nevertheless, off 0 the chain rule gives f(z)=4z5ez4, whose modulus along z=t(1+i) tends to infinity, so the coordinate partials of f and fˉ are not continuous at 0.

step 1.1step 2.1step 1.4L2L4algebra
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-13Open item page →

FALSE: a holomorphic function with zero derivative on an arbitrary open set is constant

Statement

False claim: if UC is open, f:UC is holomorphic, and f(z)=0 for every zU, then f is constant on U.

Facts & Assumptions

Given: U:={z:Rez<0}{z:Rez>0},f(z):={0,Rez<0,1,Rez>0.

[L1]

A set is open in a metric space exactly when every one of its points has a positive-radius ball contained in the set (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).

[L2]

A function is holomorphic on an open set when it is complex differentiable at each point of that set (Complex differentiability at a point, the complex derivative, holomorphic functions, and entire functions).

[L3]

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

Refutation

technique · direct counterexample
1.1

Let z=x+iyU and choose r:=x/2>0. If wz<r, then Rewxwz<x/2, so Rew has the same sign as x. Thus B(z,r)U, and [L1] shows that U is open.

givenL1algebra
1.2

But 1,1U and f(1)=01=f(1), so f is not constant on U.

given
2.1

The same ball B(z,r) lies wholly in one half-plane, so f is constant on it. For every sufficiently small nonzero h with z+hU, the difference quotient (f(z+h)f(z))/h is therefore 0. Hence f(z)=0.

step 1.1L2
3.1

Since zU was arbitrary, [L2] says f is holomorphic on U and has derivative zero everywhere there.

step 2.1L2
4.1

Steps 3.1 and 1.2 refute the claim. The missing hypothesis is connectedness: U is the disjoint union of two nonempty open half-planes, whereas [L3] requires a domain to be connected.

step 1.1step 3.1step 1.2L3

Sources