, and are linearly independent over the base field
ProvedDiaz.indep_threediaz-modulus-leannumber-theory
Let be a subfield and transcendental over with . If satisfy
then .
Why. Substituting and clearing the denominator turns the relation into , a quadratic over . If any of were non-zero, that polynomial would be non-zero — its coefficients are , and , and — so would be algebraic over , 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 of over is a three-dimensional conjugation-stable space, which is the setting in which the rank and coefficient statements about the matrix 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 sorrySource