Definitions/Def_AutomorphicForm_CuspidalConstituent.lean
Cuspidal constituents in the adelic right regular representation
Throughout, F is a number field, pins a CarrierPins datum for F and \xi : Z \to \mathbb{C}^\times a character of the central subgroup pins.Z attached to it. The basic operator is right translation, (\mathtt{rightTranslate}\,g\,\varphi)(x) = \varphi(xg) on functions GL_2(\mathbb{A}_F) \to \mathbb{C}; rightRegular packages it as a Mathlib Representation of GL_2(\mathbb{A}_F) on the full function space, and a group of routine lemmas records the composition law R(g')R(g) = R(g'g), additivity, homogeneity, R(g)0 = 0, preservation of continuity, and the fact that the set of \varphi all of whose translates satisfy IsSmoothCuspAutomorphicFnAt for (\mathtt{pins},\xi) is itself translation-stable.
The ambient space cuspKFiniteSubmodule is the \mathbb{C}-span of those \varphi that are continuous, satisfy the predicate IsSmoothCuspAutomorphicFnAt for (\mathtt{pins},\xi) after every right translation, and lie in the archimedean cut archCutSubmodule F tys of some finite family of types tys : ArchTypeFamily F — that is, at every infinite place w the function lies in the sum of the finitely many K_w^{1}-type submodules prescribed by tys, the types being taken along the inclusions rowIsometryInclAt₀. A further lemma shows this span is stable under translation by rowIsometryInclAt₀ F v k, the commutation of the inclusions at distinct places being what makes types at other places survive.
A IsCuspSubrep is a structure whose fields assert: V \le cuspKFiniteSubmodule; V is stable under right translation by elements of finiteAdelicGL2Subgroup F; V is stable under right translation by rowIsometryInclAt₀ F w k for every infinite place w; and V is stable under right convolution \varphi \mapsto \mathtt{rightConv}\,\varphi\,f, (\varphi * f)(g) = \int \varphi(gx) f(x)\,dx against the adelic Haar measure, for every f that is a factorizable test function (a product of a smooth compactly supported factor in the archimedean matrix entries with a locally constant compactly supported finite factor) and satisfies IsArchBiFinite F tys f for some tys, i.e. x \mapsto f(x^{-1}) lies in the archimedean cut and f in the dual cut of tys. The last clause stands in for the action of the archimedean component. IsCuspConstituent asserts that V is such a subrepresentation, is nonzero, and is minimal: every IsCuspSubrep W \le V is \bot or V. Linking these to Hecke data, CuspConstituentMeets pins ξ N S Ψ V asserts that V contains a nonzero \varphi with IsIsotypicCuspFormAt for the level N, exceptional set S and eigensystem \Psi (right U(N)-invariance, Hecke-coset eigenvalue \Psi.a\,v and central eigenvalue \Psi.b\,v outside S), and cuspConstituentIsotypicCut is the intersection V \sqcap isotypicCuspSubmodule. Also defined is levelInvariantSubmodule, the submodule of functions invariant under right multiplication by pins.U N. Three closing facts: \bot is a cusp subrepresentation; \bot is not a cusp constituent; and if V meets (N,S,\Psi) then V \sqcap isotypicCuspSubmodule \ne \bot.
Relation to Mathlib
rightRegular is an instance of Mathlib's Representation on the space of all complex-valued functions on the adelic group; Mathlib has no notion of cuspidal automorphic representation or of a constituent thereof, so IsCuspSubrep, IsCuspConstituent and the archimedean-type cuts are the project's own.
Where it is used
These definitions fix the grain at which cuspidal automorphic representations of GL_2 over a number field are handled: a constituent plays the role of the K_\infty^{1}-finite realisation of a single cuspidal representation with central character \xi, and CuspConstituentMeets is the link between such a constituent and a Hecke eigensystem of level N with exceptional set S, which is the form in which modularity statements are used in the Frey–Serre–Ribet–Wiles argument.
References
- D. Bump, Automorphic Forms and Representations, Cambridge Studies in Advanced Mathematics 55, Cambridge University Press, 1997
- S. Gelbart, Automorphic Forms on Adele Groups, Annals of Mathematics Studies 83, Princeton University Press, 1975
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 159 lines
- 26 declarations
- used in the statements of 263 theorems and imported by 265 proofs
- imports 2 definition modules
Source file: Definitions/Def_AutomorphicForm_CuspidalConstituent.lean
Declarations
- def
AutomorphicForm.CuspidalConstituent.rightTranslate - theorem
AutomorphicForm.CuspidalConstituent.rightTranslate_apply - def
AutomorphicForm.CuspidalConstituent.rightRegular - theorem
AutomorphicForm.CuspidalConstituent.rightRegular_apply - theorem
AutomorphicForm.CuspidalConstituent.rightTranslate_rightTranslate - theorem
AutomorphicForm.CuspidalConstituent.rightTranslate_add - theorem
AutomorphicForm.CuspidalConstituent.rightTranslate_smul - theorem
AutomorphicForm.CuspidalConstituent.rightTranslate_zero - theorem
AutomorphicForm.CuspidalConstituent.continuous_rightTranslate - theorem
AutomorphicForm.CuspidalConstituent.forall_isSmoothCuspAutomorphicFnAt_rightTranslate_rightTranslate - theorem
AutomorphicForm.CuspidalConstituent.rightTranslate_rowIsometryInclAt₀_mem_archCutSubmodule - def
AutomorphicForm.CuspidalConstituent.cuspKFiniteSubmodule - theorem
AutomorphicForm.CuspidalConstituent.rightTranslate_rowIsometryInclAt₀_mem_cuspKFiniteSubmodule - structure
AutomorphicForm.CuspidalConstituent.IsCuspSubrep - field
AutomorphicForm.CuspidalConstituent.IsCuspSubrep.V - field
AutomorphicForm.CuspidalConstituent.IsCuspSubrep.le - field
AutomorphicForm.CuspidalConstituent.IsCuspSubrep.rightTranslate_fin_mem - field
AutomorphicForm.CuspidalConstituent.IsCuspSubrep.rightTranslate_arch_mem - field
AutomorphicForm.CuspidalConstituent.IsCuspSubrep.rightConv_mem - def
AutomorphicForm.CuspidalConstituent.IsCuspConstituent - def
AutomorphicForm.CuspidalConstituent.CuspConstituentMeets - def
AutomorphicForm.CuspidalConstituent.cuspConstituentIsotypicCut - def
AutomorphicForm.CuspidalConstituent.levelInvariantSubmodule - theorem
AutomorphicForm.CuspidalConstituent.isCuspSubrep_bot - theorem
AutomorphicForm.CuspidalConstituent.not_isCuspConstituent_bot - theorem
AutomorphicForm.CuspidalConstituent.inf_isotypicCuspSubmodule_ne_bot_of_cuspConstituentMeets
Source
import Definitions.Def_AutomorphicForm_IsotypicCuspSpace import Definitions.Def_AutomorphicForm_FactorizableTestFn set_option autoImplicit false open IsDedekindDomain NumberField noncomputable section namespace AutomorphicForm namespace CuspidalConstituent variable (F : Type) [Field F] [NumberField F] def rightTranslate (g : AdelicGL2 (𝓞 F) F) (φ : AdelicGL2 (𝓞 F) F → ℂ) : AdelicGL2 (𝓞 F) F → ℂ := fun x => φ (x * g) theorem rightTranslate_apply (g x : AdelicGL2 (𝓞 F) F) (φ : AdelicGL2 (𝓞 F) F → ℂ) : rightTranslate F g φ x = φ (x * g) := rfl def rightRegular : Representation ℂ (AdelicGL2 (𝓞 F) F) (AdelicGL2 (𝓞 F) F → ℂ) where toFun g := { toFun := rightTranslate F g map_add' := fun _ _ => rfl map_smul' := fun _ _ => rfl } map_one' := by ext φ x; simp [rightTranslate] map_mul' g h := by ext φ x; simp [rightTranslate, mul_assoc] @[simp] theorem rightRegular_apply (g : AdelicGL2 (𝓞 F) F) (φ : AdelicGL2 (𝓞 F) F → ℂ) : rightRegular F g φ = rightTranslate F g φ := rfl theorem rightTranslate_rightTranslate (g g' : AdelicGL2 (𝓞 F) F) (φ : AdelicGL2 (𝓞 F) F → ℂ) : rightTranslate F g' (rightTranslate F g φ) = rightTranslate F (g' * g) φ := by funext x; simp [rightTranslate, mul_assoc] theorem rightTranslate_add (g : AdelicGL2 (𝓞 F) F) (φ ψ : AdelicGL2 (𝓞 F) F → ℂ) : rightTranslate F g (φ + ψ) = rightTranslate F g φ + rightTranslate F g ψ := rfl theorem rightTranslate_smul (g : AdelicGL2 (𝓞 F) F) (c : ℂ) (φ : AdelicGL2 (𝓞 F) F → ℂ) : rightTranslate F g (c • φ) = c • rightTranslate F g φ := rfl theorem rightTranslate_zero (g : AdelicGL2 (𝓞 F) F) : rightTranslate F g (0 : AdelicGL2 (𝓞 F) F → ℂ) = 0 := rfl theorem continuous_rightTranslate {φ : AdelicGL2 (𝓞 F) F → ℂ} (hφ : Continuous φ) (g : AdelicGL2 (𝓞 F) F) : Continuous (rightTranslate F g φ) := hφ.comp (continuous_mul_const g) theorem forall_isSmoothCuspAutomorphicFnAt_rightTranslate_rightTranslate {pins : CarrierPins F} {ξ : pins.Z →* ℂˣ} {φ : AdelicGL2 (𝓞 F) F → ℂ} (h : ∀ g : AdelicGL2 (𝓞 F) F, IsSmoothCuspAutomorphicFnAt F pins ξ (rightTranslate F g φ)) (g : AdelicGL2 (𝓞 F) F) : ∀ g' : AdelicGL2 (𝓞 F) F, IsSmoothCuspAutomorphicFnAt F pins ξ (rightTranslate F g' (rightTranslate F g φ)) := by intro g'; rw [rightTranslate_rightTranslate]; exact h _ theorem rightTranslate_rowIsometryInclAt₀_mem_archCutSubmodule (tys : ArchTypeFamily F) {φ : AdelicGL2 (𝓞 F) F → ℂ} (hφ : φ ∈ archCutSubmodule F tys) (v : InfinitePlace F) (k : rowIsometrySubgroup₀ v.Completion) : rightTranslate F (rowIsometryInclAt₀ F v k) φ ∈ archCutSubmodule F tys := by rw [mem_archCutSubmodule_iff] at hφ ⊢ intro w have key : ∀ i : Fin (tys.card w), (archTypeSubmoduleAt F w (tys.rep w i)).map (rightRegular F (rowIsometryInclAt₀ F v k)) ≤ archTypeSubmoduleAt F w (tys.rep w i) := by intro i f hf obtain ⟨f₀, hf₀, rfl⟩ := Submodule.mem_map.mp hf by_cases hvw : v = w · subst hvw exact comp_mul_mem_typeSubmodule hf₀ k · refine comp_mul_mem_typeSubmodule_of_commute hf₀ _ fun k' => ?_ rw [rowIsometryInclAt₀_apply, rowIsometryInclAt₀_apply] exact commute_adelicArchGLInclAt_of_ne F hvw _ _ have hmap : (⨆ i, archTypeSubmoduleAt F w (tys.rep w i)).map (rightRegular F (rowIsometryInclAt₀ F v k)) ≤ ⨆ i, archTypeSubmoduleAt F w (tys.rep w i) := by rw [Submodule.map_iSup]; exact iSup_mono key exact hmap (Submodule.mem_map_of_mem (hφ w)) def cuspKFiniteSubmodule (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ) := Submodule.span ℂ {φ | (∀ g : AdelicGL2 (𝓞 F) F, IsSmoothCuspAutomorphicFnAt F pins ξ (rightTranslate F g φ)) ∧ Continuous φ ∧ ∃ tys : ArchTypeFamily F, φ ∈ archCutSubmodule F tys} theorem rightTranslate_rowIsometryInclAt₀_mem_cuspKFiniteSubmodule (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) {φ : AdelicGL2 (𝓞 F) F → ℂ} (hφ : φ ∈ cuspKFiniteSubmodule F pins ξ) (v : InfinitePlace F) (k : rowIsometrySubgroup₀ v.Completion) : rightTranslate F (rowIsometryInclAt₀ F v k) φ ∈ cuspKFiniteSubmodule F pins ξ := by refine Submodule.span_induction (p := fun φ _ => rightTranslate F (rowIsometryInclAt₀ F v k) φ ∈ cuspKFiniteSubmodule F pins ξ) ?_ ?_ ?_ ?_ hφ · rintro φ ⟨hsat, hcont, tys, htys⟩ exact Submodule.subset_span ⟨forall_isSmoothCuspAutomorphicFnAt_rightTranslate_rightTranslate F hsat _, continuous_rightTranslate F hcont _, tys, rightTranslate_rowIsometryInclAt₀_mem_archCutSubmodule F tys htys v k⟩ · show rightTranslate F _ 0 ∈ _ rw [rightTranslate_zero]; exact (cuspKFiniteSubmodule F pins ξ).zero_mem · intro u w _ _ hu hw show rightTranslate F _ (u + w) ∈ _ rw [rightTranslate_add]; exact (cuspKFiniteSubmodule F pins ξ).add_mem hu hw · intro c u _ hu show rightTranslate F _ (c • u) ∈ _ rw [rightTranslate_smul]; exact (cuspKFiniteSubmodule F pins ξ).smul_mem c hu structure IsCuspSubrep (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) (V : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ)) : Prop where le : V ≤ cuspKFiniteSubmodule F pins ξ rightTranslate_fin_mem : ∀ g ∈ finiteAdelicGL2Subgroup F, ∀ φ ∈ V, rightTranslate F g φ ∈ V rightTranslate_arch_mem : ∀ (w : InfinitePlace F) (k : rowIsometrySubgroup₀ w.Completion), ∀ φ ∈ V, rightTranslate F (rowIsometryInclAt₀ F w k) φ ∈ V rightConv_mem : ∀ (f : AdelicGL2 (𝓞 F) F → ℂ) (tys : ArchTypeFamily F), IsFactorizableTestFn F f → IsArchBiFinite F tys f → ∀ φ ∈ V, rightConv F φ f ∈ V def IsCuspConstituent (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) (V : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ)) : Prop := IsCuspSubrep F pins ξ V ∧ V ≠ ⊥ ∧ ∀ W : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ), IsCuspSubrep F pins ξ W → W ≤ V → W = ⊥ ∨ W = V def CuspConstituentMeets (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) (N : Ideal (𝓞 F)) (S : Finset (HeightOneSpectrum (𝓞 F))) (Ψ : HeckeEigensystem F ℂ) (V : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ)) : Prop := ∃ φ ∈ V, φ ≠ 0 ∧ IsIsotypicCuspFormAt F pins ξ N S Ψ φ def cuspConstituentIsotypicCut (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) (N : Ideal (𝓞 F)) (S : Finset (HeightOneSpectrum (𝓞 F))) (Ψ : HeckeEigensystem F ℂ) (V : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ)) : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ) := V ⊓ isotypicCuspSubmodule F pins ξ N S Ψ def levelInvariantSubmodule (pins : CarrierPins F) (N : Ideal (𝓞 F)) : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ) where carrier := {φ | ∀ g : AdelicGL2 (𝓞 F) F, ∀ u ∈ pins.U N, φ (g * u) = φ g} zero_mem' := fun _ _ _ => rfl add_mem' := fun {a b} ha hb g u hu => by simp only [Pi.add_apply, ha g u hu, hb g u hu] smul_mem' := fun c {a} ha g u hu => by simp only [Pi.smul_apply, ha g u hu] theorem isCuspSubrep_bot (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) : IsCuspSubrep F pins ξ ⊥ := ⟨bot_le, fun g _ φ hφ => by rw [(Submodule.mem_bot ℂ).mp hφ]; exact Submodule.zero_mem _, fun w k φ hφ => by rw [(Submodule.mem_bot ℂ).mp hφ]; exact Submodule.zero_mem _, fun f _ _ _ φ hφ => by rw [(Submodule.mem_bot ℂ).mp hφ] exact (Submodule.mem_bot ℂ).mpr (rightConv_zero_left F f)⟩ theorem not_isCuspConstituent_bot (pins : CarrierPins F) (ξ : pins.Z →* ℂˣ) : ¬ IsCuspConstituent F pins ξ ⊥ := fun h => h.2.1 rfl theorem inf_isotypicCuspSubmodule_ne_bot_of_cuspConstituentMeets {pins : CarrierPins F} {ξ : pins.Z →* ℂˣ} {N : Ideal (𝓞 F)} {S : Finset (HeightOneSpectrum (𝓞 F))} {Ψ : HeckeEigensystem F ℂ} {V : Submodule ℂ (AdelicGL2 (𝓞 F) F → ℂ)} (h : CuspConstituentMeets F pins ξ N S Ψ V) : V ⊓ isotypicCuspSubmodule F pins ξ N S Ψ ≠ ⊥ := by obtain ⟨φ, hφV, hφ0, hφ⟩ := h intro hbot have : φ ∈ V ⊓ isotypicCuspSubmodule F pins ξ N S Ψ := ⟨hφV, hφ.mem_isotypicCuspSubmodule⟩ rw [hbot, Submodule.mem_bot] at this exact hφ0 this end CuspidalConstituent end AutomorphicForm end
Statements phrased using this module (263)
- Central invariance of an adelic lift of a weight-two form
CuspForm.IsAdelicLiftOf.apply_centralScalar_mul6 below · depth 15 - Local Whittaker space at p: irreducible, admissible, smooth
AutomorphicForm.CuspidalConstituent.IsCuspConstituent.localSpaceAt_cyclic_finite_fixed_smooth_of_hasMultiplicityOneAt182 below · depth 17 - Twisting a cuspidal constituent by a finite-order Hecke character
AutomorphicForm.CuspidalConstituent.exists_cuspConstituentMeets_span_image_fnTwist_of_isIsotypicCuspFormAt_of_isBoundedGenuineFn_of_forall_not_dvd23 below · depth 17 - Finite-adelic translates of one type-χ vector span the others
AutomorphicForm.CuspidalConstituent.mem_span_rightTranslate_finiteAdelic_of_isCuspConstituent_of_finiteDimensional_of_mem_levelInvariantSubmodule_of_mem_archCutSubmodule_ofChar_of_pos82 below · depth 17 - Uniqueness of a cuspidal constituent meeting given Hecke data
AutomorphicForm.eq_of_isCuspConstituent_of_cuspConstituentMeets_of_coversModCentre240 below · depth 17 - Finite-dimensionality of level and archimedean cuts of cuspidal constituents
AutomorphicForm.finiteDimensional_inf_levelInvariantSubmodule_inf_archCutSubmodule_of_isCuspConstituent160 below · depth 17 - Isotypic cusp forms with archimedean cut lie in cuspidal constituents
AutomorphicForm.isotypicCuspSubmodule_inf_archCutSubmodule_le_iSup_isCuspConstituent330 below · depth 17 - Nebentypus action of K₀(M) on adelic lifts of Γ₁(M)-forms
CuspForm.IsAdelicLiftOfGamma1.apply_mul_finEmbed_eq_inv_nebentypus_mul_of_mem_finiteLevelZero6 below · depth 17 - Adelic lift of a weight-two Γ₁(M) eigenform is isotypic
CuspForm.IsEigenformWith.isIsotypicCuspFormAt_of_isAdelicLiftOfGamma137 below · depth 17 - Adelic lift of a normalised eigenform on Γ₀(M) is isotypic
CuspForm.IsNormalizedEigenform.isIsotypicCuspFormAt_one_of_isAdelicLiftOf43 below · depth 17 - Minimal-weight Casimir eigenvector inside one cuspidal constituent
LanglandsTunnell.exists_archCasimir_eigenvector_minimalWeight_mem_isCuspConstituent_whittaker_diagOne_ne_zero_of_continuous_realization408 below · depth 17 - Weight family and Whittaker factorisation with C(1,1)≠ 0
LanglandsTunnell.exists_whittaker_factorization_apply_one_ne_zero_localSpaceAt_of_archCasimir_eigenvector_minimalWeight373 below · depth 17 - Whittaker factorisation at an odd principal archimedean parameter over ℚ
LanglandsTunnell.exists_whittaker_factorization_apply_one_ne_zero_localSpaceAt_of_archCasimir_eigenvector_weightOne_of_ne370 below · depth 17 - Local component at a finite place of a cuspidal constituent
AutomorphicForm.CuspidalConstituent.IsCuspConstituent.exists_irreducible_admissible_isotypicAt171 below · depth 18 - J-stability of a cuspidal constituent at a real place
AutomorphicForm.CuspidalConstituent.comp_mul_archRealGLAt_J_mem_of_isCuspConstituent_of_cuspConstituentMeets_of_coversModCentre241 below · depth 18 - Members of the K_∞-finite cuspidal span are continuous cusp forms
AutomorphicForm.CuspidalConstituent.continuous_and_isSmoothCuspAutomorphicFnAt_rightTranslate_of_mem_cuspKFiniteSubmodule0 below · depth 18 - Cuspidal constituents sharing a nonzero vector coincide
AutomorphicForm.CuspidalConstituent.eq_of_isCuspConstituent_of_exists_mem_ne_zero0 below · depth 18 - Finite eigenexpansion of isotypic cusp vectors under one test function
AutomorphicForm.CuspidalConstituent.exists_eq_sum_rightConv_eq_smul_of_mem_isotypicCuspSubmodule_inf_archCutSubmodule329 below · depth 18 - Scalar action of conjugation-invariant test functions on a one-type cut
AutomorphicForm.CuspidalConstituent.exists_forall_rightConv_eq_smul_of_isCuspConstituent_of_finiteDimensional_ofChar_of_pos74 below · depth 18 - Finite eigencapture of a level-and-type cut of a cuspidal constituent
AutomorphicForm.CuspidalConstituent.exists_inf_levelInvariantSubmodule_inf_archCutSubmodule_le_iSup_rightConv_eq_smul_of_isCuspConstituent87 below · depth 18 - Cut vectors of a cuspidal constituent are bounded by ‖det‖^{w₀/2}
AutomorphicForm.CuspidalConstituent.exists_norm_le_mul_ideleNorm_det_rpow_of_isCuspConstituent173 below · depth 18 - Cuspidal constituents pass to smaller windows
AutomorphicForm.CuspidalConstituent.isCuspConstituent_productionPinsOf_mono0 below · depth 18 - Twisting a cuspidal constituent by a finite-order Hecke character
AutomorphicForm.CuspidalConstituent.isCuspConstituent_twistedCentralChar_span_image_fnTwist2 below · depth 18 - Cyclicity: a vector generates a cuspidal sub-representation
AutomorphicForm.CuspidalConstituent.isCuspSubrep_span_cyclic_and_mem_and_le14 below · depth 18 - Reducing a finite test factor to the level indicator
AutomorphicForm.CuspidalConstituent.isFactorizableTestFn_indicator_and_rightConv_mem_span_rightTranslate_rightConv_indicator_of_mem_levelInvariantSubmodule4 below · depth 18 - Iterated lowering and raising operators shift the archimedean weight by two
AutomorphicForm.CuspidalConstituent.iterate_lower_mem_cut_ofChar_and_iterate_raise_mem_cut_ofChar164 below · depth 18 - Window-independence of the K-finite cuspidal space of a constituent
AutomorphicForm.CuspidalConstituent.le_cuspKFiniteSubmodule_of_isCuspConstituent_of_exists_mem_levelInvariantSubmodule112 below · depth 18 - Non-zero eigenvectors of the isotypic type-cut lie in the cuspidal constituents
AutomorphicForm.CuspidalConstituent.mem_iSup_isCuspConstituent_of_mem_isotypicCuspSubmodule_inf_archCutSubmodule_of_rightConv_eq_smul232 below · depth 18 - Mean-square approximation by translates forces membership in a constituent
AutomorphicForm.CuspidalConstituent.mem_of_isCuspConstituent_of_mem_of_forall_exists_setLIntegral_ample_sub_sum_mul_translate_sq_lt175 below · depth 18 - Type-χ vectors of a cyclic span lie in a spherical span
AutomorphicForm.CuspidalConstituent.mem_span_rightTranslate_sup_span_rightConv_spherical_of_mem_span_cyclic_of_mem_archCutSubmodule_ofChar8 below · depth 18 - Isotypic cusp forms as smooth-cusp realizations at level N
AutomorphicForm.IsIsotypicCuspFormAt.exists_smoothCuspRealizationAt_toFun_eq_of_ne_bot0 below · depth 18 - Rankin–Selberg package for one continuous GL₂ cusp realisation
AutomorphicForm.RankinSelberg.exists_testData_analyticOnNhd_sub_one_half_mul_peterssonIntegral_and_hasProd_rsEulerPoly_self552 below · depth 18 - Raising the lower determinant bound preserves covering modulo the centre
AutomorphicForm.coversModCentre_of_le_of_lt_of_coversModCentre0 below · depth 18 - Covering centre-cut Siegel window with c ≤ 0 forces vanishing
AutomorphicForm.eq_zero_of_isAutomorphicFnAt_of_continuous_of_nonpos_of_lt_of_coversModCentre0 below · depth 18 - Finitely many cuspidal constituents meet a fixed Hecke eigensystem
AutomorphicForm.exists_finset_isCuspConstituent_le_iSup_of_cuspConstituentMeets241 below · depth 18 - Cusp-realizable eigensystem realised in a single cuspidal constituent
AutomorphicForm.exists_isCuspConstituent_isIsotypicCuspFormAt_mem_archCutSubmodule_of_isArithGenuineCuspRealizable338 below · depth 18 - Non-zero convolution eigenspaces of cusp forms are finite-dimensional
AutomorphicForm.finiteDimensional_of_forall_mem_rightConv_eq_smul76 below · depth 18 - Isotypic cusp space at level bot vanishes
AutomorphicForm.isotypicCuspSubmodule_bot_eq_bot_of_productionPinsOf2 below · depth 18 - Central character of an adelic lift at a good place
CuspForm.IsAdelicLiftOfGamma1.apply_centralScalar_det_gen_mul_eq_nebentypus_mul7 below · depth 18 - Right invariance of the adelic lift under the level group
CuspForm.IsAdelicLiftOfGamma1.apply_mul_eq_of_mem_productionPinsGeneral_U0 below · depth 18 - Continuity of the adelic lift of a weight-two Γ₁(M) cusp form
CuspForm.IsAdelicLiftOfGamma1.continuous5 below · depth 18 - Cuspidality of the adelic lift of a weight-two cusp form
CuspForm.IsAdelicLiftOfGamma1.isCuspidalFn_productionPinsGeneral17 below · depth 18 - Classical Tₚ eigenvalue transfers to the adelic Hecke operator
CuspForm.IsAdelicLiftOfGamma1.isHeckeCosetEigenfunctionAt_productionPinsGeneral_of_heckeU_add_smul_slash_heckeDiagMatrix_eq10 below · depth 18 - K_f-smoothness of adelic lifts of weight-two cusp forms
CuspForm.IsAdelicLiftOfGamma1.isKfSmooth0 below · depth 18 - Square-integrability of a weight-two adelic lift on the production window
CuspForm.IsAdelicLiftOfGamma1.memLp_two_restrict_productionPinsGeneral5 below · depth 18 - Coefficient eigenform relations give the operator identity Uₚ h+ε(p)h|₂diag(p,1)=aₚ h
CuspForm.IsEigenformWith.heckeU_add_smul_slash_heckeDiagMatrix_eq_qCoeff_smul9 below · depth 18 - Normalised Γ₀(N) eigenform as trivial-nebentypus Γ₁(N) eigenform
CuspForm.IsNormalizedEigenform.isEigenformWith_one_of_coe_eq2 below · depth 18 - A Γ₀(M) cusp form as a Γ₁(M) form with trivial nebentypus
CuspForm.exists_gamma1_coe_eq_and_hasNebentypus_one0 below · depth 18 - Local functional equation at one deeply twisted prime
LanglandsTunnell.CubicInduction.exists_forall_mem_gl3CyclicSubspace_localZeta31_fe_one_of_cubicInductionForm_twist_deepAt593 below · depth 18 - Local constants of twisted cubic induction on the cyclic span
LanglandsTunnell.CubicInduction.exists_forall_mem_gl3CyclicSubspace_localZetaDual31_eq_mul_of_cubicInductionForm_twisted_badPlaces_noFE32_adm598 below · depth 18 - Explicit K₁(p^{3B+Δ})-invariant bump vector for twisted cubic induction
LanglandsTunnell.CubicInduction.exists_mem_gl3CyclicSubspace_twist_whittakerLoc_congruenceK1_invariant_iotaGL_bump_of_conductor_le_ed3111 below · depth 18 - Finiteness of torus coefficients in the twisted local cyclic space
LanglandsTunnell.CubicInduction.forall_mem_gl3CyclicSubspace_torusFinite_of_cubicInductionForm_twisted_noFE32_level19 below · depth 18 - Dual-side family identity in the GL₂timesGL₃ entire-pair assembly
LanglandsTunnell.RankinSelberg.EntirePairAssembly.dual_identity_family24 below · depth 18 - Archimedean holomorphy and non-vanishing from a torus Γ-factor identity
LanglandsTunnell.RankinSelberg.differentiableOn_and_rsArchIntegral_ne_zero_of_torusPair_eq_gammaFactor5 below · depth 18 - Local relations at p for the dual translate of W_f
LanglandsTunnell.RankinSelberg.dualTranslate_finWhittaker_local_relations3 below · depth 18 - Half-plane integrability of archimedean GL₂timesGL₃ Rankin–Selberg integrands
LanglandsTunnell.RankinSelberg.exists_forall_integrable_archWhittaker_torusPair_rpow_det7 below · depth 18 - Finite GL₃-translate family: constant integral and dual root number
LanglandsTunnell.RankinSelberg.exists_gl3Translates_sum_rsFinIntegral_cells_eq_const_and_dual_eq_rootNumberMonomial_of_finWhittaker_one_ne_zero_of_localSpaceAt_of_member_of_fe32_normPin_twisted_offSQ_archPsi_bump_levelShift_global982 below · depth 18 - Isotypic cusp form replaced inside one cuspidal constituent
LanglandsTunnell.exists_isCuspConstituent_mem_isIsotypicCuspFormAt_of_isIsotypicCuspFormAt_of_rightConv_eq340 below · depth 18 - Whittaker non-vanishing on the torus, with J-rigidity transfer
LanglandsTunnell.exists_mem_isCuspConstituent_isIsotypicCuspFormAt_whittakerCoefficient_diagOne_ne_zero_J_rigid_of_hasArchCharacterAt224 below · depth 18 - Finite-dimensionality of K-invariants of bounded archimedean type
AutomorphicForm.CuspidalConstituent.IsCuspConstituent.finiteDimensional_of_forall_rightTranslate_eq169 below · depth 19 - Character projector onto the archimedean χ-type
AutomorphicForm.CuspidalConstituent.continuous_and_mem_archCutSubmodule_ofChar_of_eq_integral_rightTranslate_adelicArchGLIncl0 below · depth 19 - Narrow-window K-finite cusp space sits in the wide-window one
AutomorphicForm.CuspidalConstituent.cuspKFiniteSubmodule_le_cuspKFiniteSubmodule_of_le_of_exists_ne_zero4 below · depth 19 - Every vector of a cuspidal constituent lies in an archimedean cut
AutomorphicForm.CuspidalConstituent.exists_archTypeFamily_mem_archCutSubmodule_of_mem_isCuspConstituent0 below · depth 19 - Vectors of level-and-type cuts are right convolutions
AutomorphicForm.CuspidalConstituent.exists_eq_rightConv_of_mem_cut162 below · depth 19 - A single Casimir eigenvalue on a cuspidal constituent
AutomorphicForm.CuspidalConstituent.exists_forall_isArchSmoothAt_and_archCasimirAt_eq_smul_of_isCuspConstituent183 below · depth 19 - Conjugation preserves archimedean bi-finite factorizable test functions
AutomorphicForm.CuspidalConstituent.exists_isFactorizableTestFn_isArchBiFinite_conj0 below · depth 19 - Convolution f'*check f of factorizable bi-finite test functions
AutomorphicForm.CuspidalConstituent.exists_isFactorizableTestFn_isArchBiFinite_rightConv_comp_inv8 below · depth 19 - Factorizable test function reproducing a cuspidal vector
AutomorphicForm.CuspidalConstituent.exists_isFactorizableTestFn_rightConv_eq_self_of_mem_inf_levelInvariantSubmodule_inf_archCutSubmodule165 below · depth 19 - Non-zero right-convolution eigenvector in a non-zero isotypic cut
AutomorphicForm.CuspidalConstituent.exists_ne_zero_rightConv_eq_smul_of_isotypicCuspSubmodule_inf_archCutSubmodule_ne_bot142 below · depth 19 - Whittaker decay at the torus origin, finite translate
AutomorphicForm.CuspidalConstituent.exists_norm_whittakerCoefficient_diagOne_mul_le_ideleNorm_rpow_mul_prod_min_of_isCuspConstituent_mul_of_glArch_eq_one290 below · depth 19 - Independent subfamily with the same sum of cuspidal constituents
AutomorphicForm.CuspidalConstituent.exists_subset_iSupIndep_iSup_eq_of_finset_isCuspConstituent1 below · depth 19 - χ-averaging a right convolution gives a doubly averaged test factor
AutomorphicForm.CuspidalConstituent.integral_rightConv_rightTranslate_eq_rightConv_doubleAvg3 below · depth 19 - Right convolution versus right translation on adelic GL₂
AutomorphicForm.CuspidalConstituent.rightConv_rightTranslate_eq_rightTranslate_rightConv_conj1 below · depth 19 - Finite-adelic translates preserve a cuspidal constituent and its archimedean data
AutomorphicForm.CuspidalConstituent.sum_mul_apply_mul_mem_and_arch_transfer_of_mem_isCuspConstituent_of_mem_finiteAdelicGL2Subgroup0 below · depth 19 - Rankin–Selberg test data: bad-place part analytic and positive past 1/2
AutomorphicForm.RankinSelberg.exists_testData_sPartIntegral_self_analyticOnNhd_re_pos390 below · depth 19 - No Hecke coset eigenfunction at level bot
AutomorphicForm.SmoothCusp.not_isHeckeCosetEigenfunctionAt_levelOne_bot_inf_finiteAdelicGL2Subgroup1 below · depth 19 - Rankin–Selberg Euler product for a cuspidal-constituent cusp realization
AutomorphicForm.SmoothCuspRealizationAt.exists_lt_one_meromorphicOn_analyticAt_hasProd_rsEulerPoly_self_of_isCuspConstituent553 below · depth 19 - Partial Rankin–Selberg Euler product: meromorphy past s=1 and rigidity
AutomorphicForm.SmoothCuspRealizationAt.exists_lt_one_meromorphicOn_hasProd_rsEulerPoly_and_agreesAwayFromFinite_pair_of_isCuspConstituent595 below · depth 19 - Infinitesimal weight in along the rotation direction E-F
AutomorphicForm.archDerivAt_E_sub_archDerivAt_Fm_eq_smul_of_hasArchCharacterAt0 below · depth 19 - Simultaneous splitting of the finite Whittaker factor over T
AutomorphicForm.exists_finWhittaker_eq_sum_prod_mul_of_isIsotypicCuspFormAt_placeEmbed_invariant_of_localSpaceAt14 below · depth 19 - An equivariant archimedean type projector on K-finite functions
AutomorphicForm.exists_linearMap_archCutProjector_comm_rightTranslate2 below · depth 19 - Vectors in an archimedean cut are K_∞¹-finite
AutomorphicForm.finiteDimensional_span_rightTranslate_of_mem_archCutSubmodule0 below · depth 19 - Twisting a smooth cusp form by a finite-order Hecke character
AutomorphicForm.isSmoothCuspAutomorphicFnAt_twistedCentralChar_fnTwist_productionPinsOf0 below · depth 19 - Vanishing of isotypic cusp spaces when the height floor is non-positive
AutomorphicForm.isotypicCuspSubmodule_eq_bot_of_nonpos5 below · depth 19 - Isotypic cusp spaces shrink when the determinant floor is lowered
AutomorphicForm.isotypicCuspSubmodule_le_isotypicCuspSubmodule_of_le_of_ne_bot4 below · depth 19 - Maass raising and lowering operators at a real place
AutomorphicForm.iterate_raise_iterate_lower_eq_smul_of_archCasimirAt_eq_smul0 below · depth 19 - Right convolution by an arch-bi-finite test function stays in the cut
AutomorphicForm.rightConv_mem_archCutSubmodule_of_isArchBiFinite2 below · depth 19 - Right translation by archimedean row isometries commutes with smoothing
AutomorphicForm.rightTranslate_rightConv_of_isLevelSphericalOfType2 below · depth 19 - Unipotent line through an integral point: adelic lift equals a slash of h
CuspForm.IsAdelicLiftOfGamma1.exists_forall_apply_unipotentGL2_add_ratArchLine_mul_eq_slash_apply_I5 below · depth 19 - Boundedness of the adelic lift of a weight-two cusp form
CuspForm.IsAdelicLiftOfGamma1.exists_forall_norm_le5 below · depth 19 - Archimedean root sizes of a GL₂ block image and its dual
LanglandsTunnell.CubicInduction.archRoot_iota_archRealGLAt_and_dual0 below · depth 19 - Local GL₃timesGL₁ constants of a cubic induction at one bad place
LanglandsTunnell.CubicInduction.exists_forall_mem_gl3CyclicSubspace_localZetaDual31_eq_mul_of_isCubicInductionDataOn_deepAt539 below · depth 19 - Span-wide local constants for deep cubic induction data
LanglandsTunnell.CubicInduction.exists_forall_mem_gl3CyclicSubspace_localZetaDual31_eq_mul_of_isCubicInductionDataOn_deep_badPlaces550 below · depth 19 - Half-plane integrability of pure-tensor Rankin–Selberg cell integrands
LanglandsTunnell.RankinSelberg.exists_forall_integrable_rsFinCellIntegrand_pureTensorTerm_dual_and_hybrid_of_depth_twisted_torusFinite_central_growth_of_principalLevel_of_gammaHyp136 below · depth 19 - Integrability of the twisted Rankin–Selberg finite-cell integrands
LanglandsTunnell.RankinSelberg.exists_forall_integrable_rsFinCellIntegrand_translate_and_dual_twisted116 below · depth 19 - Half-plane integrability of an archimedean torus profile
LanglandsTunnell.RankinSelberg.exists_forall_lintegral_norm_torusProfile_mul_rpow_lt_top0 below · depth 19 - Rational local γ at a level prime, archimedean nonvanishing edition
LanglandsTunnell.RankinSelberg.exists_rational_gamma_rsLocalIntegral_member_twisted_of_finiteFamily_arch_deep_archPsi489 below · depth 19 - Modulus of a real Whittaker function on torus times O(2)
LanglandsTunnell.RankinSelberg.norm_archWhittaker_upperUnit_mul_rowIsometry0 below · depth 19 - Some cuspidal constituent meets the isotypic archimedean-type space
LanglandsTunnell.exists_mem_finset_inf_isotypicCuspSubmodule_inf_archCutSubmodule_ne_bot_of_mem_sup7 below · depth 19 - Casimir at a real place scales a cuspidal constituent
AutomorphicForm.CuspidalConstituent.exists_forall_isArchSmoothAt_and_archCasimirAt_eq_smul_of_isCuspConstituent_of_exists_isComplex176 below · depth 20 - Casimir acts by a scalar on a totally real cuspidal constituent
AutomorphicForm.CuspidalConstituent.exists_forall_isArchSmoothAt_and_archCasimirAt_eq_smul_of_isCuspConstituent_of_forall_isReal177 below · depth 20 - Uniform bound for archimedean translates of Whittaker coefficients
AutomorphicForm.CuspidalConstituent.exists_forall_whittakerCoefficient_mul_eq_sum_mul_whittakerCoefficient_mul_diagOne_of_isCuspConstituent5 below · depth 20 - Whittaker decay on the torus for totally real fields
AutomorphicForm.CuspidalConstituent.exists_norm_whittakerCoefficient_diagOne_mul_le_ideleNorm_rpow_mul_prod_min_of_isCuspConstituent_mul_of_glArch_eq_one_of_forall_isReal229 below · depth 20 - Whittaker torus decay for cuspidal constituents: complex place
AutomorphicForm.CuspidalConstituent.exists_norm_whittakerCoefficient_diagOne_mul_le_ideleNorm_rpow_mul_prod_min_of_isCuspConstituent_mul_of_glArch_eq_one_of_isComplex287 below · depth 20 - Factorisable test functions are smooth and differentiable at a real place
AutomorphicForm.IsFactorizableTestFn.isArchSmoothAt_and_archDerivAt_eq_tensor0 below · depth 20 - Rankin–Selberg package for a pair of cusp realisations
AutomorphicForm.RankinSelberg.exists_testData_analyticOnNhd_sub_mul_peterssonIntegral_and_hasProd_rsEulerPoly_pair593 below · depth 20 - Hecke coset sums commute with right convolution by spherical f
AutomorphicForm.cosetSum_rightConv_of_isLevelSphericalOfType1 below · depth 20 - Non-zero vectors generate the level-and-type subspace of a cuspidal constituent
AutomorphicForm.exists_finset_convOp_eq_of_isCuspConstituent_of_ne_zero170 below · depth 20 - Compactness of the determinant-one row isometry group at w
AutomorphicForm.isCompact_rowIsometrySubgroup_detOne0 below · depth 20 - Left and right Casimir agree at a real place
AutomorphicForm.leftCasimir_eq_archCasimirAt_of_isArchSmoothAt0 below · depth 20 - Commuting level-spherical and bi-finite right convolutions on GL₂
AutomorphicForm.rightConv_rightConv_comm_of_isLevelSphericalOfType1 below · depth 20 - Cuspidal subrepresentations absorb smoothings of arbitrary right translates
AutomorphicForm.rightConv_rightTranslate_mem_of_isCuspSubrep4 below · depth 20 - Adelic lift of a Γ₁(M) cusp form on γ x u
CuspForm.IsAdelicLiftOfGamma1.apply_globalPoints_mul_mul_eq_slash_ratArchGL2_apply_I0 below · depth 20 - Conductor bound for the local central character at unramified v
LanglandsTunnell.CubicInduction.exists_hasConductorExponentAt_localChar_centralChar_le_inducedLevelAt_of_isCubicInductionDataOn278 below · depth 20 - A twist-independent constant in the deep-place GL₃× GL₁ functional equation
LanglandsTunnell.CubicInduction.exists_ne_zero_forall_eval_mul_eq_mul_rootNumber_mul_eval_of_forall_localZeta31_fe_twist_of_isCubicInductionDataOn_of_deep_of_archPackage_of_inv_eq_psiQ_of_whittakerLoc_one502 below · depth 20 - Product formula (prodᵥλᵥ²) λ_∞²=1 for a cubic induction
LanglandsTunnell.CubicInduction.finprod_sq_mul_lamSqArch_eq_one_of_forall_ne_zero_localZeta31_fe_rootNumber_of_isCubicInductionDataOn_of_archPackage_of_inv_eq_psiQ538 below · depth 20 - Identified local functional equation passes to the cyclic span
LanglandsTunnell.CubicInduction.localZeta31_identified_of_mem_gl3CyclicSubspace1 below · depth 20 - Central character law for the archimedean Whittaker function
LanglandsTunnell.CubicInduction.whittakerArch_scalar_mul_eq_centralChar_mul_of_isCubicInductionDataOn0 below · depth 20 - Global realisation of local Rankin–Selberg pairs at p
LanglandsTunnell.RankinSelberg.exists_factor_fundamentalDomain_forall_rsGlobalIntegral_realisation_member_twisted_of_finiteFamily_arch_of_archNonvanishing467 below · depth 20 - Cut-off remainder integrands of the dual finite cell are integrable
LanglandsTunnell.RankinSelberg.exists_forall_integrable_cutoff_remainder_mul_finprod_away113 below · depth 20 - Half-plane integrability of primal and dual finite cell integrands
LanglandsTunnell.RankinSelberg.exists_forall_integrable_rsFinCellIntegrand_translate_and_dual104 below · depth 20 - A non-vanishing rational local Rankin–Selberg pair at a level prime
LanglandsTunnell.RankinSelberg.exists_mem_rsLocalIntegral_ne_zero_and_rational_member_twisted_of_finiteFamily_arch_deep58 below · depth 20 - Finiteness, continuity and unit phase of dual Whittaker products
LanglandsTunnell.RankinSelberg.finite_mulSupport_and_continuous_and_exists_phase_finprod_dualWhittakerFn3_away1 below · depth 20 - Swapping the S_Q-slots: dual and hybrid pure-tensor integrability
LanglandsTunnell.RankinSelberg.integrable_pureTensorTerm_dual_and_hybrid_of_integrable_cutoff_of_forall_lintegral_lt_top15 below · depth 20 - Selection of a minimal-weight cuspidal constituent with nonvanishing Whittaker vector
LanglandsTunnell.exists_agreesAwayFromFinite_twist_archCasimir_eigenvector_minimalWeight_mem_isCuspConstituent_whittaker_diagOne_ne_zero_of_whittakerCoefficient_fibre_eq_archW_of_isCasimirEigen484 below · depth 20 - Selecting a weight-one cusp form: odd principal case
LanglandsTunnell.exists_agreesAwayFromFinite_twist_archCasimir_eigenvector_weightOne_whittakerCoefficient_torus_eq_archW_mem_isCuspConstituent_whittaker_diagOne_ne_zero_of_whittakerCoefficient_fibre_eq_archW_of_ne_of_ne535 below · depth 20 - Weight-one Whittaker factorisation over the torus fibre
LanglandsTunnell.exists_whittaker_factorization_apply_one_ne_zero_localSpaceAt_of_archCasimir_eigenvector_weightOne_of_ne_of_torus_profile_eigen370 below · depth 20 - Stability of weight-one isotypic vectors under reflected lowering
AutomorphicForm.CuspidalConstituent.add_smul_reflect_lower_mem_and_isIsotypicCuspFormAt_of_mem_isCuspConstituent269 below · depth 21 - Real-place archimedean core hypotheses for pure-weight cut vectors
AutomorphicForm.CuspidalConstituent.coreHypotheses_of_mem_cut_of_forall_hasArchCharacterAt216 below · depth 21 - Core archimedean hypotheses for pure-weight cut vectors, totally real case
AutomorphicForm.CuspidalConstituent.coreHypotheses_of_mem_cut_of_forall_hasArchCharacterAt_of_forall_isReal211 below · depth 21 - Weight decomposition of cut vectors at real places
AutomorphicForm.CuspidalConstituent.exists_eq_sum_hasArchCharacterAt_archWeightCharAt_of_isCuspConstituent0 below · depth 21 - Whittaker coefficients of a cut vector, uniformly over K_∞
AutomorphicForm.CuspidalConstituent.exists_forall_whittakerCoefficient_mul_eq_sum_mul_whittakerCoefficient_mul_diagOne_norm_infinitePlace_eq_one_of_isCuspConstituent5 below · depth 21 - Pure rotation character in a non-zero level-and-type cut
AutomorphicForm.CuspidalConstituent.exists_inf_archCutSubmodule_ofChar_ne_bot_of_ne_bot1 below · depth 21 - Power bound at a complex place for torus Whittaker coefficients
AutomorphicForm.CuspidalConstituent.exists_norm_whittakerCoefficient_diagOne_mul_le_min_norm_infinitePlace_rpow_of_isComplex_of_glArch_eq_one225 below · depth 21 - Archimedean decay of torus Whittaker coefficients, two complex places
AutomorphicForm.CuspidalConstituent.exists_norm_whittakerCoefficient_diagOne_mul_le_prod_norm_infinitePlace_rpow_mul_min_rpow_of_forall_hasArchCharacterAt_of_two_le_card_isComplex_of_glArch_eq_one283 below · depth 21 - Finite-dimensionality and R(J)∘ L-stability of the weight-one slice over ℚ
AutomorphicForm.CuspidalConstituent.finiteDimensional_and_forall_mem_weightOne_slice_of_forall_comp_J_mem_rat168 below · depth 21 - Vectors in a level-and-type cut are smooth; the Casimir preserves it
AutomorphicForm.CuspidalConstituent.isArchSmoothAt_and_continuous_archDerivAt_and_archCasimirAt_mem_of_mem_cut173 below · depth 21 - Casimir stability and smoothness of cut vectors at a real place
AutomorphicForm.CuspidalConstituent.isArchSmoothAt_and_continuous_archDerivAt_and_archCasimirAt_mem_of_mem_cut_ofChar170 below · depth 21 - Rankin–Selberg test data: bad part analytic, non-zero at centre
AutomorphicForm.RankinSelberg.exists_testData_sPartIntegral_pair_analyticOnNhd_ne_zero420 below · depth 21 - Casimir at a real place: translation and convolution invariance
AutomorphicForm.archCasimirAt_rightTranslate_and_rightConv_of_continuous_archDerivAt11 below · depth 21 - J-rigid weight-one cut vector witnesses archimedean occurrence in the class
AutomorphicForm.archOccursInClassOf_J_rigid_of_mem_isCuspConstituent_of_hasArchCharacterAt_one358 below · depth 21 - Square of the J-reflected lowering operator in weight one
AutomorphicForm.archReflectLower_archReflectLower_eq_smul_of_hasArchCharacterAt_one_of_archCasimirAt_eq_smul1 below · depth 21 - Finite convolution combination acting as identity on a cuspidal constituent
AutomorphicForm.exists_finset_sum_convOp_eq_self_of_isCuspConstituent166 below · depth 21 - Occurring weight-one type lies in one cuspidal constituent
AutomorphicForm.exists_isCuspConstituent_mem_isotypicCuspSubmodule_archCutSubmodule_hasArchCharacterAt_one_of_archOccursInClassOf333 below · depth 21 - A J-rigid vector in weight-one Casimir eigenspaces
AutomorphicForm.exists_ne_zero_apply_mul_archRealGLAt_J_eq_mul_lower_of_finiteDimensional_of_forall_mem4 below · depth 21 - Whittaker's equation for torus Whittaker coefficients at a real place
AutomorphicForm.whittakerCoefficient_diagOne_satisfies_whittaker_ode_of_archCasimirAt_eq_smul_of_hasArchCharacterAt5 below · depth 21 - Integrability of the translated split dual finite cell integrand
LanglandsTunnell.RankinSelberg.exists_forall_integrable_translate_rsFinCellIntegrand_dual_split_of_dualFactor_phase109 below · depth 21 - Purified p-slot splitting of Whittaker coefficients of p-adic translates
LanglandsTunnell.RankinSelberg.exists_frozen_forall_sum_translate_purified_whittakerCoefficient_eq_mul_pSlot_of_finiteFamily_arch351 below · depth 21 - p-slot factorisation of GL₃ Whittaker functions along ι
LanglandsTunnell.RankinSelberg.exists_frozen_forall_sum_translate_whittaker_iota_eq_mul_pSlot_of_finiteFamily_arch42 below · depth 21 - Non-vanishing far right of a reference Rankin–Selberg integral
LanglandsTunnell.RankinSelberg.exists_pureTranslates_combination_forall_rsGlobalIntegral_ne_zero_member_twisted_of_finiteFamily_arch_of_archNonvanishing463 below · depth 21
… and 113 more statements (search for the module name to find them).