The two conjugate planes meet only in the base field
ProvedDiaz.conj_planes_interLet be a subfield, transcendental over with , and . If , then and .
Equivalently: , so every non-algebraic element of has a unique chirality.
Where this sits. This is the first sentence of the proof of Corollary 3.4 (cor:chiral-multiplication, Chiral multiplication law) of the manuscript: "The intersection by the independence of , so every nonalgebraic element has a unique chirality."
Proof. The relation says . Multiplying by and using with turns it into , a polynomial relation for over . Transcendence forces that polynomial to be zero, so and ; the original relation then reads , and .
This is a corollary of the independence of over , which is already on the mission as Diaz.indep_three; it is recorded separately because Corollary 3.4 is stated in terms of the two planes rather than of a linear relation, and because the chirality statement is what the product filter of Theorem 3.5 consumes.
What is deliberately not claimed. The equivalence of Corollary 3.4 — that exactly when and lie in opposite planes — needs the saturation of Theorem 3.3 and hence Roy's strong six exponentials theorem, and is not asserted.
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_inter {K : Subfield ℂ} {u : ℂ}
(hT : Transcendental (↥K) u) (hρ : u * conj u ∈ K)
{A B C D : ℂ} (hA : A ∈ K) (hB : B ∈ K) (hC : C ∈ K) (hD : D ∈ K)
(h : A + B * u = C + D * conj u) : B = 0 ∧ D = 0 ∧ A = C := by sorry