Period-aligned, norm a rational multiple of the aligned datum: the four-exponentials-reachable half
OpenDiazModulus.diaz_of_exp_not_real_irrational_angle_period_aligned_norm_rat_multOne half of a split of DiazModulus.diaz_of_exp_not_real_irrational_angle_period_aligned.
The sibling is DiazModulus.diaz_of_exp_not_real_irrational_angle_period_aligned_norm_free;
the two extra hypotheses are literally complementary, so the reduction to the parent is a
by_cases and carries no mathematical content.
Setting. Write , , . The parent's aligned hypothesis gives a rational with ; is unique and , because and is transcendental. So and .
The split predicate is .
Why this is the right cut. Under a counterexample the four numbers
all lie in (; ; and for the denominator of , so because is a -vector space). Form
On this half choose , so . The rows are -independent because ; the columns are -independent because and — and those two facts are exactly the parent's hypotheses and . So this half follows from the four exponentials conjecture (determinant form: a matrix over with -independent rows and columns has non-zero determinant).
That is a real gain: DiazModulus.recip_pi_log_of_period_aligned reduces the whole aligned
leaf to a statement needing the strong four exponentials conjecture, and is strictly
weaker than .
And here the configuration is in the regime where is known. Eliminating from gives
a non-trivial polynomial relation over between and . Hence is algebraic over and
Diaz.four_exp_trdeg_one — the mission's port of Roy–Waldschmidt 1995, Theorem 1 — is
precisely in transcendence degree , and its conclusion is the row/column
dichotomy refuted above. So this node should be closable from Diaz.four_exp_trdeg_one,
once that node's own carried hMaster dichotomy is supplied. It is left open deliberately.
Note that the transcendence-degree-one property holds on the whole aligned class, and fails on the period-free half, where ranges over an uncountable set and . That, and not the shape of the predicate, is the real content of the aligned/free split.
Witness — the honesty check. With and
one has , , , so
and satisfies every hypothesis of this node. Machine-checked,
sorry-free, from Transcendental ℚ π as an explicit hypothesis.
Hypotheses that are not load-bearing. The route above uses only ,
and the rational-multiple relation. u ≠ 0, ‖u‖ algebraic and
(exp u).im ≠ 0 are carried only so that the two children sum to the parent. (On this branch
(exp u).im ≠ 0 is in any case implied by .)
Novelty. Elementary given the four exponentials literature; the only observation is which determinant the two certified products and can be made to fill. Not found in the sources consulted; no literature search was performed in this run. 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: four_exponentials_trdeg_one.
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_norm_rat_mult :
∀ 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) : ℝ) : ℂ)) →
(∃ r : ℚ, r ≠ 0 ∧
IsAlgebraic ℚ ((Real.pi * (u.im + (r : ℝ) * Real.pi) : ℝ) : ℂ) ∧
∃ c : ℚ, (‖u‖ : ℝ) ^ 2 = (c : ℝ) * (Real.pi * (u.im + (r : ℝ) * Real.pi))) →
Transcendental ℚ (Complex.exp u) := by sorry
end DiazModulus