All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Exists adic Valued sub lt of adic Completion Integer

IsDedekindDomain.HeightOneSpectrum.exists_adicValued_sub_lt_of_adicCompletionInteger

Plain-language statement

An element of đ’Ș_v can be approximated by an element of A.

Exact Lean statement

theorem exists_adicValued_sub_lt_of_adicCompletionInteger
    (x : v.adicCompletionIntegers K) (Îł : ℀ᔐ⁰ˣ) :
    ∃a, Valued.v ((algebraMap A K a) - (x : v.adicCompletion K)) < γ.val

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem exists_adicValued_sub_lt_of_adicCompletionInteger    (x : v.adicCompletionIntegers K) (Îł : ℀ᔐ⁰ˣ) :    ∃a, Valued.v ((algebraMap A K a) - (x : v.adicCompletion K)) < Îł.val := by  have h := closureAlgebraMapIntegers_eq_integers K v  rw [Set.ext_iff] at h  specialize h x  simp_rw [RingHom.coe_range, Subtype.coe_prop, iff_true, mem_closure_iff_nhds] at h  specialize h { y | Valued.v (y  - (x : v.adicCompletion K)) < Îł.val }  have hn : {y | Valued.v (y - (x : v.adicCompletion K)) < Îł.val} ∈ nhds x.val := by    rw [Valued.mem_nhds]    use (Units.mapEquiv (valueGroup₀_equiv_withZeroMulInt vK)).symm Îł    have hsurj := (valuedAdicCompletion_surjective K v)    obtain ⟹z, hz⟩ := hsurj Îł    simp [← hz, ← valueGroup₀_equiv_withZeroMulInt_restrict_apply_of_surjective hsurj,      (valueGroup₀_equiv_withZeroMulInt_strictMono (.ofClass vK)).lt_iff_lt,      -valueGroup₀_equiv_withZeroMulInt_apply]  obtain ⟹z, ⟹hz, a, ha⟩⟩ := h hn  use a  rw [algebraMap_adicCompletion, Function.comp_apply] at ha  rwa [ha]
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DedekindDomain/AdicValuation.lean:239-258

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

Project-declaredLean 4.32.0

Eq finsum quotient out of bij On

AbstractHeckeOperator.eq_finsum_quotient_out_of_bijOn'

Plain-language statement

If a is fixed by V then ∑ᶠ g ∈ s, g ‱ a is independent of the choice s of coset representatives in G for a subset of G â§ž V

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Comm Group no compact automorphisms

CommGroup.no_compact_automorphisms

Plain-language statement

A connected compact Hausdorff abelian topological group does not admit a nontrivial compact group of automorphisms.

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record