At a candidate, is transcendental
ProvedDiazModulus.candidate_exp_angularTriple_transcendentalAt a candidate, the third angular exponential is transcendental.
Let be a candidate for a counterexample to Diaz's modulus conjecture: , algebraic, and algebraic. Then is transcendental.
The argument. Put , which is non-zero and algebraic, and .
Feed the six exponentials theorem — the mission's DiazModulus.six_exponentials — the two families
and . Their product matrix is
because and . Here is the exponent in the statement, and is its complex conjugate.
Both independence hypotheses come from Hermite–Lindemann, which makes transcendental (the
mission's DiazModulus.hermite_lindemann_holds, applied to the algebraic value ). A rational
relation between and would make rational, hence and then
algebraic. A rational relation among , multiplied by , is a non-zero rational
polynomial of degree at most vanishing at ; but is transcendental too, since
would otherwise be algebraic.
Four of the six entries are or , whose exponentials are algebraic by the candidate hypothesis together with the stability of algebraicity under complex conjugation. So if were algebraic, its conjugate would be as well, all six would be algebraic, and the six exponentials theorem would be contradicted.
Attribution — this is not new, and what is known is stronger. Guy Diaz, Produits et quotients de combinaisons linéaires de logarithmes de nombres algébriques : conjectures et résultats partiels, J. Théor. Nombres Bordeaux 19 (2007), 373–391, proves in théorème 7(1), p. 390: for with and both -linearly independent, . Taking and his turns this into . For a candidate both of his hypotheses hold, by the same Hermite–Lindemann argument recalled above, so his theorem applies and yields strictly more than the statement here: it places outside , the -span of , which properly contains (it contains , and because is transcendental); and his hypotheses do not require to be algebraic. Diaz derives it from the strong six exponentials theorem.
No novelty is claimed for this node. The one thing observed here is about implementation, not about transcendence: for the weaker conclusion — membership in rather than in — the ordinary six exponentials theorem already suffices, so the node closes from material the mission already carries, with no appeal to the strong form.
Role in the mission. This is the first genuine consequence drawn from six_exponentials here. It
does not settle the conjecture at — that would need itself to be transcendental — but it
records one more constraint every candidate must satisfy: a candidate cannot have all three of ,
and in .
import Definitions.Def_DiazModulus open Complex ComplexConjugate
namespace DiazModulus
theorem candidate_exp_angularTriple_transcendental
{u : ℂ} (h : IsCandidate u) :
Transcendental ℚ (Complex.exp (u ^ 2 / conj u)) := by sorry
end DiazModulus