Period-aligned, norm not a rational multiple of the aligned datum: the residual half
OpenDiazModulus.diaz_of_exp_not_real_irrational_angle_period_aligned_norm_freeOne 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 .
This is where the difficulty of the aligned leaf now sits. On the sibling half
the two certified products and
can be assembled into a matrix over with
vanishing determinant and -independent rows and columns, so that half follows from
the four exponentials conjecture — and, since the configuration has transcendence degree one
over , from the known transcendence-degree-one case of it
(Diaz.four_exp_trdeg_one). Here that is unavailable: the determinant
cannot be made to vanish with rational , and the same holds for an arbitrary with : the vanishing of forces either or a matrix whose rows or columns are -proportional.
Correction, 2026-09-08. An earlier version of this description derived that last claim
"monomial by monomial in ", which presumes those five are
-linearly independent. They are not, on this class: the aligned quartic
relation is exactly a dependence
among them, and it is the same relation that puts the configuration in transcendence degree
one. The conclusion is nonetheless correct. The valid argument substitutes the quartic
relation and separates real and imaginary parts, and needs only
, and
; it is machine-checked and published as
DiazModulus.aligned_norm_free_no_rational_log_matrix, which also shows the obstruction
extends to every minor, so no rank- matrix over
escapes it. Allowing algebraic coefficients widens the condition to
, but that is the strong four exponentials conjecture.
So the split point versus is exactly the boundary between what the four exponentials statement can reach from the certified data and what it cannot.
Witness — the honesty check. With (so , ) and
one has , which is
algebraic and is not a rational multiple of . All six clauses of this node hold
for ; machine-checked, sorry-free, from Transcendental ℚ π as an explicit hypothesis.
The sibling half is witnessed by the same angle with norm-square .
Strength. Weaker than the parent as a quantifier shape; not known to be easier, and no proof is claimed. What it is, is the residue of the aligned leaf after everything the four exponentials statement can decide has been removed.
Novelty. Nothing here is claimed as a new theorem. 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, 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_norm_free :
∀ 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