All proofs
Project-declaredLean 4.32.0 ยท mathlib@249c48c2

Hecke Operator eq l Tensor

TotallyDefiniteQuaternionAlgebra.WeightTwoAutomorphicForm.heckeOperator_eq_lTensor

Plain-language statement

Hecke operators are preserved under the identification ๐’ฎยฒ(U, ฯ‡; M) โ‰ƒ M โŠ— ๐’ฎยฒ(U, ฯ‡; R).

Exact Lean statement

lemma heckeOperator_eq_lTensor [โ„’.toStruct.IsSufficientlySmall D] [โ„’.toStruct.IsFinite D]
    (v : HeightOneSpectrum (๐“ž F)) (hv : โ„’.ฯ‡ v = 1) (g : GLโ‚‚(v.adicCompletion F)) :
    โ„’.heckeOperator D M v hv g = (โ„’.toStruct.formTensorScalar D _ _).toLinearMap โˆ˜โ‚—
      AlgebraTensorModule.lTensor R M (โ„’.heckeOperator D R v hv g) โˆ˜โ‚—
      (โ„’.toStruct.formTensorScalar D _ _).symm.toLinearMap

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma heckeOperator_eq_lTensor [โ„’.toStruct.IsSufficientlySmall D] [โ„’.toStruct.IsFinite D]    (v : HeightOneSpectrum (๐“ž F)) (hv : โ„’.ฯ‡ v = 1) (g : GLโ‚‚(v.adicCompletion F)) :    โ„’.heckeOperator D M v hv g = (โ„’.toStruct.formTensorScalar D _ _).toLinearMap โˆ˜โ‚—      AlgebraTensorModule.lTensor R M (โ„’.heckeOperator D R v hv g) โˆ˜โ‚—      (โ„’.toStruct.formTensorScalar D _ _).symm.toLinearMap := by  trans (โ„’.toStruct.formCongr D (AlgebraTensorModule.rid R R M)).toLinearMap โˆ˜โ‚—    โ„’.heckeOperatorL D R (M โŠ—[R] R) v hv g โˆ˜โ‚—    (โ„’.toStruct.formCongr D (AlgebraTensorModule.rid R R M)).symm.toLinearMap  ยท ext f a    obtain โŸจs, hsโŸฉ := QuotientGroup.exists_bijOn_mk_image_mul_singleton _      (โ„’.isOpen_US v) (โ„’.isCompact_US v) g    simp [โ„’.heckeOperator_eq_finsetSum _ _ _ s hs, LevelStruct.formCongr, adicCompletion_smul_def]  ยท rw [heckeOperatorL_tensor]; rfl
Project
Fermat's Last Theorem
License
Apache-2.0
Commit
8dd808888295
Source
FLT/AutomorphicForm/QuaternionAlgebra/HeckeOperators/Concrete.lean:349-361

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

Project-declaredLean 4.32.0

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

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

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.

number theoryarithmetic geometryFermat's Last Theorem

Source project: Fermat's Last Theorem

Person-level attribution pending.

View proof record