A period-aligned candidate makes an algebraic multiple of 1/(iπ) a logarithm
ProvedDiazModulus.recip_pi_log_of_period_alignedA period-aligned counterexample to Diaz's modulus conjecture would make an algebraic multiple of a logarithm of an algebraic number.
Statement. Let with and , and suppose for some . Then there is with , that is, .
This is not a decomposition. It is a route lemma: there is no reduction edge to submit for it,
and it neither follows from nor implies the mission's target. It is published because it is what
makes DiazModulus.diaz_of_exp_not_real_irrational_angle_period_aligned attackable. That child
follows at once from
equivalently " is not, up to an algebraic factor, a logarithm of an algebraic number" — a statement about alone, implied by the strong four exponentials conjecture (take , ), open, and far more special than the leaf.
Proof. Put . It is non-zero because . Then , which is up to sign, and . It remains to see : with and one has , hence
which is algebraic; and a complex number whose -th power is algebraic is algebraic.
What is not used. No transcendence input at all: not Hermite–Lindemann, not the transcendence of , not six exponentials. Nor is algebraic, nor , nor used — the leaf's remaining clauses are irrelevant to this implication, which is why the statement carries only three hypotheses.
Novelty. Elementary; possibly folklore, not found in the sources consulted (Diaz 2007 and this mission's notes). No claim of novelty is made.
import Definitions.Def_DiazModulus open Complex ComplexConjugate
namespace DiazModulus
theorem recip_pi_log_of_period_aligned :
∀ u : ℂ, (¬ ∃ q : ℚ, u.im = (q : ℝ) * Real.pi) →
(∃ r : ℚ, r ≠ 0 ∧
IsAlgebraic ℚ ((Real.pi * (u.im + (r : ℝ) * Real.pi) : ℝ) : ℂ)) →
IsAlgebraic ℚ (Complex.exp u) →
∃ γ : ℂ, IsAlgebraic ℚ γ ∧ γ ≠ 0 ∧
IsAlgebraic ℚ (Complex.exp (γ / (((Real.pi : ℝ) : ℂ) * Complex.I))) := by sorry
end DiazModulus