Balanced jets: is algebraic exactly when
ProvedDiaz.balanced_jet_mem_iffBalanced jets, and only balanced jets, are algebraic.
Let be a subfield, transcendental over with , and let be non-zero. Then for
Why. Since we may write , so with . The claim reduces to , which is the sparsity statement for integer powers of a transcendental element.
Role. This is the arithmetic content of the manuscript's Balanced lattice jets. For a candidate with , the function has
and this node says that this jet is algebraic exactly on the diagonal — so that acts as multiplication by and every balanced jet on stays in the fixed number field . The Lean statement is the algebraic dichotomy itself, stated for an arbitrary subfield and without any differential calculus, so it holds unconditionally; the manuscript's use of it is the case , with the algebraic factor of the jet absorbed into the single parameter .
Source: Carlo Perassi's private manuscript on Diaz's modulus conjecture, section The precise open boundary, proposition Balanced lattice jets. No novelty is claimed.
import Mathlib open ComplexConjugate
theorem Diaz.balanced_jet_mem_iff {K : Subfield ℂ} {u : ℂ} (hT : Transcendental K u) (hu0 : u ≠ 0)
(hρ : u * conj u ∈ K) {α : ℂ} (hα : α ∈ K) (hα0 : α ≠ 0) (j k : ℕ) :
u ^ j * (conj u) ^ k * α ∈ K ↔ j = k := by sorry