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 · 7 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 Identity Theorem, the Maximum Principle and the Open Mapping Theorem — Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

The complex Pythagorean identity by the identity theorem

Statement

For every complex number z, sin2z+cos2z=1.

This proof obtains the complex identity from its real restriction by the identity theorem.

Facts & Assumptions

[L1]

For every real x, sin2x+cos2x=1 (Parity and the Pythagorean identity for sine and cosine).

[L2]

If two holomorphic functions on a complex domain agree on a set with an accumulation point in the domain, then they agree everywhere on the domain (Identity theorem for holomorphic functions).

[L3]

The functions sin, cos, sinh, and cosh are entire (Complex sine, cosine, hyperbolic sine, and hyperbolic cosine are entire with their standard derivatives).

Proof

technique · direct
1.1

By [L3] and the holomorphic algebra laws, h(z):=sin2z+cos2z1 is entire.

L3algebra
1.2

For every real x, [L1] gives h(x)=0.

L1
2.1

The real axis has accumulation point 0 in the complex domain C, so [L2] applied to h and the zero function makes h identically zero. Hence sin2z+cos2z=1 for every complex z.

step 1.1step 1.2L2

Remarks

This route is independent of the direct exponential-form calculation obtained by expanding the complex trigonometric dictionary and The addition formulas for complex trigonometric and hyperbolic functions. The proof above uses neither that addition formula nor its algebraic consequences.

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

The local mapping of complex squaring at zero and at one

Example

For f(z)=z2, the point 0 has local degree 2 and is a branch point: every sufficiently small nonzero value has two distinct nearby preimages. The point 1 has local degree 1, and f is biholomorphic on a sufficiently small neighbourhood of 1.

Facts & Assumptions

Given: The entire function f(z)=z2, the algebra of complex polynomial derivatives (Linearity, product, reciprocal, and quotient rules for complex derivatives), and the fact that a nonzero complex number has exactly two square roots (The n-th roots of a complex number and the n distinct roots of unity for every n1).

[L1]

If Ω is a complex domain, f:ΩC is nonconstant and holomorphic, and aΩ, then the local degree is degaf=orda(ff(a)) (Local degree of a nonconstant holomorphic map).

[L2]

If Ω is a complex domain, f:ΩC is nonconstant and holomorphic, aΩ, and m=degaf, then every neighbourhood N of a contains an open neighbourhood V for which some ρ>0 gives exactly m preimages in V for 0<wf(a)<ρm, while f(a) has only the preimage a, counted with multiplicity m (A local degree-m holomorphic map has m nearby sheets).

[L3]

If f is nonconstant and holomorphic on a complex domain Ω and aΩ, then f(a)0, degaf=1, local injectivity at a, and biholomorphy between neighbourhoods of a and f(a) are equivalent (Holomorphic inverse function theorem and local-degree criterion).

Verification

technique · direct
1.1

At 0, one has f(z)f(0)=z2, so [L1] gives deg0f=2. By [L2], every sufficiently small nonzero w has exactly two local preimages; explicitly they are the distinct roots z and z, while w=0 has only the preimage 0 with multiplicity 2.

L1L2givenalgebra
1.2

At 1, f(z)f(1)=(z1)(z+1) and the factor z+1 is nonzero at 1, so [L1] gives deg1f=1. Hence [L3] makes f biholomorphic between neighbourhoods of 1 and 1.

L1L3algebra
2.1

The injectivity can also be seen explicitly on D(1,1/2). If z,w lie in that disc and z2=w2, then z=w or z=w; the second alternative would give 2=(z1)+(w1)<1, which is impossible.

step 1.2algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

An exact polynomial bound from the boundary maximum principle

Example

For p(z)=z22z+2 on the closed unit disc, maxz1p(z)=5, and equality is attained at the boundary point z=1.

Facts & Assumptions

