Definitions/Def_NumberField_TateGlobalZeta.lean
Idele norm, global zeta integrals, local components of characters
Throughout, F is a number field, and the ambient objects are Mathlib's adele ring \mathbb{A}_F of F over \mathcal{O}_F and its unit group, the idele group. The idelic modulus is taken to be Mathlib's distribHaarChar for the scaling action of the ideles on the additive group of adeles: ideleNorm F x is the value of that character at x, read as a real number, and normOneIdeles F is the kernel of the character, a subgroup of the idele group. The accompanying lemmas record that ideleNorm is strictly positive, is multiplicative, and that membership of normOneIdeles F is equivalent to ideleNorm F x = 1. Given a measurable space structure and a measure \nu on the idele group, a function f on the adeles, a monoid homomorphism \chi from the ideles to \mathbb{C}^\times, and s \in \mathbb{C}, zetaIntegral is the Bochner integral \int f(x)\,\chi(x)\,|x|^{s}\,d\nu(x), with |x| = ideleNorm F x; as a Bochner integral it is 0 when the integrand fails to be integrable.
The local components of a character \chi are defined by precomposition. At a finite place v, localChar χ v is \chi composed with the monoid homomorphism localUnit (𝓞 F) F v from (F_v)^\times to the units of the finite adele ring followed by Units.map (finIncl (𝓞 F) F) into the idele group. At an infinite place w, archUnitHom w is the monoid homomorphism sending a \in (F_w)^\times to the idele whose finite part is 1 and whose infinite part is the constant function 1 updated at w to a (this is archCentralUnit F w, here equipped with unitality and multiplicativity), and archLocalChar χ w is \chi composed with it; three lemmas unfold these three definitions. IsUnramifiedCharAt χ v asserts that localChar χ v is trivial on those t \in (F_v)^\times for which both t and t^{-1} lie in the valuation ring v.adicCompletionIntegers F. Finally, for a finite set S of finite places, integralOutside S is the set of adeles whose finite component lies in v.adicCompletionIntegers F for every v \notin S, and IsFactorizableStandardOutside f S g h asserts pointwise that f equals the indicator function of integralOutside S applied to x \mapsto \big(\prod_{w} g\,w\,(x_1 w)\big)\prod_{v \in S} h\,v\,(x_2 v), the product over all infinite places w and over the places of S.
Relation to Mathlib
The idelic modulus is not defined afresh: it is Mathlib's distribHaarChar of the adele ring, and ideleNorm/normOneIdeles are its real-valued avatar and its kernel. The zeta integral, the local components of an idele class character, the unramifiedness predicate and the factorisability predicate are the project's own notions; Mathlib has no global zeta integral.
Where it is used
This module fixes the vocabulary of Tate's global theory — idele norm, norm-one ideles, global zeta integrals, local components of characters, and adelic test functions that are standard outside a finite set of places — used on the analytic side of the adelic theory of automorphic forms on \mathrm{GL}_2 over F.
References
- J. T. Tate, Fourier analysis in number fields and Hecke's zeta-functions, in: J. W. S. Cassels and A. Fröhlich (eds.), Algebraic Number Theory, Academic Press, 1967, 305–347
- A. Weil, Basic Number Theory, Grundlehren der mathematischen Wissenschaften 144, Springer, 1974
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 92 lines
- 15 declarations
- used in the statements of 1,077 theorems and imported by 1,151 proofs
- imports 2 definition modules
Source file: Definitions/Def_NumberField_TateGlobalZeta.lean
Imported by
Def_AutomorphicForm_CanonicalTruncationDomainDef_AutomorphicForm_CuspidalSpectrumCarrierDef_AutomorphicForm_GodementSectionDef_AutomorphicForm_PeterssonIntegralDef_AutomorphicForm_RankinSelbergQuotientIntegralDef_AutomorphicForm_SlabProfileDef_AutomorphicForm_TwistedGeometricRemainderDef_EisensteinGeneral_FactorizationDatumDef_LanglandsTunnell_ConverseDataDef_LanglandsTunnell_CubicInduction_AdelicEpsteinDef_LanglandsTunnell_CubicInduction_SlabL2Def_LanglandsTunnell_CubicInduction_StructureDef_LanglandsTunnell_CubicInduction_WhittakerBlockDef_LanglandsTunnell_RSCarrierDef_NumberField_NormPowCharDef_TwistedUnipotentTerm_SemiLocalOrbitalVocabDef_UnramifiedWhittaker_ZetaIntegrand
Declarations
- def
NumberField.TateGlobal.normOneIdeles - def
NumberField.TateGlobal.ideleNorm - theorem
NumberField.TateGlobal.ideleNorm_pos - def
NumberField.TateGlobal.zetaIntegral - def
NumberField.TateGlobal.localChar - def
NumberField.TateGlobal.archUnitHom - def
NumberField.TateGlobal.archLocalChar - def
NumberField.TateGlobal.IsUnramifiedCharAt - def
NumberField.TateGlobal.integralOutside - def
NumberField.TateGlobal.IsFactorizableStandardOutside - theorem
NumberField.TateGlobal.ideleNorm_mul - theorem
NumberField.TateGlobal.mem_normOneIdeles_iff - theorem
NumberField.TateGlobal.localChar_apply - theorem
NumberField.TateGlobal.archUnitHom_apply - theorem
NumberField.TateGlobal.archLocalChar_apply
Source
import Definitions.Def_NumberField_AdelicFourier import Definitions.Def_NumberField_AdelicVolume set_option autoImplicit false open MeasureTheory NumberField NumberField.AdelicFourier NumberField.AdelicLevel NumberField.AdelicVolume open AutomorphicForm IsDedekindDomain open scoped NNReal noncomputable section namespace NumberField.TateGlobal variable (F : Type) [Field F] [NumberField F] def normOneIdeles : Subgroup (AdeleRing (𝓞 F) F)ˣ := (distribHaarChar (AdeleRing (𝓞 F) F)).ker def ideleNorm (x : (AdeleRing (𝓞 F) F)ˣ) : ℝ := ((distribHaarChar (AdeleRing (𝓞 F) F) x : ℝ≥0) : ℝ) variable {F} theorem ideleNorm_pos (x : (AdeleRing (𝓞 F) F)ˣ) : 0 < ideleNorm F x := NNReal.coe_pos.mpr (distribHaarChar_pos) def zetaIntegral {mI : MeasurableSpace (AdeleRing (𝓞 F) F)ˣ} (ν : Measure (AdeleRing (𝓞 F) F)ˣ) (f : AdeleRing (𝓞 F) F → ℂ) (χ : (AdeleRing (𝓞 F) F)ˣ →* ℂˣ) (s : ℂ) : ℂ := ∫ x, f x * ((χ x : ℂˣ) : ℂ) * ((ideleNorm F x : ℝ) : ℂ) ^ s ∂ν def localChar (χ : (AdeleRing (𝓞 F) F)ˣ →* ℂˣ) (v : HeightOneSpectrum (𝓞 F)) : (v.adicCompletion F)ˣ →* ℂˣ := χ.comp ((Units.map (finIncl (𝓞 F) F)).comp (localUnit (𝓞 F) F v)) def archUnitHom (w : InfinitePlace F) : (w.Completion)ˣ →* (AdeleRing (𝓞 F) F)ˣ where toFun := archCentralUnit F w map_one' := by classical refine Units.ext (Prod.ext (funext fun v => ?_) rfl) show Function.update (1 : InfiniteAdeleRing F) w ((1 : InfiniteAdeleRing F) w) v = (1 : InfiniteAdeleRing F) v rw [Function.update_eq_self] map_mul' a b := by classical refine Units.ext (Prod.ext (funext fun v => ?_) (one_mul 1).symm) show Function.update (1 : InfiniteAdeleRing F) w (((a * b : (w.Completion)ˣ)) : w.Completion) v = Function.update (1 : InfiniteAdeleRing F) w (a : w.Completion) v * Function.update (1 : InfiniteAdeleRing F) w (b : w.Completion) v by_cases hv : v = w · subst hv simp [Function.update_self] · rw [Function.update_of_ne hv, Function.update_of_ne hv, Function.update_of_ne hv] exact (mul_one _).symm def archLocalChar (χ : (AdeleRing (𝓞 F) F)ˣ →* ℂˣ) (w : InfinitePlace F) : (w.Completion)ˣ →* ℂˣ := χ.comp (archUnitHom w) def IsUnramifiedCharAt (χ : (AdeleRing (𝓞 F) F)ˣ →* ℂˣ) (v : HeightOneSpectrum (𝓞 F)) : Prop := ∀ t : (v.adicCompletion F)ˣ, (t : v.adicCompletion F) ∈ v.adicCompletionIntegers F → ((t⁻¹ : (v.adicCompletion F)ˣ) : v.adicCompletion F) ∈ v.adicCompletionIntegers F → localChar χ v t = 1 def integralOutside (S : Finset (HeightOneSpectrum (𝓞 F))) : Set (AdeleRing (𝓞 F) F) := {x | ∀ v ∉ S, (x.2 : FiniteAdeleRing (𝓞 F) F) v ∈ v.adicCompletionIntegers F} def IsFactorizableStandardOutside (f : AdeleRing (𝓞 F) F → ℂ) (S : Finset (HeightOneSpectrum (𝓞 F))) (g : (w : InfinitePlace F) → w.Completion → ℂ) (h : (v : HeightOneSpectrum (𝓞 F)) → v.adicCompletion F → ℂ) : Prop := ∀ x, f x = (integralOutside S).indicator (fun x => (∏ w, g w (x.1 w)) * ∏ v ∈ S, h v ((x.2 : FiniteAdeleRing (𝓞 F) F) v)) x theorem ideleNorm_mul (x y : (AdeleRing (𝓞 F) F)ˣ) : ideleNorm F (x * y) = ideleNorm F x * ideleNorm F y := by simp [ideleNorm, map_mul] theorem mem_normOneIdeles_iff (x : (AdeleRing (𝓞 F) F)ˣ) : x ∈ normOneIdeles F ↔ ideleNorm F x = 1 := by simp [normOneIdeles, ideleNorm, MonoidHom.mem_ker] theorem localChar_apply (χ : (AdeleRing (𝓞 F) F)ˣ →* ℂˣ) (v : HeightOneSpectrum (𝓞 F)) (t : (v.adicCompletion F)ˣ) : localChar χ v t = χ (Units.map (finIncl (𝓞 F) F) (localUnit (𝓞 F) F v t)) := rfl theorem archUnitHom_apply (w : InfinitePlace F) (a : (w.Completion)ˣ) : archUnitHom w a = archCentralUnit F w a := rfl theorem archLocalChar_apply (χ : (AdeleRing (𝓞 F) F)ˣ →* ℂˣ) (w : InfinitePlace F) (a : (w.Completion)ˣ) : archLocalChar χ w a = χ (archCentralUnit F w a) := rfl end NumberField.TateGlobal end
Statements phrased using this module (1,077)
- Admissible twist matching base-changed central entries at unramified places
LanglandsTunnell.Converse.exists_isAdmissibleTwist_eq_formalBaseChange_b_of_isArithGenuineCuspRealizable12 below · depth 14 - Niceness of generic twisted base-change data over a cubic field
LanglandsTunnell.exists_isNicePinned_twistedDatum_formalBaseChange_superset_generic_of_norm_eq_one_of_summable2,507 below · depth 14 - Finite-order Hecke character with prescribed values and signs
HeckeCharacter.exists_isFiniteOrderHeckeChar_apply_uniformizerIdele_eq_archLocalChar_neg_one_eq_of_raySymbol_eq_prod9 below · depth 15 - Automorphic induction of a quadratic Hecke character, weight one
LanglandsTunnell.exists_isGenuineCusp_archWeightOne_a_eq_of_isFiniteOrderHeckeChar_of_finrank_eq_two352 below · depth 15 - Continuity of the idelic norm on A_F^×
NumberField.TateGlobal.continuous_ideleNorm0 below · depth 15 - Idele norm of a uniformizer idele is (Nv)⁻¹
NumberField.TateGlobal.ideleNorm_uniformizerIdele2 below · depth 15 - Absolute value of an idele class character of ℚ
RatIdele.exists_norm_apply_eq_ideleNorm_rpow5 below · depth 15 - Unimodular central eigenvalues: central character has modulus the idelic norm
AutomorphicForm.SmoothCuspRealizationAt.norm_centralChar_eq_ideleNorm_of_forall_norm_b_eq_one9 below · depth 16 - Entire continuation of the twisted partial L-function
AutomorphicForm.exists_differentiable_hasProd_eulerProduct_twist_of_isArithGenuineCuspRealizable189 below · depth 16 - Archimedean-finite smoothing inside an isotypic cusp space
AutomorphicForm.exists_isArchKFinite_tendsto_and_setLIntegral_le_of_mem_isotypicCuspSubmodule18 below · depth 16 - A fundamental domain inside a determinant norm slab for GL₂(F)
AutomorphicForm.exists_isFundamentalDomain_globalPoints_range_restrict_ideleNorm_det_Icc7 below · depth 16 - Siegel window mass bounded by fundamental domain mass
AutomorphicForm.exists_window_mass_le_mul_domain_mass_of_isArchKFinite_of_mem_isotypicCuspSubmodule490 below · depth 16 - Principal ideles have idele norm one, via det on GL₂
AutomorphicForm.ideleNorm_det_globalPoints3 below · depth 16 - Isotypic cusp space on a covering window embeds into the slab domain space
AutomorphicForm.isotypicCuspSubmodule_le_of_coversModCentre_of_isFundamentalDomain_slab12 below · depth 16 - Holomorphy at real places of half-determinant twisted translate sums
LanglandsTunnell.Converse.CuspSynthesis.isArchHolomorphicAt_translateSum_halfDet27 below · depth 16 - Admissible twists pull back along the idelic norm
LanglandsTunnell.Converse.isAdmissibleTwist_comp_idelicNorm_genuineBaseChange2 below · depth 16 - Rigidity of idele class characters under base change to ℚ
LanglandsTunnell.RankinSelberg.eq_comp_idelicNorm_of_forall_under_notMem_uniformizerIdele_eq_pow_inertiaDeg10 below · depth 16 - Rigidity of idele class characters over ℚ
LanglandsTunnell.RankinSelberg.eq_comp_idelicNorm_of_forall_uniformizerIdele_eq_pow_inertiaDeg10 below · depth 16 - Rankin–Selberg Euler polynomial of a cubic automorphic induction
LanglandsTunnell.RankinSelberg.rsEulerPoly_induced_eq_finprod_twist_formalBaseChange0 below · depth 16 - Entire twisted L-functions of an induced Hecke eigensystem
LanglandsTunnell.exists_differentiable_hasProd_eulerProduct_induced_twist_of_isFiniteOrderHeckeChar_of_finrank_eq_two70 below · depth 16 - Determinant character of a Hecke character induced from a quadratic extension
LanglandsTunnell.exists_isAdmissibleTwist_apply_uniformizerIdele_eq_det_induced_of_isFiniteOrderHeckeChar_of_finrank_eq_two131 below · depth 16 - Induced datum from a finite-order Hecke character is nicely pinned
LanglandsTunnell.exists_isNicePinned_twistedDatum_induced_of_isFiniteOrderHeckeChar_of_finrank_eq_two128 below · depth 16 - Upper-triangular global matrices preserve the adelic height
NumberField.AdelicHeight.adelicHeight_globalPoints_mul_of_apply_one_zero_eq_zero0 below · depth 16 - Bounded distortion of the adelic height by compact right translation
NumberField.AdelicHeight.exists_forall_mul_adelicHeight_le_adelicHeight_mul_of_isCompact0 below · depth 16 - Positive finite volume of norm slabs in a fundamental domain
NumberField.Idele.idelicHaar_inter_setOf_ideleNorm_mem_Icc_pos_and_lt_top15 below · depth 16 - Fujisaki's theorem: compactness of the norm-one idele class group
NumberField.TateGlobal.compactSpace_normOneIdeleClass3 below · depth 16 - Continuity of the idele norm of the determinant on adelic GL₂
NumberField.TateGlobal.continuous_ideleNorm_det1 below · depth 16 - Continuity of the local component at v of a continuous idele class character
NumberField.TateGlobal.continuous_localChar0 below · depth 16 - A continuous idele character is unramified outside a finite set
NumberField.TateGlobal.exists_finset_forall_isUnramifiedCharAt_of_continuous0 below · depth 16 - Tempered measurable fundamental domain for the principal ideles
NumberField.TateGlobal.exists_isFundamentalDomain_principalIdeles_forall_exists_integrableOn_min_ideleNorm_pow9 below · depth 16 - Continuous characters separate points of C_F¹
NumberField.TateGlobal.forall_ne_one_exists_continuous_monoidHom_normOneIdeleClass_apply_ne_one0 below · depth 16 - Idele norm of det X for integral finite part
NumberField.TateGlobal.ideleNorm_det_eq_prod_archDetNorm_pow_mult2 below · depth 16 - Idele norm one for integral ideles with trivial archimedean part
NumberField.TateGlobal.ideleNorm_eq_one_of_fst_eq_one_of_finitePartUnits_mem_unitIdeles2 below · depth 16 - Local component of a character twisted by the idelic norm
NumberField.TateGlobal.localChar_mul_comp_idelicNorm_genuineBaseChange2 below · depth 16 - Polynomial bounds on Hecke eigenvalues from moderate growth
AutomorphicForm.SmoothCuspRealizationAt.exists_forall_norm_a_le_rpow_and_norm_b_le_rpow_of_moderateGrowth4 below · depth 17 - Finiteness of Haar measure of a slab fundamental domain
AutomorphicForm.adelicGLHaar_inter_setOf_ideleNorm_det_mem_Icc_lt_top_of_isFundamentalDomain15 below · depth 17 - Finite central covering of determinant-norm slabs
AutomorphicForm.exists_finset_central_slab_covering_of_coversModCentre_centreCutSiegelSetAmple6 below · depth 17 - Finite central set suffices on a determinant slab
AutomorphicForm.exists_finset_globalPoints_mul_mul_centralScalar_mem_of_coversModCentre_of_ideleNorm_det_mem_Icc7 below · depth 17 - Determinant slabs are covered without the centre
AutomorphicForm.exists_finset_slab_covering_of_coversModCentre6 below · depth 17 - Decay bound for cuspidal functions on a centre-cut Siegel window
AutomorphicForm.exists_forall_norm_le_mul_prod_rpow_neg_of_hasDerivAt_chains_of_constantTerm_eq_zero_of_mem_idealBall32 below · depth 17 - Uniform bound for right convolution on centre-cut Siegel windows
AutomorphicForm.exists_forall_norm_rightConv_le_mul_eLpNorm_of_isLsXiFunction_of_isCuspidalFn_of_isFundamentalDomain72 below · depth 17 - Uniform L² bound over compacta by fundamental-domain mass
AutomorphicForm.exists_forall_setLIntegral_nnnorm_sq_le_mul_setLIntegral_of_isLsXiFunction_of_isCompact_of_isFundamentalDomain9 below · depth 17 - K-finite approximate identity on the archimedean maximal compact subgroup
AutomorphicForm.exists_kernel_concentrating_translatesSpanFinite_maximalCompactAt0 below · depth 17 - Measurable fundamental domain inside finitely many Siegel translates
AutomorphicForm.exists_measurableSet_isFundamentalDomain_subset_iUnion_integralWindowedSiegelSet_of_coversModCentre12 below · depth 17 - Moderate growth in det of a smoothed adelic cusp form
AutomorphicForm.exists_norm_rightConv_le_mul_max_ideleNorm_det_pow81 below · depth 17 - Siegel window mass bounded by ample window mass
AutomorphicForm.exists_window_mass_le_mul_ample_window_mass_of_mem_isotypicCuspSubmodule489 below · depth 17 - Automorphy transports from a Siegel window to a fundamental domain
AutomorphicForm.isAutomorphicFnAt_of_isFundamentalDomain_of_isAutomorphicFnAt_of_coversModCentre11 below · depth 17 - Compact averaging preserves isotypy, gives K-finiteness, decreases mass
AutomorphicForm.mem_isotypicCuspSubmodule_and_isArchKFinite_and_setLIntegral_le_of_integral_maximalCompactAtHaar_mul15 below · depth 17 - Pointwise convergence of averages against concentrating kernels
AutomorphicForm.tendsto_integral_maximalCompactAtHaar_mul_of_concentrating0 below · depth 17 - Local conductor exponent of a primitive Dirichlet character's idele character
DirichletCharacter.hasConductorExponentAt_localChar_dirichletIdeleChar0 below · depth 17 - Signed ray law for a finite-order Hecke character on principal ideals
HeckeCharacter.raySymbol_apply_uniformizerIdele_eq_prod_archLocalChar_neg_one_of_admitsModulus7 below · depth 17 - Finite-order idele characters have trivial infinity type
LanglandsTunnell.Converse.exists_isArchCompAt_zero_of_isOfFinOrder2 below · depth 17 - Archimedean components of a character composed with the idelic norm
LanglandsTunnell.Converse.isArchCompAt_comp_idelicNorm_genuineBaseChange2 below · depth 17 - Inductivity of conductor and root number for a quadratic extension
LanglandsTunnell.exists_heckeRootNumber_eq_mul_pinnedRootNumber_and_heckeConductor_eq_induced_of_finrank_eq_two49 below · depth 17 - Non-triviality of ξ·(χ∘ N) on the norm-one ideles
LanglandsTunnell.exists_mem_normOneIdeles_mul_comp_idelicNorm_ne_one_of_finrank_eq_two61 below · depth 17 - Artin induction of L- and Γ-factors in a quadratic extension
LanglandsTunnell.wellFormed_converges_twistedDatum_and_archFactor_lFun_heckeDatum_eq_induced_of_finrank_eq_two12 below · depth 17 - Convergence and holomorphy of a partial degree-two Euler product
NumberField.TateGlobal.differentiableOn_tprod_eulerFactor_of_norm_le_rpow1 below · depth 17 - A continuous homomorphic section of the idele norm
NumberField.TateGlobal.exists_continuous_monoidHom_ideleNorm_apply_eq0 below · depth 17 - Entire partial Euler product for a non-trivial idele class character
NumberField.TateGlobal.exists_differentiable_eq_partialEulerProduct_of_exists_mem_normOneIdeles_ne_one50 below · depth 17 - Unitary ideles characters trivial on A¹ are ‖·‖^{it}
NumberField.TateGlobal.exists_eq_normPowChar_of_forall_mem_normOneIdeles45 below · depth 17 - Surjectivity of the idele norm onto ℝ_{>0}, with trivial finite part
NumberField.TateGlobal.exists_ideleNorm_eq_and_snd_eq_one4 below · depth 17 - Absolute value of a continuous idele class character is a power of the idelic norm
NumberField.TateGlobal.exists_norm_apply_eq_ideleNorm_rpow5 below · depth 17 - Unramified Euler coefficient of ‖·‖^{it} at v is Nv^{-it}
NumberField.TateGlobal.ite_isUnramifiedCharAt_normPowChar_apply_uniformizerIdele_eq_absNorm_cpow_neg4 below · depth 17 - Determinant-norm slabs in GL₂(A_F) are Borel
NumberField.TateGlobal.measurableSet_setOf_ideleNorm_det_mem_Icc2 below · depth 17 - Non-vanishing at s=1 of partial Hecke L-products
NumberField.TateGlobal.not_tendsto_partialEulerProduct_nhds_zero_of_isUnitaryChar66 below · depth 17 - Growth of class sums of Hecke recursion values
AutomorphicForm.ClassSumGrowth.exists_forall_classBlock_le_and_classSum_le135 below · depth 18 - Linear lower bound for class-restricted mean-square Hecke sums
AutomorphicForm.ClassSumGrowth.exists_forall_le_classSum_of_classCarriesMass487 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 - 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 - Lowering annihilates a witness with Casimir eigenvalue k/2(1-k/2)
AutomorphicForm.archOccursInClassOf_lower_eq_zero_of_archCasimirAt_eq_smul_of_coversModCentre24 below · depth 18 - Determinant slabs are covered with finitely many central ideles
AutomorphicForm.exists_finset_central_slab_covering_of_coversModCentre6 below · depth 18 - Right convolution realises every endomorphism of an isotypic cusp space
AutomorphicForm.exists_finset_convOp_eq_of_le_isotypicCuspSubmodule_inf_archCutSubmodule_of_isFundamentalDomain346 below · depth 18 - Casimir scalar at a real place: rigidity and regular witnesses
AutomorphicForm.exists_forall_archCasimirAt_eq_and_archOccursInClassOf_isArchSmoothAt_of_coversModCentre354 below · depth 18 - Smoothed cusp forms are bounded on determinant slabs
AutomorphicForm.exists_forall_norm_rightConv_le_of_ideleNorm_det_mem_Icc78 below · depth 18 - Square-mass bound on Siegel sets against a slab fundamental domain
AutomorphicForm.exists_forall_setLIntegral_nnnorm_sq_le_mul_archHeight_pow_mul_setLIntegral_of_isLsXiFunction_of_isFundamentalDomain14 below · depth 18 - Whittaker coefficients on a window vanish outside one fractional ideal
AutomorphicForm.exists_fractionalIdeal_forall_whittakerCoefficient_eq_zero_of_not_mem_of_forall_mul_idealBall_eq15 below · depth 18 - Two-sided torus decay of a smoothed cuspidal unipotent average
AutomorphicForm.exists_norm_unipotentAverage_rightConv_diagOne_mul_le_min_ideleNorm_pow92 below · depth 18 - Integration by parts bound for a Whittaker coefficient
AutomorphicForm.exists_norm_whittakerCoefficient_le_mul_of_hasDerivAt_unipotentGL2_of_forall_norm_le7 below · depth 18 - Rapid decay of the first Whittaker coefficient of a smoothed cusp form
AutomorphicForm.exists_norm_whittakerCoefficient_rightConv_diagOne_mul_le_ideleNorm_rpow_neg_of_one_le92 below · depth 18 - Averaging over the maximal compact preserves the isotypic cusp space
AutomorphicForm.integral_maximalCompactAtHaar_mul_mem_isotypicCuspSubmodule13 below · depth 18 - Archimedean K-finiteness of kernel averages over K_∞
AutomorphicForm.isArchKFinite_integral_maximalCompactAtHaar_mul_of_translatesSpanFinite0 below · depth 18 - Translate package for right convolutions of cusp forms
AutomorphicForm.rightConv_translate_package_of_isCuspAutomorphicFnAt82 below · depth 18 - Jensen bound for averaging over the archimedean maximal compact
AutomorphicForm.setLIntegral_nnnorm_integral_maximalCompactAtHaar_mul_sq_le_of_isFundamentalDomain11 below · depth 18 - Unramified idele characters have local conductor exponent 0
LanglandsTunnell.Converse.conductorExponentAt_localChar_eq_zero_of_isUnramifiedCharAt0 below · depth 18 - Unramified idele characters have local conductor exponent zero
LanglandsTunnell.Converse.hasConductorExponentAt_localChar_zero_of_isUnramifiedCharAt0 below · depth 18 - Twisting a cubic induction form by a character of the determinant
LanglandsTunnell.CubicInduction.CubicInductionForm.twist_det_package2 below · depth 18 - Local Whittaker functions scale by the local central character
LanglandsTunnell.CubicInduction.CubicInductionForm.whittakerLoc_scalar_mul_eq_localChar_centralChar_mul0 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 - Unramified twist by χᵥ∘det preserves induced spherical data
LanglandsTunnell.CubicInduction.hasSphericalTorusValuesAt_twist_det_of_isUnramifiedCharAt6 below · depth 18 - Unramified twist preserves induced level and K₁(vᶜ)-invariance
LanglandsTunnell.CubicInduction.inducedLevelAt_twist_eq_of_isUnramifiedCharAt4 below · depth 18 - Archimedean root numbers of induced data over a quadratic extension
LanglandsTunnell.HeckeTate.exists_archRootNumber_induced_of_finrank_eq_two0 below · depth 18 - Dual-side family identity in the GL₂timesGL₃ entire-pair assembly
LanglandsTunnell.RankinSelberg.EntirePairAssembly.dual_identity_family24 below · depth 18 - Convergence of the Rankin–Selberg L-datum under Satake root bounds
LanglandsTunnell.RankinSelberg.converges_rsDatum_of_summable_of_forall_exists_norm_lt_sqrt3 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 - Holomorphy of Rankin–Selberg L-functions beyond the abscissa
LanglandsTunnell.RankinSelberg.differentiableOn_lFun_rsDatum_of_summable_of_exists_norm_lt_sqrt4 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 - Rankin–Selberg integral as archimedean times finite integral times partial L-function
LanglandsTunnell.RankinSelberg.exists_forall_rsGlobalIntegral_eq_mul_rsArchIntegral_mul_rsFinIntegral_mul_lFun24 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 - Pure-tensor factorisation of a Whittaker function over ℚ
LanglandsTunnell.exists_whittakerCoefficient_eq_archWhittaker_mul_finWhittaker_of_isIsotypicCuspFormAt3 below · depth 18 - Idele character unramified outside S kills units away from S
NumberField.TateGlobal.apply_eq_one_of_forall_isUnramifiedCharAt_of_continuous0 below · depth 18 - Non-vanishing at s=1 for a quadratic idele class character
NumberField.TateGlobal.apply_one_ne_zero_of_differentiable_of_eq_partialEulerProduct_of_sq_eq_one5 below · depth 18 - Idele norm of an idele with trivial finite component
NumberField.TateGlobal.ideleNorm_eq_prod_norm_infinitePlace_pow_mult_of_snd_eq_one3 below · depth 18 - Entire Mellin transforms over tempered regions of the ideles
NumberField.TateGlobal.integrableOn_and_differentiable_setIntegral_mul_ideleNorm_cpow_of_norm_le_min_pow1 below · depth 18 - Integrability of Tate's global zeta integrand for Re s>1
NumberField.TateGlobal.integrable_zetaIntegrand0 below · depth 18 - Entire continuation and functional equation of Tate's zeta integral
NumberField.TateGlobal.zetaIntegral_entire_continuation_fe_norm_le_of_re_mem_Icc_of_exists_mem_normOneIdeles_ne_one45 below · depth 18 - Entire continuation and functional equation of Tate's zeta integral
NumberField.TateGlobal.zetaIntegral_entire_continuation_fe_of_exists_mem_normOneIdeles_ne_one45 below · depth 18 - Euler factorisation of Tate's global zeta integral outside S
NumberField.TateGlobal.zetaIntegral_mul_eulerFactors_eq0 below · depth 18 - 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 - Admissible unitary untwist of a cuspidal central character
AutomorphicForm.SmoothCuspRealizationAt.exists_isAdmissibleTwist_eq_centralChar_mul_ideleNorm_inv11 below · depth 19 - Archimedean smoothing of a cuspidal realisation at a real place
AutomorphicForm.SmoothCuspRealizationAt.exists_rightConv_ne_zero_mem_isotypicCuspSubmodule_mem_archCutSubmodule_hasArchCharacterAt_of_isReal77 below · depth 19 - Twisting a cusp realization by ‖det‖_A^t
AutomorphicForm.SmoothCuspRealizationAt.exists_twist_rpow_absNorm_exceptionalSet_eq_toFun_eq_ideleNorm_det_rpow_mul10 below · depth 19 - Adjointness relations for Hecke eigenvalues under a covariant pairing
AutomorphicForm.a_mul_conj_b_eq_and_norm_b_eq_of_sesqForm_covariant_of_ne_zero4 below · depth 19 - Adjointness of right convolution for the weighted Petersson pairing
AutomorphicForm.adjoint_rightConv_weightedPairing_of_isLsXiFunction10 below · depth 19 - Continuity of unipotent Schwartz–Bruhat averages on GL₂(A_F)
AutomorphicForm.continuous_unipotentAverage6 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 - Decay of a convolved cusp form along diag(a,1)
AutomorphicForm.exists_norm_rightConv_diagOne_mul_mul_unipotentGL2_le_of_le_ideleNorm89 below · depth 19 - Averaging over the maximal compact preserves cuspidality
AutomorphicForm.isCuspidalFn_integral_maximalCompactAtHaar_mul_of_isCuspidalFn0 below · depth 19 - Schwartz–Bruhat unipotent averages of cuspidal functions are cuspidal
AutomorphicForm.isCuspidalFn_unipotentAverage3 below · depth 19 - K_f-smoothness of unipotent Schwartz–Bruhat averages
AutomorphicForm.isKfSmooth_unipotentAverage0 below · depth 19 - From a slab fundamental domain to centre-cut Siegel windows
AutomorphicForm.isotypicCuspSubmodule_inf_archCutSubmodule_le_of_isFundamentalDomain_of_pos336 below · depth 19 - Non-vanishing of the self-Petersson integral over a slab fundamental domain
AutomorphicForm.peterssonIntegral_self_ne_zero_of_isFundamentalDomain_of_continuous6 below · depth 19 - Casimir symmetry and raising–lowering adjointness on a fundamental domain
AutomorphicForm.setIntegral_archCasimirAt_mul_conj_eq_and_lower_adjoint_of_isFundamentalDomain19 below · depth 19 - Left GL₂(F)-invariance of unipotent averages
AutomorphicForm.unipotentAverage_globalPoints_mul0 below · depth 19 - Whittaker coefficients of a unipotent average at diag(a,1)
AutomorphicForm.whittakerCoefficient_unipotentAverage_diagOne5 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 - Normalising cubic induction data at bad places
LanglandsTunnell.CubicInduction.exists_isCubicInductionDataOn_whittakerLoc_one_eq_one_of_isBadPlace31 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 - Unipotent-compact bump: finite Rankin–Selberg integral is c W(1)F(1)
LanglandsTunnell.RankinSelberg.exists_pos_forall_rsFinIntegral_eq_mul_of_support_subset_unipotent_mul1 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 - Whittaker coefficients match a model datum up to sign twist
LanglandsTunnell.archOccursInClassOf_whittakerCoefficient_fibre_eq_archW_or_twist_sign_of_archOccursInClassOf_rat420 below · depth 19 - Existence of a real archimedean parameter for a cuspidal class
LanglandsTunnell.exists_realArchParam_archOccursInClassOf_minimalType_laplaceEigenvalue_of_coversModCentre394 below · depth 19 - Uniform polynomial height moments of Schwartz–Bruhat functions
NumberField.AdelicFourier.exists_forall_integral_norm_mul_inv_adelicHeight_mul_unipotentGL2_pow_le_of_mem_schwartzBruhat3 below · depth 19 - Triviality of an idele class character with trivial local components
NumberField.TateGlobal.eq_one_of_isIdeleClassChar_of_continuous_of_forall_localChar_eq_one2 below · depth 19 - Integrability of tempered idele functions against ‖·‖^σ
NumberField.TateGlobal.exists_forall_integrable_norm_mul_ideleNorm_rpow_of_valuation_of_prod_norm_pow_mul_le10 below · depth 19 - Conductor exponent of an idele character under adelic base change
NumberField.TateGlobal.exists_hasConductorExponentAt_localChar_comp_genuineBeta_le0 below · depth 19 - Idele norm of a determinant embedded at one finite place
NumberField.TateGlobal.ideleNorm_det_placeEmbed5 below · depth 19 - Unramifiedness of μ∘ N_{M/E} at an unramified prime
NumberField.TateGlobal.isUnramifiedCharAt_comp_idelicNorm_genuineBaseChange_iff_of_ramificationIdx_eq_one6 below · depth 19 - 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 - Induced sections agreeing on the maximal compact are equal
AutomorphicForm.IsInducedSection.eq_of_eqOn_maximalCompact2 below · depth 20
… and 927 more statements (search for the module name to find them).