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

Range base Change comp tensor Adic Completion To eq pi

IsDedekindDomain.HeightOneSpectrum.range_baseChange_comp_tensorAdicCompletionTo_eq_pi

Plain-language statement

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

Exact Lean statement

theorem range_baseChange_comp_tensorAdicCompletionTo_eq_pi [FiniteDimensional K L] :
    Set.range (baseChange K L B v โˆ˜ tensorAdicCompletionIntegersTo K L B v) =
    Set.univ.pi (fun w โ†ฆ (w.1.adicCompletionIntegers L).carrier)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem range_baseChange_comp_tensorAdicCompletionTo_eq_pi [FiniteDimensional K L] :    Set.range (baseChange K L B v โˆ˜ tensorAdicCompletionIntegersTo K L B v) =    Set.univ.pi (fun w โ†ฆ (w.1.adicCompletionIntegers L).carrier) := by  have hrange :    Set.range (algebraMap B ((w : Extension B v) โ†’ adicCompletion L w.1)) =      (baseChange K L B v) '' (Set.range (algebraMap B (L โŠ—[K] adicCompletion K v))) := by    ext x    simp [Algebra.algebraMap_eq_smul_one]  have hrange' := isClosed_baseChange_image_closure_range_algebraMap K L B v  rw [Set.range_comp, range_tensorAdicCompletionIntegersTo_eq_closure_range_algebraMap,    pi_adicCompletionIntegers_eq_closure_range_algebraMap, hrange, โ† IsClosed.closure_eq hrange']  exact closure_image_closure    (baseChangeRight_isOpenQuotientMap K L B v).continuous
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DedekindDomain/Completion/BaseChange.lean:539-551

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