All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Closure Algebra Map Integers eq prod Integers

IsDedekindDomain.HeightOneSpectrum.closureAlgebraMapIntegers_eq_prodIntegers

Plain-language statement

The closure of A in ∏_{v ∈ s} K_v is ∏_{v ∈ s} 𝒪_v. s may be infinite.

Exact Lean statement

theorem closureAlgebraMapIntegers_eq_prodIntegers {ι : Type*}
    (v : ι → HeightOneSpectrum A)
    (injective : Function.Injective v) :
    closure (SetLike.coe (algebraMap A ((i : ι) → (v i).adicCompletion K)).range) =
    (Set.pi Set.univ (fun (i : ι) ↦ ((v i).adicCompletionIntegers K).carrier))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem closureAlgebraMapIntegers_eq_prodIntegers {ι : Type*}    (v : ι  HeightOneSpectrum A)    (injective : Function.Injective v) :    closure (SetLike.coe (algebraMap A ((i : ι)  (v i).adicCompletion K)).range) =    (Set.pi Set.univ (fun (i : ι)  ((v i).adicCompletionIntegers K).carrier)) := by  apply Set.Subset.antisymm  · apply closure_minimal    · rintro c a, ha i -      rw [ ha]      simp only [Pi.algebraMap_apply]      exact coe_mem_adicCompletionIntegers (v i) a    · apply isClosed_set_pi      rintro w -      apply Valued.isClosed_valuationSubring  · intro f hf    rw [mem_closure_iff_nhds_zero]    intro U hU    rw [Pi.zero_def, nhds_pi, Filter.mem_pi'] at hU    obtain I, t, htn, hts := hU    choose g' hg' using fun w => (Valued.is_topological_valuation (t w)).mp (htn w)    let g := fun w  Units.mapEquiv (valueGroup₀_equiv_withZeroMulInt _).toMulEquiv (g' w)    obtain a, ha :=      exists_forall_adicValued_sub_lt K I g v injective (fun w => f w, hf w ⟨⟩⟩)    use algebraMap A _ a    constructor    · rw [RingHom.coe_range]      exact Set.mem_range_self a    · refine hts fun w hw  hg' w ?_      rw [Set.mem_setOf_eq,  (valueGroup₀_equiv_withZeroMulInt_strictMono _).lt_iff_lt,        valueGroup₀_equiv_withZeroMulInt_restrict_apply_of_surjective          (valuedAdicCompletion_surjective K (v w))]      exact ha w hw
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DedekindDomain/AdicValuation.lean:365-396

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