and are -linearly independent
ProvedDiaz.indepdiaz-modulus-leannumber-theory
Let be a subfield and transcendental over with . If satisfy
then and .
Why. Transcendence gives , and . Substituting and clearing denominators turns the relation into . If this expresses as an element of times , hence puts — and with it , hence the cross term — inside , which is impossible for transcendental . So , and then with gives .
Role. This is what makes the coordinate map injective, so that "a function of the coordinates" is a well-defined function on the rational plane. Every statement of the model phrased in coordinates — the norm form, the coordinate action of the involution, the formal exponential — depends on it. It is the model's analogue of the axis lemma.
Preamble
import Mathlib
open ComplexConjugate
open Polynomial
variable {K : Subfield ℂ} {t : ℂ}Formal statement
theorem Diaz.indep (hT : Transcendental K t) (hρ : t * conj t ∈ K)
{a b : ℚ} (h : (a : ℂ) * t + (b : ℂ) * conj t = 0) : a = 0 ∧ b = 0 := by sorrySource