Tensor Adic Completion Integers To Adic Completion range eq integers
IsDedekindDomain.HeightOneSpectrum.Extension.tensorAdicCompletionIntegersToAdicCompletion_range_eq_integers
Plain-language statement
The range of adicCompletionIntegers.tensorToAdicCompletion is 𝓞_w.
Exact Lean statement
lemma tensorAdicCompletionIntegersToAdicCompletion_range_eq_integers [FiniteDimensional K L] :
Set.range (w.tensorAdicCompletionIntegersToAdicCompletion K L B v) =
adicCompletionIntegers L w.1Formal artifact
Lean source
lemma tensorAdicCompletionIntegersToAdicCompletion_range_eq_integers [FiniteDimensional K L] : Set.range (w.tensorAdicCompletionIntegersToAdicCompletion K L B v) = adicCompletionIntegers L w.1 := by ext x have memrange := (range_baseChange_comp_tensorAdicCompletionTo_eq_pi K L B v) rw [Set.ext_iff] at memrange constructor · rintro ⟨y, rfl⟩ exact (memrange _).mp (Set.mem_range_self y) w trivial · intro hx classical set x' : (w : Extension B v) → adicCompletion L w.val := Pi.single w x with hx' obtain ⟨y, (hy : _ = x')⟩ : x' ∈ Set.range _ := by rw [memrange x', Set.mem_pi] intro w' _ by_cases h : w = w' · rw [← h, hx', Pi.single_eq_same] exact hx · rw [hx', Pi.single_eq_of_ne' h] exact Subring.zero_mem _ use y simpa [hx'] using! congr_fun hy w- Project
- Fermat's Last Theorem
- License
- Apache-2.0
- Commit
- 8dd808888295
- Source
- FLT/DedekindDomain/Completion/BaseChange.lean:609-630
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.