Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

A counterexample to Diaz's conjecture is transcendental over Q\mathbb{Q}Q

Proved
Diaz.transcendental_of_candidate

by carlok · Sep 7, 2026 · Mathlib 0df444a (Lean v4.33.1)

diaz-modulus-leannumber-theory

Let u∈Cu \in \mathbb{C}u∈C with u≠0u \neq 0u=0 and suppose eue^{u}eu is algebraic over Q\mathbb{Q}Q. Then

u  is transcendental over Q.u \ \text{ is transcendental over } \mathbb{Q}.u  is transcendental over Q.

("Transcendental over Q\mathbb{Q}Q" is by definition the negation of "algebraic over Q\mathbb{Q}Q": uuu is a root of no non-zero rational polynomial.)

Why. This is the contrapositive of the Hermite–Lindemann theorem. If uuu were algebraic and non-zero, Hermite–Lindemann would make eue^{u}eu transcendental, contradicting the hypothesis that it is algebraic.

What it rests on. The single-exponent Hermite–Lindemann theorem — for every non-zero algebraic aaa, eae^{a}ea is transcendental — is a theorem of Hermite (1873) and Lindemann (1882), but it is not present in the platform's Mathlib: only the analytic half of the Lindemann–Weierstrass development is there. It is a published node of this library, DiazModulus.hermite_lindemann_holds, still open, and this theorem reduces to it. The passage between the two forms is the classical contraposition just described and carries no arithmetic content.

Role. In the source project this is the single point of contact between the algebraic development and the imported transcendence input: every other theorem in the project that depends on Hermite–Lindemann depends on it through this one statement. Publishing it as a node with an explicit reduction is what turns a global assumption into a visible edge of the dependency graph.

Preamble
import Mathlib

open ComplexConjugate
variable (K : Subfield ℂ) (u : ℂ)
variable {K u}
Formal statement
theorem Diaz.transcendental_of_candidate (hu : u ≠ 0)
    (hexp : IsAlgebraic ℚ (Complex.exp u)) : Transcendental ℚ u := by sorry
Source
https://github.com/carlok/diaz-modulus-lean/blob/801802b8ac052dff50baf17ac4a7ceac3e994ca9/Diaz/Closure.lean#L144-L148

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me