Strong four exponentials implies Diaz's modulus conjecture
ProvedDiazModulus.diaz_of_sfeThe strong four exponentials conjecture settles Diaz's modulus conjecture outright, by a single instantiation.
The argument. Let with algebraic, and suppose were algebraic. If itself is algebraic, Hermite–Lindemann already gives a contradiction. Otherwise is transcendental, and so is , so both and are -linearly independent. Apply the strong four exponentials conjecture to
The four products are , , and . The first lies in by definition; and lie in it because and are algebraic; and is algebraic, hence in . That contradicts the conjecture.
Hermite–Lindemann is discharged from the Proved node DiazModulus.hermite_lindemann_holds, so the strong four exponentials conjecture is the only surviving hypothesis.
What this says about the rest of the mission, stated plainly. This mission carries a large decomposition of its root — several generations of case splits, a polar normal form, four-exponentials matrix machinery — and every open leaf of that tree is implied by the strong four exponentials conjecture. This node shows the same conjecture reaches the root directly, without any of it. So the tree should not be read as having reduced a hard problem to easier ones.
What the tree did do, and this is the part worth keeping, is isolate hypotheses strictly weaker than the strong four exponentials conjecture that still suffice. DiazModulus.recip_pi_not_log is one: it follows from the strong four exponentials conjecture and is not known to imply it, and two open leaves reduce to it. Weaker sufficient conditions are the honest description of what a decomposition of this kind produces, and they are what a reader should look for here rather than a ladder of progressively easier problems.
Not claimed. No converse. The strong four exponentials conjecture is open — it is the strengthening of the four exponentials conjecture in which linear independence is taken over rather than — and nothing here makes it more tractable. This node closes nothing.
import Definitions.Def_DiazModulus open Complex ComplexConjugate
namespace DiazModulus theorem diaz_of_sfe : StrongFourExponentials → DiazModulusConjecture := by sorry end DiazModulus