Opposite conjugate planes multiply into the span of 1, u and its conjugate
ProvedDiaz.conj_planes_mulLet be a subfield and with . For the product
lies in .
Where this sits. This is the elementary half of Theorem 3.3 (thm:two-planes, Two saturated conjugate planes) of the manuscript: the computation
establishing for , where and . With and a Diaz candidate, the right-hand side is exactly a member of , since and are logarithms.
The one thing that makes the identity work is : the product of the two "opposite" generators stays in the base. This is the whole content of the chirality in the manuscript's Corollary 3.4.
What is deliberately not claimed. The reverse inclusion is Theorem 3.2, the multiplier bound , which is Roy's strong six exponentials theorem and is not available in Mathlib. Without it the saturation — the equality — is not asserted, and neither is the "only if" half of the chiral multiplication law.
Elementary; possibly known, not checked against the literature.
Source. Carlo Perassi, Rigidity of logarithms with algebraic modulus — Around a conjecture of Diaz (private manuscript, 15 August 2026). The mathematics is his; this node only records one step of it in Lean, and claims no novelty of its own.
import Mathlib import Definitions.Def_Diaz_Closure import Definitions.Def_Diaz_Instantiation open ComplexConjugate open Diaz
theorem Diaz.conj_planes_mul {K : Subfield ℂ} {u : ℂ} (hρ : u * conj u ∈ K)
{A B C D : ℂ} (hA : A ∈ K) (hB : B ∈ K) (hC : C ∈ K) (hD : D ∈ K) :
∃ p q r : ℂ, p ∈ K ∧ q ∈ K ∧ r ∈ K ∧
(A + B * u) * (C + D * conj u) = p + q * u + r * conj u := by sorry