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
Exact Lean statement
lemma eq_finsum_quotient_out_of_bijOn' (a : fixedPoints V A)
{X : Set (G ⧸ V)}
{s : Set G} (hs : s.BijOn (QuotientGroup.mk : G → G ⧸ V) X) :
∑ᶠ g ∈ s, g • (a : A) = ∑ᶠ g ∈ Quotient.out '' X, g • (a : A)Formal artifact
Lean source
lemma eq_finsum_quotient_out_of_bijOn' (a : fixedPoints V A) {X : Set (G ⧸ V)} {s : Set G} (hs : s.BijOn (QuotientGroup.mk : G → G ⧸ V) X) : ∑ᶠ g ∈ s, g • (a : A) = ∑ᶠ g ∈ Quotient.out '' X, g • (a : A) := by let e (g : G) : G := Quotient.out (QuotientGroup.mk g : G ⧸ V) have he₀ : Set.BijOn e s (Quotient.out '' X) := by refine Set.BijOn.comp ?_ hs exact Set.InjOn.bijOn_image <| Set.injOn_of_injective Quotient.out_injective have he₁ : ∀ g ∈ s, g • (a : A) = (Quotient.out (QuotientGroup.mk g : G ⧸ V)) • a := by intro g hgs obtain ⟨v, hv⟩ := QuotientGroup.mk_out_eq_mul V g rw [hv, mul_smul, (show (v : G) • (a : A) = a from a.2 v)] exact finsum_mem_eq_of_bijOn e he₀ he₁- Project
- Fermat's Last Theorem
- License
- Apache-2.0
- Commit
- 8dd808888295
- Source
- FLT/AutomorphicForm/QuaternionAlgebra/HeckeOperators/Abstract.lean:159-171
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
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.
Finite Adele Ring Aux f g local global
FiniteAdeleRing.Aux.f_g_local_global
Plain-language statement
A diagram which obviously commutes, commutes.
Source project: Fermat's Last Theorem
Person-level attribution pending.