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
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
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
Source project: Fermat's Last Theorem
Person-level attribution pending.
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.
Source project: Fermat's Last Theorem
Person-level attribution pending.
Fermat Last Theorem of p ge 5
FermatLastTheorem.of_p_ge_5
Plain-language statement
If Fermat's Last Theorem is true for primes p ≥ 5, then FLT is true.
Source project: Fermat's Last Theorem
Person-level attribution pending.