Hecke Operator L tensor
TotallyDefiniteQuaternionAlgebra.WeightTwoAutomorphicForm.heckeOperatorL_tensor
Plain-language statement
Hecke operators are preserved under the identification ๐ฎยฒ(U, ฯ; M โ N) โ M โ ๐ฎยฒ(U, ฯ; N).
Exact Lean statement
lemma heckeOperatorL_tensor [โ.toStruct.IsSufficientlySmall D] [โ.toStruct.IsFinite D]
{S N T : Type*} [CommRing S] [Module S M] [CommRing T] [Module T M] [Algebra R S] [Algebra S T]
[AddCommGroup N] [Module S N] [Module R N]
[IsScalarTower R S M] [IsScalarTower S T M] [SMulCommClass R T M] [IsScalarTower R S N]
(v : HeightOneSpectrum (๐ F)) (hv : โ.ฯ v = 1)
(g : GLโ(v.adicCompletion F)) [SMulCommClass R S M] :
โ.heckeOperatorL D T (M โ[S] N) v hv g = (โ.toStruct.formTensor D _ _ _ _).toLinearMap โโ
AlgebraTensorModule.lTensor T M (โ.heckeOperatorL D S N v hv g) โโ
(โ.toStruct.formTensor D _ _ _ _).symm.toLinearMapFormal artifact
Lean source
lemma heckeOperatorL_tensor [โ.toStruct.IsSufficientlySmall D] [โ.toStruct.IsFinite D] {S N T : Type*} [CommRing S] [Module S M] [CommRing T] [Module T M] [Algebra R S] [Algebra S T] [AddCommGroup N] [Module S N] [Module R N] [IsScalarTower R S M] [IsScalarTower S T M] [SMulCommClass R T M] [IsScalarTower R S N] (v : HeightOneSpectrum (๐ F)) (hv : โ.ฯ v = 1) (g : GLโ(v.adicCompletion F)) [SMulCommClass R S M] : โ.heckeOperatorL D T (M โ[S] N) v hv g = (โ.toStruct.formTensor D _ _ _ _).toLinearMap โโ AlgebraTensorModule.lTensor T M (โ.heckeOperatorL D S N v hv g) โโ (โ.toStruct.formTensor D _ _ _ _).symm.toLinearMap := by rw [โ LinearMap.comp_assoc, LinearEquiv.eq_comp_toLinearMap_symm] ext x y : 3 suffices โ.heckeOperator D (M โ[S] N) v hv g (โ.toStruct.formTensor D M S T N (x โโ[S] y)) = โ.toStruct.formTensor D M S T N (x โโ[S] โ.heckeOperator D N v hv g y) by simpa ext a obtain โจs, hsโฉ := QuotientGroup.exists_bijOn_mk_image_mul_singleton _ (โ.isOpen_US v) (โ.isCompact_US v) g simp [โ.heckeOperator_eq_finsetSum _ _ _ s hs, tmul_sum, adicCompletion_smul_def]- Project
- Fermat's Last Theorem
- License
- Apache-2.0
- Commit
- 8dd808888295
- Source
- FLT/AutomorphicForm/QuaternionAlgebra/HeckeOperators/Concrete.lean:328-345
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.