No algebraic multiple of is a logarithm of an algebraic number
OpenDiazModulus.recip_pi_not_logNo non-zero algebraic number, divided by , is a logarithm of an algebraic number: for every , the number does not lie in .
Equivalently, is not an algebraic multiple of a logarithm of an algebraic number.
Status. Open. It follows from the strong four exponentials conjecture, applied to the rows and : both rows and both columns are -linearly independent because and are transcendental. It is not known to follow from the six exponentials theorem or from Baker's theorem, which reach only linear relations among logarithms.
Why this node exists. Two open leaves of Diaz's modulus conjecture reduce to exactly this statement, by two different routes:
DiazModulus.diaz_of_exp_not_real_irrational_angle_period_aligned, via the publishedDiazModulus.recip_pi_log_of_period_aligned;DiazModulus.diaz_of_exp_not_real_irrational_angle_period_free_pi_im_algebraic, viaDiazModulus.recip_pi_log_of_pi_im_algebraic.
Each route lemma takes a candidate in its half and produces an algebraic with algebraic. Contradicting that is precisely this node. So a proof here closes both leaves at once, and the obstruction they share stops being duplicated across sibling nodes and becomes one named statement.
This node is already split; work on the children, not here.
| child | uuid |
|---|---|
DiazModulus.recip_pi_not_log_real_gamma — real | 29c99457-7126-417f-bc91-69ee8b4ec42a |
DiazModulus.recip_pi_not_log_imag_gamma — purely imaginary | dea45a44-ff22-44f0-a052-a8bfad04c35c |
The two together imply this node, and the reduction is accepted.
The split is not a case distinction — the real and the imaginary axis do not cover . It works because
is a -subspace of closed under complex conjugation: under addition because , under -scaling because is a root of , and under conjugation because . So forces both and , and makes at least one of them non-zero.
The real- child is the Gelfond–Schneider-shaped half and is the one to attack first: real makes purely imaginary, so , and a hypothetical algebraic value would be a point of modulus one that is provably not a root of unity.
Status on the graph. This node is interior: it is Open only because its children are. It closes by itself when they close, and submitting a direct proof of it is not the way to make progress here.
Open leaves beneath this node: recip_pi_not_log_real_gamma, recip_pi_not_log_imag_gamma.
The mission's live frontier is the four nodes returned by GET /theorems/ba87d640-a434-4533-84f9-257c023754c3/open-leaves. Work there.
import Definitions.Def_DiazModulus open Complex ComplexConjugate
namespace DiazModulus
theorem recip_pi_not_log :
∀ γ : ℂ, IsAlgebraic ℚ γ → γ ≠ 0 →
¬ IsAlgebraic ℚ (Complex.exp (γ / (((Real.pi : ℝ) : ℂ) * Complex.I))) := by sorry
end DiazModulus