All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Range tensor Adic Completion Integers To eq closure range algebra Map

IsDedekindDomain.HeightOneSpectrum.range_tensorAdicCompletionIntegersTo_eq_closure_range_algebraMap

Plain-language statement

The image of B ⊗[A] 𝓞_v in L ⊗[K] K_v is the closure of the image of B.

Exact Lean statement

lemma range_tensorAdicCompletionIntegersTo_eq_closure_range_algebraMap
    [IsIntegralClosure B A L] [FiniteDimensional K L] :
    Set.range (tensorAdicCompletionIntegersTo K L B v) =
      closure (Set.range (algebraMap B (L ⊗[K] adicCompletion K v)))

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma range_tensorAdicCompletionIntegersTo_eq_closure_range_algebraMap    [IsIntegralClosure B A L] [FiniteDimensional K L] :    Set.range (tensorAdicCompletionIntegersTo K L B v) =      closure (Set.range (algebraMap B (L ⊗[K] adicCompletion K v))) := by  apply Set.Subset.antisymm  · apply tensorAdicCompletionIntegersTo_range_subset_closure  · apply closure_minimal    · rintro _ b, rfl      use b ⊗ₜ[A] 1      simp    · apply IsClopen.isClosed      apply tensorAdicCompletionIntegersTo_isClopen_range
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DedekindDomain/Completion/BaseChange.lean:488-499

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