Given: The polynomial p(z)=z22z+2 and the triangle inequality and multiplicative law for complex modulus (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

[L1]

If Ω is a bounded complex domain and f is continuous on Ω and holomorphic on Ω, then f attains its maximum on Ω (Boundary maximum modulus principle on a bounded domain).

Verification

technique · direct
1.1

If z1, then p(z)z2+2z+21+2+2=5.

givenalgebra
1.2

By [L2], p is entire, so [L1] applies to the open unit disc and confirms that its maximum on the closed disc occurs on the unit circle.

L1L2
2.1

The point 1 lies on that circle and p(1)=1+2+2=5. Together with step 1.1, this proves that the exact maximum is 5.

step 1.1step 1.2algebra
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

Agreement accumulating only at the boundary does not force a holomorphic identity

Statement refuted

Two holomorphic functions on a complex domain that agree on a set accumulating at a boundary point must agree everywhere.

Facts & Assumptions

[L2]

If two holomorphic functions on a complex domain agree on a set with an accumulation point in the domain, then they agree everywhere on the domain (Identity theorem for holomorphic functions).

[L3]

For n2, Rn{0} is polygonally connected (For n2, the punctured space Rn{0} is polygonally connected).

Counterexample

technique · direct
1.1

The set Ω is open and is connected by [L3] under the plane dictionary, so it is a complex domain (A complex domain is a nonempty connected open subset of C). The chain and quotient rules make f holomorphic there, and g is holomorphic as a constant.

L3givenalgebra
1.2

For every natural k1, put zk=1/(kπ). Then zkΩ, [L1] gives f(zk)=sin(kπ)=0=g(zk), the points are distinct, and zk0.

L1algebra
2.1

The accumulation point 0 is not in Ω, so [L2] does not apply. Moreover, 2/πΩ and f(2/π)=sin(π/2)=10=g(2/π). Thus the functions agree on a set accumulating only at the boundary but are not identical.

step 1.1step 1.2L2givenalgebra
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-24Open item page →

A flat smooth real function has no holomorphic extension near zero

Statement refuted

Every smooth real function near 0 is the restriction of a holomorphic function on some complex neighbourhood of 0.

Facts & Assumptions

Given: The function ψ:RR defined by ψ(0)=0 and ψ(x)=exp(1/x2) for x0.

[L1]

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

[L2]

The real exponential is smooth and every derivative equals the exponential (The exponential function is smooth and (exp)=exp).

[L6]

A differentiable real function is continuous at every point of differentiability (A function differentiable at c is continuous at c).

[L7]

A function is smooth when it is Ck for every natural k (Higher derivatives and the classes Ck and C).

[L8]

For every real x, exp(x)>0 and exp(x)=1/exp(x) (The exponential is positive and satisfies exp(x)=1/exp(x)).

[L9]

Every holomorphic function equals its Taylor series throughout the largest centred open disc contained in its domain (A holomorphic function equals its Taylor series throughout the largest centred disc in its domain).

[L10]

If F(z)=n0cn(za)n near a, then cn=F(n)(a)/n! for every natural n (The coefficients of a complex power series are its derivatives at the centre divided by the corresponding factorials).

Counterexample

technique · contradiction
1.1

For x0, induction using [L2], [L3], [L4], and [L5] gives ψ(n)(x)=Pn(1/x)exp(1/x2) for a real polynomial Pn: P0=1, and differentiating one such expression produces another polynomial in 1/x times the same exponential.

L2L3L4L5givenalgebra
1.2

For every x0, [L8] gives ψ(x)=exp(1/x2)>0.

L8givenalgebra
2.1

Extend each expression in step 1.1 by the value 0 at x=0. By [L1], both Pn(1/x)exp(1/x2) and its difference quotient divided by x tend to 0 as x0 from either side. Inductively, every derivative exists at 0, equals 0, and is continuous there by [L6]; hence ψ is smooth by [L7].

step 1.1L1L6L7
3.1

Suppose, for contradiction, that a holomorphic function F on a complex neighbourhood of 0 agrees with ψ on a real interval about 0. Derivatives along the real axis then give F(n)(0)=ψ(n)(0)=0 for every natural n, and [L10] makes every Taylor coefficient of F at 0 equal to 0.

step 2.1L10assume-contra
4.1

By [L9], F equals that zero Taylor series on a complex disc about 0, so F vanishes there.

step 3.1L9
5.1

Every real interval about 0 contains a nonzero x, where step 1.2 gives F(x)=ψ(x)>0, contradicting step 4.1. Thus the smooth function ψ has no holomorphic extension to any complex neighbourhood of 0.

step 1.2step 4.1discharge-contradiction
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

A nonconstant Blaschke factor has constant boundary modulus

Statement refuted

A function holomorphic on the unit disc and continuous on its closure must be constant whenever its modulus is constant on the unit circle.

Facts & Assumptions

Given: A parameter aC with a<1 and the Blaschke factor Ba(z):=za1az. Complex conjugation and modulus obey zw=zw and z2=zz (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive), and C is a field (C=R[x]/(x2+1) is a field, every element is uniquely a+bi, and every nonzero element has inverse (abi)/(a2+b2)).

[L1]

If a holomorphic function has constant modulus on the boundary of a bounded domain, then it is constant or has a zero in the domain (Constant boundary modulus forces an interior zero or constancy).

[L2]

A quotient of holomorphic functions is holomorphic wherever its denominator is nonzero (Linearity, product, reciprocal, and quotient rules for complex derivatives).

Counterexample

technique · direct
1.1

If a=0, the denominator is 1. If a0, choose R with 1<R<1/a; for z<R one has az<1, so 1az0. Thus [L2] makes Ba holomorphic on a neighbourhood of the closed unit disc, and hence continuous there.

L2givenalgebra
2.1

When z=1, direct expansion gives za2=1zaaz+a2=1az2. The denominator is nonzero by step 1.1, so Ba(z)=1 on the entire unit circle.

step 1.1givenalgebra
3.1

Since Ba(a)=0 and its boundary modulus is 1, the function is nonconstant. It therefore realizes the zero alternative in [L1] and refutes the proposed implication, including the case a=0, where B0(z)=z.

step 1.1step 2.1L1algebra
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

FALSE: the local maximum modulus principle needs no connectedness

Statement

Every holomorphic function on an open subset of C whose modulus has an interior local maximum is constant on that open set, even when the open set is disconnected.

Facts & Assumptions

Given: The disjoint open discs D(2,1) and D(2,1) in the complex metric topology (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 their union U.

[L1]

If the modulus of a holomorphic function on a complex domain has an interior local maximum, then the function is constant (Local maximum modulus principle).

Refutation

technique · direct
1.1

The two discs are nonempty, open, and disjoint, so U=D(2,1)D(2,1) is open but disconnected and therefore is not a complex domain (A complex domain is a nonempty connected open subset of C).

given
2.1

Define f=0 on D(2,1) and f=1 on D(2,1). Every point has a neighbourhood on which f is constant, so f is holomorphic on U.

step 1.1algebra
3.1

At every point of the second disc, f=1 is a local maximum, but f is not constant on U because it is 0 on the first disc. Thus the statement is false; the connected-domain hypothesis in [L1] is exactly what prevents this componentwise witness.

step 2.1L1
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

FALSE: every interior local modulus minimum forces constancy

Statement

Every holomorphic function on a complex domain whose modulus has an interior local minimum is constant.

Facts & Assumptions

Given: The open unit disc D and the identity function f(z)=z, which is holomorphic and has derivative 1 (Linearity, product, reciprocal, and quotient rules for complex derivatives). Complex modulus is nonnegative and vanishes only at 0 (Conjugation is an involutive real-field automorphism, zz=z2, and modulus is definite, multiplicative, and subadditive).

[L1]

A nowhere-zero holomorphic function on a complex domain cannot have an interior local modulus minimum unless it is constant (Minimum modulus principle for a nowhere-zero holomorphic function).

Refutation

technique · direct
1.1

The identity function f(z)=z is holomorphic on the nonempty complex domain D.

given
2.1

Its modulus satisfies f(z)=z0=f(0), so it has a global, and hence local, minimum at the interior point 0.

step 1.1algebra
3.1

The map is not constant, since f(0)=0 and f(1/2)=1/2. The valid theorem [L1] does not apply because f vanishes at the minimizer, so nonvanishing is essential.

step 1.1step 2.1L1
False statementConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + claude-opus-5[1m])audited 2026-08-24Open item page →

FALSE: every injective real-differentiable planar map has nonzero Jacobian

Statement

Every injective differentiable map F:R2R2 has nonzero Jacobian determinant at every point.

Facts & Assumptions

Refutation

technique · direct
1.1

If F(x,y)=F(u,v), then y=v and 0=x3u3=(xu)((x+u/2)2+3u2/4). The second factor is nonnegative and vanishes only when x=u=0, so in every case x=u. Thus F is injective.

givenalgebra
1.2

By [L1], the derivative matrix is DF(x,y)=(3x2001), so F is differentiable and detDF(x,y)=3x2.

L1givenalgebra
2.1

On the entire vertical axis x=0, the determinant in step 1.2 is zero even though step 1.1 shows that F is injective. Hence the real-differentiable statement is false; [L2] shows the contrasting conclusion that does hold for injective holomorphic maps.

step 1.1step 1.2L2
False statementConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-24Open item page →

FALSE: boundary control alone gives the maximum principle on an unbounded domain

Statement

If a function is continuous on the closure of an unbounded complex domain, holomorphic inside, and has boundary modulus at most 1, then its modulus is at most 1 throughout the domain.

Facts & Assumptions

Given: The upper half-plane H={z:Imz>0} and f(z)=exp(iz). The exponential is entire and holomorphic compositions obey the complex chain rule (The complex exponential is entire and its complex derivative is itself, The chain rule for complex derivatives). The bounded-domain theorem is Boundary maximum modulus principle on a bounded domain.

[L1]

Boundary control together with control at infinity bounds the modulus throughout an unbounded complex domain (Maximum modulus principle with boundary and infinity control).

Refutation

technique · direct
1.1

The function f(z)=exp(iz) is entire and hence is holomorphic on H and continuous on its closed half-plane.

L2given
2.1

For z=x+iy, one has iz=yix, so [L2] gives f(x+iy)=ey. Thus f(x)=1 on the real boundary y=0, while f(iy)=ey is unbounded as y+.

step 1.1L2algebra
3.1

Step 2.1 violates the proposed conclusion. The valid unbounded-domain result [L1] requires control at infinity as well as finite-boundary control, and this example fails exactly that additional hypothesis.

step 2.1L1

Sources