Alphabeta Math
Pipeline-generated
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.

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

Infinite Products and the Weierstrass Factorisation Theorem — Examples

1 · Prerequisites

2 · Summary

The examples page shows what the abstract factorization machinery actually does. There is one explicit normally convergent product whose zeros can be read off directly, one canonical product with sparse zeros, and a direct Jensen computation for a polynomial. The sine product example then extracts the Basel sum by matching the quadratic term in the product with the quadratic term in the Taylor expansion.

Its negative examples separate the necessary hypotheses that the main page keeps track of: conditional convergence of the linear series does not force product convergence, uniqueness of Weierstrass factorization fails because an exponential factor remains free, genus zero is not always enough, and the order of an entire function need not equal the canonical genus of its zero sequence.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

The product n0(1+z/2n) defines an entire zero-free tail limit after the first factor

Example

The product

n1(1+z2n)

converges normally on C, hence defines an entire function. On every compact set, all but finitely many factors are zero-free, so the tail limit is zero-free there.

Facts & Assumptions

Given: The factors fn(z)=1+z/2n for n1.

[F1]

A normally convergent holomorphic product defines a holomorphic function, and after finitely many factors the tail contributes no zeros on a fixed compact set (Normally convergent products define holomorphic functions with the expected zeros).

Verification

1.1

On a compact disc zR one has n1supfn(z)1=n1R/2n<, so the product is normally convergent.

F1givenalgebra
2.1

Therefore [F1] makes the product entire, and on each compact disc only finitely many factors can vanish because 2n eventually lies outside the disc.

F1step 1.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

The sine product recovers the Basel sum

Example

The sine product implies the Basel identity

n11n2=π26.

Facts & Assumptions

Given: The product formula for sin(πz).

[F1]

The Weierstrass product for sine is sin(πz)πz=n1(1z2n2) (The Weierstrass product for sine).

[F2]

The complex sine power series gives sin(πz)πz=1π2z26+O(z4) near z=0 (The exponential definitions of complex sine, cosine, hyperbolic sine, and hyperbolic cosine equal their entire power series).

Verification

1.1

For each N1, the partial product PN(z):=n=1N(1z2/n2) has quadratic expansion PN(z)=1(n=1N1/n2)z2+z4RN(z), because every term beyond the linear choice from a single factor contains at least two copies of z2.

givenalgebra
2.1

The series 1/n2 converges, so on a fixed neighbourhood of 0 the functions RN stay bounded and the quadratic coefficients converge. Passing to the locally uniform limit supplied by [F1] gives n1(1z2/n2)=1(n11/n2)z2+O(z4).

F1step 1.1algebra
3.1

Comparing the quadratic terms in step 2.1 with the expansion from [F2] yields n11/n2=π2/6.

F2step 2.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

Jensen's formula for a polynomial

Example

For f(z)=1z, Jensen's formula on any disc zR with R>1 reads

0=12π02πlog1ReitdtlogR,

because f(0)=1 and the only zero inside the disc is a1=1.

Facts & Assumptions

Given: The polynomial f(z)=1z and a radius R>1.

[F1]

Jensen's formula expresses the boundary mean of logf in terms of f(0) and the interior zeros (Jensen's formula on a disc).

Verification

1.1

The function satisfies f(0)=10, and its unique zero is a1=1, which lies in z<R because R>1.

givenalgebra
2.1

Applying [F1] with this single zero gives 0=12π02πlog1ReitdtlogR, equivalently 12π02πlog1Reitdt=logR.

F1step 1.1algebra
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

A genus-zero canonical product for the zero set {n2:n1}

Example

The genus-zero canonical product

n1(1zn2)

converges normally on C and has zeros exactly at the squares n2, each with multiplicity 1.

Facts & Assumptions

Given: The zero sequence an=n2.

[F1]

If an1 converges, then the genus-zero canonical product E0(z/an) converges normally and has exactly the prescribed zeros (A canonical product converges when the (p+1)-power reciprocal sum converges).

Verification

1.1

Here n1an1=n11/n2 converges, and E0(w)=1w, so [F1] applies with p=0.

F1givenalgebra
2.1

Therefore n1(1z/n2) converges normally on C and has zeros exactly at the points n2.

F1step 1.1
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

Conditional convergence of an does not force convergence of (1+an)

Statement refuted

If the series an converges, then the product (1+an) converges.

Counterexample

1.1

The paired partial sums satisfy a2m1+a2m=1/m2, so the series an converges because m11/m2 converges; it is not absolutely convergent because a2m1=1/m diverges.

givenalgebra
2.1

The paired product is (1+a2m1)(1+a2m)=(1+1m)(11m+1m2)=11m+1m2+1m5/2. For all large m this is at most 112m.

step 1.1algebra
3.1

Since m11/(2m) diverges, [F1] makes mM(112m) tend to 0 for every large M; step 2.1 therefore forces the product of the paired factors, and hence (1+an) itself, to tend to 0 rather than to a nonzero limit. This refutes the statement.

F1step 2.1algebra
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

FALSE: Weierstrass factorization is unique

Statement

Weierstrass factorization is unique.

Facts & Assumptions

Given: The constant entire function 1.

[F1]

Weierstrass factorization writes an entire function as an exponential factor times a product carrying the zeros (Weierstrass factorization for entire functions).

Refutation

1.1

The function 1 has no zeros, so [F1] allows the trivial product part and gives the factorization 1=e01.

F1given
2.1

But also 1=e2πi1, and the exponential factors e0 and e2πi come from different entire logarithms. Therefore the factorization is not unique.

step 1.1algebra
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

FALSE: every zero sequence admits a genus-zero canonical product

Statement

Every discrete zero sequence in C admits a genus-zero canonical product.

Facts & Assumptions

Refutation

1.1

The sequence an=n has no finite accumulation point, so it is a legitimate zero sequence.

given
2.1

For this sequence the genus-zero canonical product is n1E0(z/n)=n1(1zn) by [F1]. Evaluating at z=1 gives the positive-factor product n1(1+1n).

F1step 1.1algebra
3.1

The series n11/n diverges by [F2], so [F3] implies that the product in step 2.1 does not converge. Therefore the genus-zero canonical product for an=n fails even pointwise at z=1, and the statement is false.

F2F3step 2.1algebra
False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-08-29Open item page →

FALSE: the order of an entire function always equals its canonical genus

Statement

The order of an entire function always equals its canonical genus.

Facts & Assumptions

Given: The zero-free entire function f(z)=ez.

[F1]

Weierstrass factorization represents a zero-free entire function as a pure exponential factor, so its canonical product part has genus 0 (Weierstrass factorization for entire functions).

[F2]

The order of an entire function is defined from the growth of Mf(r) (The order of an entire function).

Refutation

1.1

The function ez has no zeros, so [F1] makes its canonical-product part genus 0.

F1given
2.1

On the positive real axis one has Mez(r)er, while everywhere on z=r one has ez=eRezer; therefore Mez(r)=er, and [F2] gives ρ(ez)=lim suprlogr/logr=1. Hence the order is 1 while the canonical genus is 0.

F2step 1.1algebra

Sources