Definitions/Def_PadicAlgCl_CyclotomicTower.lean
The -power cyclotomic tower over
For a prime p and a natural number n, PadicAlgCl.cyclotomicTower p n is the intermediate field of the extension \mathbb{Q}_p \subseteq PadicAlgCl p obtained by adjoining to \mathbb{Q}_p the full set \{\zeta : \zeta^{p^n} = 1\} of p^n-th roots of unity in PadicAlgCl p; that is, it is the subfield \mathbb{Q}_p(\mu_{p^n}), presented as an element of IntermediateField ℚ_[p] (PadicAlgCl p) rather than as an abstract extension field. No primitive root of unity is chosen: the generating set is the solution set of X^{p^n} = 1, so for n = 0 the definition gives the trivial level \mathbb{Q}_p itself. The whole family is indexed by n, giving a tower of subfields of a single fixed algebraic closure, so that the levels are literally nested subsets and may be compared and united without transition maps.
Two elementary facts about the family are recorded. First, mem_cyclotomicTower_of_pow_eq_one: any \zeta in PadicAlgCl p with \zeta^{p^n} = 1 belongs to cyclotomicTower p n, since such \zeta lie in the generating set. Second, cyclotomicTower_mono: the map n \mapsto cyclotomicTower p n is monotone for the inclusion ordering on intermediate fields, because \zeta^{p^m} = 1 implies \zeta^{p^n} = 1 whenever m \le n, so the generating set at level m is contained in that at level n.
Relation to Mathlib
Built from Mathlib's IntermediateField.adjoin, with the subset relation on IntermediateField; Mathlib supplies the general theory of cyclotomic extensions but no named p-power cyclotomic tower inside a fixed algebraic closure of \mathbb{Q}_p, which is what is introduced here.
Where it is used
The levels \mathbb{Q}_p(\mu_{p^n}) and their union \mathbb{Q}_p(\mu_{p^\infty}) form the ramified tower over \mathbb{Q}_p on which the local p-adic Hodge theory input of the argument is set up, the Galois group of the union being identified with \mathbb{Z}_p^\times via the cyclotomic character.
References
- J.-P. Serre, Local Fields, Graduate Texts in Mathematics 67, Springer, 1979, Ch. IV
- L. C. Washington, Introduction to Cyclotomic Fields, Graduate Texts in Mathematics 83, Springer, 1982
- J. T. Tate, p-divisible groups, in: Proceedings of a Conference on Local Fields (Driebergen, 1966), Springer, 1967, 158–183
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 26 lines
- 3 declarations
- used in the statements of 11 theorems and imported by 14 proofs
- imports 0 definition modules
Source file: Definitions/Def_PadicAlgCl_CyclotomicTower.lean
Declarations
- def
PadicAlgCl.cyclotomicTower - theorem
PadicAlgCl.mem_cyclotomicTower_of_pow_eq_one - theorem
PadicAlgCl.cyclotomicTower_mono
Source
import Mathlib set_option autoImplicit false noncomputable section namespace PadicAlgCl def cyclotomicTower (p : ℕ) [Fact p.Prime] (n : ℕ) : IntermediateField ℚ_[p] (PadicAlgCl p) := IntermediateField.adjoin ℚ_[p] {ζ : PadicAlgCl p | ζ ^ (p ^ n) = 1} theorem mem_cyclotomicTower_of_pow_eq_one (p : ℕ) [Fact p.Prime] {n : ℕ} {ζ : PadicAlgCl p} (h : ζ ^ (p ^ n) = 1) : ζ ∈ cyclotomicTower p n := IntermediateField.subset_adjoin ℚ_[p] _ h theorem cyclotomicTower_mono (p : ℕ) [Fact p.Prime] : Monotone (cyclotomicTower p) := by intro m n hmn refine IntermediateField.adjoin.mono ℚ_[p] _ _ fun ζ (hζ : ζ ^ (p ^ m) = 1) => ?_ show ζ ^ (p ^ n) = 1 obtain ⟨k, rfl⟩ := Nat.exists_eq_add_of_le hmn rw [pow_add, pow_mul, hζ, one_pow] end PadicAlgCl end
Statements phrased using this module (11)
- Value group of ℚₚ^{nr}(ζₚ) divides p^{1/(p-1)}
PadicAlgCl.exists_nnnorm_pow_sub_one_eq_zpow_of_mem_adjoin_rootsOfUnity_coprime_sup_cyclotomicTower21 below · depth 12 - Degree of K·ℚₚ(μ_{pⁿ}) for absolutely unramified K
PadicAlgCl.finrank_sup_cyclotomicTower_of_forall_norm_eq_zpow1 below · depth 13 - Degrees in the p-power cyclotomic tower over ℚₚ
PadicAlgCl.finrank_cyclotomicTower_and_pow_mem_fixingSubgroup0 below · depth 14 - Vanishing of H¹_{cont}(Gal(ℚ̄ₚ/K_∞),ℂₚ)
PadicComplex.exists_eq_smul_sub_of_continuous_cocycle_fixingSubgroup_sup_cyclotomicTower12 below · depth 27 - Existence of Tate normalised traces on the cyclotomic tower
PadicComplex.exists_isTateTrace_cyclotomicTower3 below · depth 27 - Tate: trace surjectivity onto 𝔪 in the cyclotomic tower
PadicAlgCl.exists_norm_le_one_and_trace_eq_of_norm_lt_one_sup_cyclotomicTower10 below · depth 28 - Tate's trace estimate in the p-cyclotomic tower
PadicAlgCl.norm_sum_pow_apply_le_of_mem_cyclotomicTower1 below · depth 28 - Tate: different of MK(μ_{pⁿ})/K(μ_{pⁿ}) tends to one
PadicAlgCl.exists_forall_traceDual_norm_le_rpow_sup_cyclotomicTower8 below · depth 29 - Tate: the cyclotomic tower is almost étale
PadicAlgCl.exists_forall_rpow_neg_lt_norm_algEquiv_sub_of_mem_sup_cyclotomicTower6 below · depth 30 - Galois displacement on ℚₚ(μ_{pⁿ}) bounded by that of ζ
PadicAlgCl.norm_apply_sub_le_norm_apply_sub_of_mem_cyclotomicTower2 below · depth 31 - Absolute values of ζ-1 and σζ-ζ in the p-cyclotomic tower
PadicAlgCl.norm_apply_sub_self_eq_of_isPrimitiveRoot_of_mem_fixingSubgroup0 below · depth 31