All proofs
Project-declaredLean 4.32.0 ยท mathlib@249c48c2

Is Closed base Change image closure range algebra Map

IsDedekindDomain.HeightOneSpectrum.isClosed_baseChange_image_closure_range_algebraMap

Plain-language statement

The image of B โŠ—[A] ๐“ž_v (the closure of B) in โˆ_w L_w is closed.

Exact Lean statement

lemma isClosed_baseChange_image_closure_range_algebraMap [FiniteDimensional K L] :
    IsClosed ((baseChange 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 isClosed_baseChange_image_closure_range_algebraMap [FiniteDimensional K L] :    IsClosed ((baseChange K L B v) ''        closure (Set.range (algebraMap B (L โŠ—[K] adicCompletion K v)))) := by  let S := AddSubgroup.map      (baseChange K L B v).toAddMonoidHom      (tensorAdicCompletionIntegersTo K L B v).range.toSubring.toAddSubgroup  have hSclosed : IsClosed S.carrier := by    apply AddSubgroup.isClosed_of_isOpen    apply (baseChangeRight_isOpenQuotientMap K L B v).isOpenMap    apply (tensorAdicCompletionIntegersTo_isClopen_range K L B v).isOpen  suffices h : (baseChange K L B v) ''    closure (Set.range (algebraMap B (L โŠ—[K] adicCompletion K v))) = S.carrier by    rwa [h]  rw [โ† range_tensorAdicCompletionIntegersTo_eq_closure_range_algebraMap]  rfl
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DedekindDomain/Completion/BaseChange.lean:514-528

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