Tensor Adic Completion Integers To range subset closure
IsDedekindDomain.HeightOneSpectrum.tensorAdicCompletionIntegersTo_range_subset_closure
Plain-language statement
The image of B β[A] π_v in L β[K] K_v is contained in the closure of the image of B.
Exact Lean statement
lemma tensorAdicCompletionIntegersTo_range_subset_closure [FiniteDimensional K L] :
(tensorAdicCompletionIntegersTo K L B v).range.carrier β
closure (algebraMap B (L β[K] adicCompletion K v)).rangeFormal artifact
Lean source
lemma tensorAdicCompletionIntegersTo_range_subset_closure [FiniteDimensional K L] : (tensorAdicCompletionIntegersTo K L B v).range.carrier β closure (algebraMap B (L β[K] adicCompletion K v)).range := by rintro _ β¨s, rflβ© induction s with | zero => apply subset_closure use 0 simp | add x y hx hy => -- The closure of a subgroup is a subgroup rw [RingHom.map_add] apply map_mem_closureβ _ hx hy _ Β· exact (ModuleTopology.continuousAdd _ _).continuous_add intro _ ha _ hb exact add_mem ha hb | tmul b a' => -- Rewrite `tensorAdicCompletionTo (b ββ a')` to `b β’ (1 ββ a')` simp only [RingHom.coe_range, tensorAdicCompletionIntegersTo, AlgHom.toRingHom_eq_coe, RingHom.coe_coe, Algebra.TensorProduct.lift_tmul, AlgHom.coe_comp, AlgHom.coe_restrictScalars', IsScalarTower.coe_toAlgHom', Function.comp_apply, ValuationSubring.algebraMap_apply, Algebra.TensorProduct.includeRight_apply] -- Now, `f : a' β¦ b β’ (1 ββ a')` is continuous let f (y : β₯(adicCompletionIntegers K v)) : (L β[K] adicCompletion K v) := (Algebra.ofId B (L β[K] adicCompletion K v)) b * (1 : L) ββ[K] (y : adicCompletion K v) have hfval : f = fun (y : β₯(adicCompletionIntegers K v)) => (y : adicCompletion K v) β’ (Algebra.ofId B (L β[K] adicCompletion K v)) b := by ext y unfold f rw [Algebra.smul_def] exact mul_comm _ _ have hcf : ContinuousAt f a' := by rw [hfval] fun_prop -- So, because `A` is dense in `πͺ_v`, `b β’ (1 ββ a') β f '' closure A β closure f '' A` have hy : a' β closure (Set.range (algebraMap A _)) := by apply denseRange_of_integerAlgebraMap apply mem_closure_image hcf hy constructor Β· exact isClosed_closure -- Finally, `b β’ (1 ββ a) = (b * a) β’ (1 ββ 1)`, so `f '' A β algebraMap '' B` rintro u β¨_, β¨a, rflβ©, rflβ© apply subset_closure use algebraMap A B a * b unfold f rw [Algebra.algebraMap_eq_smul_one (A := (adicCompletionIntegers K v)) a, coe_smul_adicCompletionIntegers, β TensorProduct.smul_tmul, Algebra.ofId_apply, Algebra.TensorProduct.algebraMap_apply, RingHom.map_mul, β Algebra.smul_def] simp- Project
- Fermat's Last Theorem
- License
- Apache-2.0
- Commit
- 8dd808888295
- Source
- FLT/DedekindDomain/Completion/BaseChange.lean:381-430
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.