Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

111, uuu and uˉ\bar uuˉ are linearly independent over the base field

Proved
Diaz.indep_three

by carlok · Sep 7, 2026 · Mathlib 0df444a (Lean v4.33.1)

diaz-modulus-leannumber-theory

Let K⊆CK \subseteq \mathbb{C}K⊆C be a subfield and u∈Cu \in \mathbb{C}u∈C transcendental over KKK with ρ:=uuˉ∈K\rho := u\bar u \in Kρ:=uuˉ∈K. If a,b,c∈Ka, b, c \in Ka,b,c∈K satisfy

a+b u+c uˉ=0,a + b\,u + c\,\bar u = 0,a+bu+cuˉ=0,

then a=b=c=0a = b = c = 0a=b=c=0.

Why. Substituting uˉ=ρ/u\bar u = \rho/uuˉ=ρ/u and clearing the denominator turns the relation into b u2+a u+cρ=0b\,u^{2} + a\,u + c\rho = 0bu2+au+cρ=0, a quadratic over KKK. If any of a,b,ca,b,ca,b,c were non-zero, that polynomial would be non-zero — its coefficients are bbb, aaa and cρc\rhocρ, and ρ≠0\rho \neq 0ρ=0 — so uuu would be algebraic over KKK, contrary to hypothesis.

Role. This is one of the two clauses of the stability lemma of the accompanying note; the other, conjugation-stability of the hull, is Diaz.conj_mem_hull. Together they say that the span WuW_uWu​ of {1,u,uˉ}\{1, u, \bar u\}{1,u,uˉ} over KKK is a three-dimensional conjugation-stable space, which is the setting in which the rank and coefficient statements about the matrix HHH are formulated.

Preamble
import Mathlib

open ComplexConjugate
variable {K : Subfield ℂ} {u : ℂ}
Formal statement
theorem Diaz.indep_three (hT : Transcendental K u) (hρ : u * conj u ∈ K)
    {a b c : ℂ} (ha : a ∈ K) (hb : b ∈ K) (hc : c ∈ K)
    (h : a + b * u + c * conj u = 0) : a = 0 ∧ b = 0 ∧ c = 0 := by sorry
Source
https://github.com/carlok/diaz-modulus-lean/blob/801802b8ac052dff50baf17ac4a7ceac3e994ca9/Diaz/Nodes.lean#L65-L101

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me