Exists pow smul mem integer
IsNonarchimedeanLocalField.exists_pow_smul_mem_integer
Plain-language statement
Every element of L is carried into the integers 𝒪[L] by a large enough power of a uniformiser of K.
Exact Lean statement
theorem exists_pow_smul_mem_integer {ϖ : 𝒪[K]} (hϖ : Irreducible ϖ) (x : L) :
∃ t : ℕ, (ϖ : K) ^ t • x ∈ 𝒪[L]Formal artifact
Lean source
theorem exists_pow_smul_mem_integer {ϖ : 𝒪[K]} (hϖ : Irreducible ϖ) (x : L) : ∃ t : ℕ, (ϖ : K) ^ t • x ∈ 𝒪[L] := by rcases eq_or_ne x 0 with rfl | hx · exact ⟨0, by simp⟩ let : UniformSpace L := IsTopologicalAddGroup.rightUniformSpace L have : IsUniformAddGroup L := isUniformAddGroup_of_addCommGroup (G := L) let : (Valued.v (R := L)).RankOne := rankOneOfIoo L default let : NontriviallyNormedField L := Valued.toNontriviallyNormedField (L := L) _ have hϖ1 : ‖algebraMap K L ϖ‖ < 1 := Valued.toNormedField.norm_lt_one_iff.mpr (valuation_map_irreducible_lt_one hϖ) obtain ⟨t, ht⟩ := _root_.exists_pow_lt_of_lt_one (inv_pos.mpr (norm_pos_iff.mpr hx)) hϖ1 have h1 : ‖(ϖ : K) ^ t • x‖ ≤ 1 := by rw [Algebra.smul_def, map_pow, norm_mul, norm_pow] calc ‖algebraMap K L ϖ‖ ^ t * ‖x‖ ≤ ‖x‖⁻¹ * ‖x‖ := by gcongr _ = 1 := inv_mul_cancel₀ (norm_ne_zero_iff.mpr hx) exact ⟨t, Valued.toNormedField.norm_le_one_iff.mp h1⟩- Project
- Class Field Theory
- License
- Apache-2.0
- Commit
- f18cd7fd1575
- Source
- ClassFieldTheory/IsNonarchimedeanLocalField/Basic.lean:391-407
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Continuous algebra Map of density
continuous_algebraMap_of_density
Plain-language statement
Maddy's Lemma : Density implies continuity.
Source project: Class Field Theory
Person-level attribution pending.
Exists valuation algebra Map eq valuation pow
exists_valuation_algebraMap_eq_valuation_pow
Plain-language statement
Andrew's Lemma : Density for algebraic extensions.
Source project: Class Field Theory
Person-level attribution pending.
Exists of surjective
groupCohomology.exists_of_surjective
Plain-language statement
Given map f: M ⟶ N and q : ℕ, if H^{q+1}(M) ⟶ H^{q+1}(N) is surjective, then any z : Z^{q+1}(N) can be written as f(z') + d(y) for some z' : Z^{q+1}(M) and y : C^q(M). Note that d is spelled as toCocycles.
Source project: Class Field Theory
Person-level attribution pending.