No holomorphic stabilizer: a Möbius map over fixing a transcendental point is the identity
ProvedDiaz.no_holo_stabSource. This is Carlo Perassi's mathematics, from his unpublished note on Diaz's modulus conjecture, section The conjugation-degree framework, statement Lemma (No holomorphic stabilizer). Published on his mission with his permission. No novelty is claimed for it here; the argument is elementary, and it is possibly known — it has not been checked against the literature.
Statement. Let be a subfield and transcendental over . If has coefficients in and fixes , then and — that is, is the identity of .
What it is for. The conjugation-degree framework studies a candidate through the action of and its extension by complex conjugation on . This lemma says the holomorphic part of that action is free on transcendental points, which is what makes the anti-holomorphic stabilizer of a point of conjugation degree one exactly with the reflection in its canonical circle — and hence what makes the reflection the unique non-identity element of the stabilizer of a Diaz candidate. Note that non-degeneracy of is not needed: the conclusion already forces .
Proof. Clearing the denominator, , i.e. , a quadratic relation for with coefficients in . Since is transcendental over , the polynomial is zero, so , and .
import Mathlib open ComplexConjugate
theorem Diaz.no_holo_stab {K : Subfield ℂ} {z : ℂ} (hz : Transcendental K z)
{a b c d : ℂ} (ha : a ∈ K) (hb : b ∈ K) (hc : c ∈ K) (hd : d ∈ K)
(hden : c * z + d ≠ 0) (h : (a * z + b) / (c * z + d) = z) :
c = 0 ∧ b = 0 ∧ a = d := by sorry