Irrational angle, period-aligned: a rational multiple of u has a two-point algebraic fibre
OpenDiazModulus.diaz_of_exp_not_real_irrational_angle_period_alignedOne half of an ambient-space split of DiazModulus.diaz_of_exp_not_real_irrational_angle.
The sibling half is DiazModulus.diaz_of_exp_not_real_irrational_angle_period_free; the two extra
hypotheses are literally complementary, so the reduction to the parent is a by_cases and carries
no mathematical content.
The split predicate. Write . The last hypothesis says
What it means geometrically. For and ,
so, given that is algebraic, the predicate holds exactly when some non-zero rational
multiple of has a second point of algebraic modulus in its exponential fibre. That is
precisely the configuration of Diaz.fibre_at_most_two and of
Diaz.nonreal_two_point_fibre_pi_sq. The equivalence with the displayed arithmetic form is
machine-checked.
Witness — the honesty check. Both halves of the split are non-empty. A member of this one, in closed form: put
Then , , , ,
, and — so satisfies every hypothesis
of this node. Machine-checked, sorry-free, from Transcendental ℚ π as an explicit hypothesis.
Easier, or only weaker? Weaker, as a quantifier shape. It is not known to be easier, and
no proof of it is claimed. What it is, is the half on which the mission's new rigidity machinery has
something to bite: the companion node DiazModulus.recip_pi_log_of_period_aligned proves,
unconditionally and with no transcendence input, that a counterexample lying in this half forces
some to have . So this child
follows from
a statement about alone, implied by the strong four exponentials conjecture and far more special than the leaf. Whether it is provable is open.
Hypotheses that are not load-bearing for that route. The route lemma uses only
, the split hypothesis, and the algebraicity of . The clauses
u ≠ 0, |u| algebraic, (exp u).im ≠ 0 and the off-axes clause are carried here only so
that the two children sum to the parent.
Novelty. Elementary once the parametrisation is written down; possibly folklore, not found in the sources consulted (Diaz 2007 and this mission's own notes). Lean certifies correctness, not priority.
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, four_exponentials_trdeg_one, 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 diaz_of_exp_not_real_irrational_angle_period_aligned :
∀ u : ℂ, u ≠ 0 → IsAlgebraic ℚ ((‖u‖ : ℝ) : ℂ) → (Complex.exp u).im ≠ 0 →
¬ (u.im = 0 ∨ u.re = 0) → (¬ ∃ q : ℚ, u.im = (q : ℝ) * Real.pi) →
(∃ r : ℚ, r ≠ 0 ∧
IsAlgebraic ℚ ((Real.pi * (u.im + (r : ℝ) * Real.pi) : ℝ) : ℂ)) →
Transcendental ℚ (Complex.exp u) := by sorry
end DiazModulus