All proofs
Project-declaredLean 4.32.0 · mathlib@249c48c2

Finrank tensor Product adic Completion eq finrank pi adic Completion

IsDedekindDomain.HeightOneSpectrum.adicCompletion.finrank_tensorProduct_adicCompletion_eq_finrank_pi_adicCompletion

Plain-language statement

L ⊗[K] K_v and ∏_{w|v} L_w have equal dimensions

Exact Lean statement

lemma finrank_tensorProduct_adicCompletion_eq_finrank_pi_adicCompletion :
    Module.finrank (adicCompletion K v) (L ⊗[K] adicCompletion K v) =
      Module.finrank (adicCompletion K v) ((w : Extension B v) → adicCompletion L w.val)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma finrank_tensorProduct_adicCompletion_eq_finrank_pi_adicCompletion :    Module.finrank (adicCompletion K v) (L ⊗[K] adicCompletion K v) =      Module.finrank (adicCompletion K v) ((w : Extension B v)  adicCompletion L w.val) :=  letI := Extension.fintype A K L B v  calc Module.finrank (adicCompletion K v) (L ⊗[K] adicCompletion K v)    _ = Module.finrank K L := by rw [TensorProduct.finrank_rightAlgebra]    _ = ∑ (w : Extension B v), Ideal.ramificationIdx' v.asIdeal w.val.asIdeal *        Ideal.inertiaDeg' v.asIdeal w.val.asIdeal := by        rw [Ideal.sum_ramification_inertia_extensions]    _ = ∑ (w : Extension B v), Module.finrank (adicCompletion K v) (adicCompletion L w.val) :=        Finset.sum_congr rfl fun w _  ramificationIdx_mul_inertiaDeg_eq_finrank K L w    _ = Module.finrank (adicCompletion K v) ((w : Extension B v)  adicCompletion L w.val) := by        rw [Module.finrank_pi_fintype (adicCompletion K v)]
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/DedekindDomain/Completion/BaseChange.lean:754-766

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