Definitions/Def_AutomorphicForm_TwistedGeometricRemainder.lean
Twisted geometric remainder of the trace formula
The module defines, for a finite Galois extension L/K of number fields with a distinguished automorphism \sigma generating the Galois group (the hypothesis hgen asserts that every \tau \in \mathrm{Gal}(L/K) lies in the subgroup of integral powers of \sigma), a complex number AutomorphicForm.twistedGeometricRemainder attached to the following data: an idèle-Galois descent datum D for L/K, two subsets \Phi_L, \Phi_0 of \mathrm{GL}_2 of the adèles of L, a measure \nu_{Z_L} and a subset \Omega_L of the idèles of L, a character \xi_L of the full subgroup of the idèle group with values in \mathbb{C}^\times, and a function \varphi on \mathrm{GL}_2(\mathbb{A}_L). Its value is the HalfLine.intercept of the function of a real parameter R given by the difference of two terms. The first is the integral over x \in \Phi_0, against the adelic Haar measure on \mathrm{GL}_2, of the integral over z \in \Omega_L against \nu_{Z_L} of \xi_L(z) times the truncation operator AutomorphicForm.lambdaT, formed from the cusp-pin data productionPinsOf for \Phi_L at principal level intersected with the finite adelic subgroup and with Hecke generators and adelic box, applied with the unipotent family, the adelic height of L, cut-off e^R, to the \sigma-twisted adelic kernel of \varphi in the variable x, evaluated at the central translate z \cdot x. The second is the same double integral over x \in \Phi_L and z \in \Omega_L of \xi_L(z) times the finite sum over those \delta \in \mathrm{GL}_2(L) whose twisted norm class (under normClassMap applied to the \sigma-conjugacy class of \delta) is the conjugacy class of some \gamma \in \mathrm{GL}_2(K) lying in the elliptic cell (no eigenvalue in K) or the central cell (a scalar matrix), of \varphi at x^{-1}\,\delta\,\sigma(z x), where \sigma acts through sigmaAdelicAct built from D.
The accompanying theorem twistedGeometricRemainder_eq_of_forall_le_setIntegral_eq states that this intercept is identified with a prescribed constant term. Under a long list of hypotheses — a finite set T of finite places of K disjoint from S with |T| \ge 2, all places of L above T outside S_L, chosen extensions w_v with \sigma-translated partners w', uniformisers \varpi_v with nonzero image, Hecke coset systems r_{T,v} for the integral subgroup and the matrix \mathrm{diag}(\varpi_v,1), central elements z_v scalar of scalar \varpi_v, and the assumption that for every pair of exponent vectors k, j and every \varphi admitting the indicated semi-local factorisation with the Hecke-word components at places in T the difference of the two integrals above equals R \cdot \nu(k,j) + \mu(k,j) for all sufficiently large R — the remainder equals \mu(k,j) for any such k, j, \varphi. An example at the end exhibits the remainder in its intended geometric setting, where \Phi_L and \Phi_0 are fundamental domains for \mathrm{GL}_2(L) on the slab of idèle-norm of the determinant in [\alpha,\beta], \Phi_0 is moreover covered by finitely many translates of a centre-cut Siegel set, \Omega_L is a fundamental domain for L^\times in the idèles, and \xi_L is continuous and trivial on principal idèles.
Relation to Mathlib
Mathlib has no twisted (base-change) trace formula; the truncation operator, twisted adelic kernel, twisted norm classes and conjugacy cells used here are all project notions, built over Mathlib's adèle rings, Haar measures and GL (Fin 2).
Where it is used
The twisted trace formula for a cyclic extension is the analytic engine behind cyclic base change for \mathrm{GL}_2, which in turn supports the Langlands–Tunnell theorem supplying the modularity of the residual representation at 3 in the Frey–Serre–Ribet–Wiles argument. The remainder defined here isolates the R-independent part of the geometric side after truncation, along the elliptic and central conjugacy cells.
References
- J.-P. Labesse and R. P. Langlands, L-indistinguishability for SL(2), Canadian Journal of Mathematics 31 (1979), 726–785
- J. Arthur and L. Clozel, Simple Algebras, Base Change, and the Advanced Theory of the Trace Formula, Annals of Mathematics Studies 120, Princeton University Press, 1989
- H. Darmon, F. Diamond and R. Taylor, Fermat's Last Theorem, in: Current Developments in Mathematics 1995, International Press, 1995, 1–154, §3
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 171 lines
- 2 declarations
- used in the statements of 57 theorems and imported by 50 proofs
- imports 14 definition modules
Source file: Definitions/Def_AutomorphicForm_TwistedGeometricRemainder.lean
Imports
Def_AutomorphicForm_TwistedOrbitalDef_AutomorphicForm_FormalBaseChangeDef_NumberField_PrincipalLevelDef_NumberField_TateGlobalZetaDef_LanglandsTunnell_ConverseDataDef_LocalLanglands_HeckeCosetLocalDef_M4aHerbrand_GenuineDescentDef_TwistedNormClassesDef_AdelicDock_LocalEmbeddingDef_AutomorphicForm_GL2ConjugacyCellsDef_AutomorphicForm_TruncationOperatorDef_AutomorphicForm_TwistedAdelicKernelDef_NumberField_AdelicHeightDef_Analysis_HalfLineIntercept
Imported by
- no other definition module
Declarations
- def
AutomorphicForm.twistedGeometricRemainder - theorem
AutomorphicForm.twistedGeometricRemainder_eq_of_forall_le_setIntegral_eq
Source
import Definitions.Def_AutomorphicForm_TwistedOrbital import Definitions.Def_AutomorphicForm_FormalBaseChange import Definitions.Def_NumberField_PrincipalLevel import Definitions.Def_NumberField_TateGlobalZeta import Definitions.Def_LanglandsTunnell_ConverseData import Definitions.Def_LocalLanglands_HeckeCosetLocal import Definitions.Def_M4aHerbrand_GenuineDescent import Definitions.Def_TwistedNormClasses import Definitions.Def_AdelicDock_LocalEmbedding import Definitions.Def_AutomorphicForm_GL2ConjugacyCells import Definitions.Def_AutomorphicForm_TruncationOperator import Definitions.Def_AutomorphicForm_TwistedAdelicKernel import Definitions.Def_NumberField_AdelicHeight import Definitions.Def_Analysis_HalfLineIntercept set_option autoImplicit false open MeasureTheory NumberField NumberField.AdelicLevel NumberField.AdelicBox NumberField.AdelicHaar open IsDedekindDomain open scoped TensorProduct Pointwise ComplexConjugate attribute [local instance] NumberField.AdelicHaar.glBorel noncomputable section def AutomorphicForm.twistedGeometricRemainder (K L : Type) [Field K] [NumberField K] [Field L] [NumberField L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] (D : M4aHerbrand.IdeleGaloisDescent (𝓞 L) K L) (σ : L ≃ₐ[K] L) (hgen : ∀ τ : L ≃ₐ[K] L, τ ∈ Subgroup.zpowers σ) (ΦL Φ₀ : Set (AdelicGL2 (𝓞 L) L)) [MeasurableSpace (AdeleRing (𝓞 L) L)ˣ] (νZL : Measure (AdeleRing (𝓞 L) L)ˣ) (ΩL : Set (AdeleRing (𝓞 L) L)ˣ) (ξL : (⊤ : Subgroup (AdeleRing (𝓞 L) L)ˣ) →* ℂˣ) (φ : AdelicGL2 (𝓞 L) L → ℂ) : ℂ := HalfLine.intercept (fun R : ℝ => (∫ x in Φ₀, (∫ z in ΩL, ((ξL ⟨z, Subgroup.mem_top z⟩ : ℂˣ) : ℂ) * (@AutomorphicForm.lambdaT _ (productionPinsOf L ΦL (fun M => levelOne (𝓞 L) L M ⊓ finiteAdelicGL2Subgroup L) (fun w => heckeGen (𝓞 L) L w) (adelicBox L)).nS _ _ (productionPinsOf L ΦL (fun M => levelOne (𝓞 L) L M ⊓ finiteAdelicGL2Subgroup L) (fun w => heckeGen (𝓞 L) L w) (adelicBox L)).ν (fun t => AutomorphicForm.unipotentGL2 t) (NumberField.AdelicHeight.adelicHeight L) (Real.exp R) (fun y => AutomorphicForm.twistedAdelicKernel L (AutomorphicForm.sigmaAdelicAct K L D σ) φ x y) (AutomorphicForm.centralScalar (𝓞 L) L z * x)) ∂νZL) ∂(adelicGLHaar (Fin 2) (𝓞 L) L)) - (∫ x in ΦL, (∫ z in ΩL, ((ξL ⟨z, Subgroup.mem_top z⟩ : ℂˣ) : ℂ) * (∑ᶠ δ ∈ {δ : GL (Fin 2) L | ∃ γ : GL (Fin 2) K, (γ ∈ AutomorphicForm.ellipticCell K ∨ γ ∈ AutomorphicForm.centralCell K) ∧ LT.TwistedNorm.normClassMap hgen (LT.TwistedNorm.SigmaConjClasses.mk σ δ) = ConjClasses.mk γ}, φ (x⁻¹ * AutomorphicForm.globalPoints (𝓞 L) L δ * AutomorphicForm.sigmaAdelicAct K L D σ (AutomorphicForm.centralScalar (𝓞 L) L z * x))) ∂νZL) ∂(adelicGLHaar (Fin 2) (𝓞 L) L))) open scoped TensorProduct.RightActions in theorem AutomorphicForm.twistedGeometricRemainder_eq_of_forall_le_setIntegral_eq (K L : Type) [Field K] [NumberField K] [Field L] [NumberField L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] [DecidableEq (HeightOneSpectrum (𝓞 K))] (ΦL : Set (AdelicGL2 (𝓞 L) L)) [MeasurableSpace (AdeleRing (𝓞 L) L)ˣ] (νZL : Measure (AdeleRing (𝓞 L) L)ˣ) (ΩL : Set (AdeleRing (𝓞 L) L)ˣ) (D : M4aHerbrand.IdeleGaloisDescent (𝓞 L) K L) (σ : L ≃ₐ[K] L) (hgen : ∀ τ : L ≃ₐ[K] L, τ ∈ Subgroup.zpowers σ) (SL : Finset (HeightOneSpectrum (𝓞 L))) (ξL : (⊤ : Subgroup (AdeleRing (𝓞 L) L)ˣ) →* ℂˣ) (S : Finset (HeightOneSpectrum (𝓞 K))) (φa : GL (Fin 2) (InfiniteAdeleRing L) → ℂ) (φS : ∀ v : HeightOneSpectrum (𝓞 K), GL (Fin 2) (L ⊗[K] v.adicCompletion K) → ℂ) (Φ₀ : Set (AdelicGL2 (𝓞 L) L)) (μ ν : (HeightOneSpectrum (𝓞 K) → ℕ) → (HeightOneSpectrum (𝓞 K) → ℕ) → ℂ) : ∀ (T : Finset (HeightOneSpectrum (𝓞 K))), Disjoint T S → 2 ≤ T.card → (∀ v ∈ T, ∀ w : HeightOneSpectrum (𝓞 L), HeightOneSpectrum.under (𝓞 K) w = v → w ∉ SL) → ∀ (ws : ∀ v : HeightOneSpectrum (𝓞 K), v.Extension (𝓞 L)) (w' : HeightOneSpectrum (𝓞 K) → HeightOneSpectrum (𝓞 L)), (∀ v ∈ T, (w' v).asIdeal = σ • (ws v).1.asIdeal) → ∀ (ϖs : ∀ v : HeightOneSpectrum (𝓞 K), (ws v).1.adicCompletionIntegers L), (∀ v ∈ T, Irreducible (ϖs v)) → ∀ (hϖs0 : ∀ v ∈ T, algebraMap ((ws v).1.adicCompletionIntegers L) ((ws v).1.adicCompletion L) (ϖs v) ≠ 0) (ns : HeightOneSpectrum (𝓞 K) → ℕ) (rTs : ∀ v : HeightOneSpectrum (𝓞 K), Fin (ns v) → GL (Fin 2) ((ws v).1.adicCompletion L)), (∀ (v : HeightOneSpectrum (𝓞 K)) (hv : v ∈ T), HeckeIntegralSeam.IsHeckeCosetSystem (LocalGL2.integralSubgroup ((ws v).1.adicCompletionIntegers L) ((ws v).1.adicCompletion L)) (LocalGL2.diagPi (ϖs v) (hϖs0 v hv)) (rTs v)) → ∀ (zs : ∀ v : HeightOneSpectrum (𝓞 K), GL (Fin 2) ((ws v).1.adicCompletion L)), (∀ v ∈ T, (zs v : Matrix (Fin 2) (Fin 2) ((ws v).1.adicCompletion L)) = algebraMap ((ws v).1.adicCompletionIntegers L) ((ws v).1.adicCompletion L) (ϖs v) • (1 : Matrix (Fin 2) (Fin 2) ((ws v).1.adicCompletion L))) → (∀ (ks js : HeightOneSpectrum (𝓞 K) → ℕ) (φ : AdelicGL2 (𝓞 L) L → ℂ) (φf : GL (Fin 2) (FiniteAdeleRing (𝓞 L) L) → ℂ), IsSemiLocalFactorization K L (S ∪ T) φ φa φf (fun v => if v ∈ T then fun x : GL (Fin 2) (L ⊗[K] v.adicCompletion K) => ∑ ι : Fin (ks v) → Fin (ns v), (semiLocalIntegralSet K L v).indicator (fun _ => (1 : ℂ)) ((semiLocalComponent K L v (AdelicDock.localEmbed (𝓞 L) L (ws v).1 ((List.ofFn fun m => rTs v (ι m)).prod * zs v ^ js v)))⁻¹ * x) else φS v) → ∃ R₀ : ℝ, ∀ R : ℝ, R₀ ≤ R → ( ∫ x in Φ₀, (∫ z in ΩL, ((ξL ⟨z, Subgroup.mem_top z⟩ : ℂˣ) : ℂ) * (@AutomorphicForm.lambdaT _ (productionPinsOf L ΦL (fun M => levelOne (𝓞 L) L M ⊓ finiteAdelicGL2Subgroup L) (fun w => heckeGen (𝓞 L) L w) (adelicBox L)).nS _ _ (productionPinsOf L ΦL (fun M => levelOne (𝓞 L) L M ⊓ finiteAdelicGL2Subgroup L) (fun w => heckeGen (𝓞 L) L w) (adelicBox L)).ν (fun t => AutomorphicForm.unipotentGL2 t) (NumberField.AdelicHeight.adelicHeight L) (Real.exp R) (fun y => AutomorphicForm.twistedAdelicKernel L (AutomorphicForm.sigmaAdelicAct K L D σ) φ x y) (AutomorphicForm.centralScalar (𝓞 L) L z * x)) ∂νZL) ∂(adelicGLHaar (Fin 2) (𝓞 L) L)) = (∫ x in ΦL, (∫ z in ΩL, ((ξL ⟨z, Subgroup.mem_top z⟩ : ℂˣ) : ℂ) * (∑ᶠ δ ∈ {δ : GL (Fin 2) L | ∃ γ : GL (Fin 2) K, (γ ∈ AutomorphicForm.ellipticCell K ∨ γ ∈ AutomorphicForm.centralCell K) ∧ LT.TwistedNorm.normClassMap hgen (LT.TwistedNorm.SigmaConjClasses.mk σ δ) = ConjClasses.mk γ}, φ (x⁻¹ * AutomorphicForm.globalPoints (𝓞 L) L δ * AutomorphicForm.sigmaAdelicAct K L D σ (AutomorphicForm.centralScalar (𝓞 L) L z * x))) ∂νZL) ∂(adelicGLHaar (Fin 2) (𝓞 L) L)) + ((R : ℂ) * ν ks js + μ ks js)) → ∀ (ks js : HeightOneSpectrum (𝓞 K) → ℕ) (φ : AdelicGL2 (𝓞 L) L → ℂ) (φf : GL (Fin 2) (FiniteAdeleRing (𝓞 L) L) → ℂ), IsSemiLocalFactorization K L (S ∪ T) φ φa φf (fun v => if v ∈ T then fun x : GL (Fin 2) (L ⊗[K] v.adicCompletion K) => ∑ ι : Fin (ks v) → Fin (ns v), (semiLocalIntegralSet K L v).indicator (fun _ => (1 : ℂ)) ((semiLocalComponent K L v (AdelicDock.localEmbed (𝓞 L) L (ws v).1 ((List.ofFn fun m => rTs v (ι m)).prod * zs v ^ js v)))⁻¹ * x) else φS v) → AutomorphicForm.twistedGeometricRemainder K L D σ hgen ΦL Φ₀ νZL ΩL ξL φ = μ ks js := by intro T _ _ _ ws w' _ ϖs _ hϖs0 ns rTs _ zs _ hspan ks js φ φf hfac obtain ⟨R₀, hR⟩ := hspan ks js φ φf hfac unfold AutomorphicForm.twistedGeometricRemainder exact HalfLine.intercept_eq_of_forall_le_eq_add_mul ⟨R₀, fun R hle => sub_eq_iff_eq_add'.mpr (hR R hle)⟩ open AutomorphicForm in open scoped TensorProduct.RightActions in example (K L : Type) [Field K] [NumberField K] [Field L] [NumberField L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] [DecidableEq (HeightOneSpectrum (𝓞 K))] (α β : ℝ) (_hα : 0 < α) (ΦL : Set (AdelicGL2 (𝓞 L) L)) (_hΦs : ΦL ⊆ {g | NumberField.TateGlobal.ideleNorm L (Matrix.GeneralLinearGroup.det g) ∈ Set.Icc α β}) (_hΦ : IsFundamentalDomain (globalPoints (𝓞 L) L).range ΦL ((adelicGLHaar (Fin 2) (𝓞 L) L).restrict {g | NumberField.TateGlobal.ideleNorm L (Matrix.GeneralLinearGroup.det g) ∈ Set.Icc α β})) [MeasurableSpace (AdeleRing (𝓞 L) L)ˣ] [BorelSpace (AdeleRing (𝓞 L) L)ˣ] (νZL : Measure (AdeleRing (𝓞 L) L)ˣ) [νZL.IsHaarMeasure] (ΩL : Set (AdeleRing (𝓞 L) L)ˣ) (_hΩL : IsFundamentalDomain (Units.map (algebraMap L (AdeleRing (𝓞 L) L) : L →* AdeleRing (𝓞 L) L)).range ΩL νZL) (D : M4aHerbrand.IdeleGaloisDescent (𝓞 L) K L) (σ : L ≃ₐ[K] L) (hgen : ∀ τ : L ≃ₐ[K] L, τ ∈ Subgroup.zpowers σ) (_SL : Finset (HeightOneSpectrum (𝓞 L))) (ξL : (⊤ : Subgroup (AdeleRing (𝓞 L) L)ˣ) →* ℂˣ) (_hξc : Continuous fun z : (AdeleRing (𝓞 L) L)ˣ => ((ξL ⟨z, Subgroup.mem_top z⟩ : ℂˣ) : ℂ)) (_hξt : ∀ z : (AdeleRing (𝓞 L) L)ˣ, z ∈ (Units.map (algebraMap L (AdeleRing (𝓞 L) L) : L →* AdeleRing (𝓞 L) L)).range → ξL ⟨z, Subgroup.mem_top z⟩ = 1) (_S : Finset (HeightOneSpectrum (𝓞 K))) (_φa : GL (Fin 2) (InfiniteAdeleRing L) → ℂ) (_φS : ∀ v : HeightOneSpectrum (𝓞 K), GL (Fin 2) (L ⊗[K] v.adicCompletion K) → ℂ) (c u d₁ d₂ : ℝ) (_hc : 0 < c) (Tc : Set (AdelicGL2 (𝓞 L) L)) (_hTc : IsCompact Tc) (Φ₀ : Set (AdelicGL2 (𝓞 L) L)) (_hΦ₀S : Φ₀ ⊆ ⋃ y ∈ Tc, (· * y) '' WindowedSiegel.centreCutSiegelSet L c u d₁ d₂) (_hΦ₀s : Φ₀ ⊆ {g | NumberField.TateGlobal.ideleNorm L (Matrix.GeneralLinearGroup.det g) ∈ Set.Icc α β}) (_hΦ₀ : IsFundamentalDomain (globalPoints (𝓞 L) L).range Φ₀ ((adelicGLHaar (Fin 2) (𝓞 L) L).restrict {g | NumberField.TateGlobal.ideleNorm L (Matrix.GeneralLinearGroup.det g) ∈ Set.Icc α β})) (φ : AdelicGL2 (𝓞 L) L → ℂ) : ℂ := AutomorphicForm.twistedGeometricRemainder K L D σ hgen ΦL Φ₀ νZL ΩL ξL φ end
Statements phrased using this module (57)
- Twisted GL₂ trace identity with atom-free remainder functional
AutomorphicForm.exists_continuous_forall_not_isEisenstein_noAtomicMass_twistedGeometricRemainder_unram1,751 below · depth 22 - Fibre-sum spectral comparison for twisted GL₂ at prime degree
AutomorphicForm.fibreSum_twistedCutTrace_eq_const_mul_fibreSum_cutTrace_of_docks_ed23,000 below · depth 22 - Hecke word comparison of twisted and untwisted cut traces
AutomorphicForm.exists_atoms_forall_exists_noAtomicMass_heckeWordSum_twistedCutTrace_sub_finrank_mul_const_mul_heckeWordSum_cutTrace_eq2,972 below · depth 23 - Formal base change of an Eisenstein Hecke table is Eisenstein
AutomorphicForm.exists_eisensteinTableOf_eq_formalBaseChange_eisensteinTableOf6 below · depth 23 - Fibre-sum vanishing from monomial identities at places of record
AutomorphicForm.forall_finset_fibreSum_sub_const_mul_fibreSum_add_eq_zero_of_forall_places_exists_noAtomicMass_wordSum_eq1 below · depth 23 - Satake data constant on fibres over K, given word-shift
AutomorphicForm.satakeData_eq_of_under_eq_of_twistedCutTrace_ne_zero_of_heckeWordShift0 below · depth 23 - Absolute summability of Siegel-pinned cut traces on GL₂
AutomorphicForm.summable_norm_cutTrace_of_isUnitFactorizableOfTypeAt_of_coversModCentre96 below · depth 23 - Satake table of a principal-level cuspidal class lies in a box
AutomorphicForm.table_mem_box_of_mem_cuspClasses_siegel119 below · depth 23 - Hecke tables of cuspidal slab classes lie in the box
AutomorphicForm.table_mem_box_of_mem_cuspClasses_slab18 below · depth 23 - Hecke generator inverse double-coset relation at level U₁(N)
NumberField.AdelicLevel.exists_heckeGen_inv_eq_centralScalar_mul_mul_heckeGen_mul_levelOne1 below · depth 23 - Double-coset inversion relation for Hecke generators at principal level
NumberField.AdelicLevel.exists_heckeGen_inv_eq_centralScalar_mul_mul_heckeGen_mul_principalLevel1 below · depth 23 - Hecke words and slot-family combinations are matching at S_K∪ T
AutomorphicForm.areMatchingAt_union_heckeWord_sum_slotFamilyCoeff_mul_of_areMatchingAt78 below · depth 24 - Twisted geometric remainder minus [L:K]λ times slot sum: cylinder-small functional
AutomorphicForm.exists_continuous_noAtomicMass_twistedGeometricRemainder_sub_finrank_mul_const_mul_sum_eq1,677 below · depth 24 - Per-word twisted spectral comparison from the remainder rows
AutomorphicForm.heckeWordSum_twistedCutTrace_sub_const_mul_heckeWordSum_cutTrace_add_atoms_eq_of_remainder_rows_of_comparison194 below · depth 24 - Hecke generator inverse in a central-times-level double coset
NumberField.AdelicLevel.exists_heckeGen_inv_eq_centralScalar_mul_mul_heckeGen_mul_of_forall_finEmbed_localEmbed_mem0 below · depth 24 - Comparison of parabolic intercepts along Hecke words, uniform λ
AutomorphicForm.exists_continuous_noAtomicMass_intercept_parabolic_sub_finrank_mul_const_mul_sum_intercept_parabolic_eq_uniform1,673 below · depth 25 - Coarse geometric expansion of the truncated GL₂ kernel integral
AutomorphicForm.exists_forall_le_setIntegral_lambdaT_adelicKernel_sub_centralElliptic_eq_setIntegral_parabolic94 below · depth 25 - Coarse geometric expansion of the truncated twisted GL₂ kernel
AutomorphicForm.exists_forall_le_setIntegral_lambdaT_twistedAdelicKernel_sub_centralElliptic_eq_setIntegral_parabolic157 below · depth 25 - Absolute summability of cut traces over Siegel-pinned cusp classes
AutomorphicForm.summable_norm_cutTrace_of_isUnitFactorizableOfTypeAt_of_coversModCentre_of_subset96 below · depth 25 - Truncated hyperbolic terms compared with a uniform slope λ
AutomorphicForm.exists_continuous_noAtomicMass_integrableOn_and_hyperbolicTerm_sub_finrank_mul_const_mul_sum_eq_of_areMatchingAt_uniform1,509 below · depth 26 - Matched unipotent terms: affine in R with atom-free remainder
AutomorphicForm.exists_continuous_noAtomicMass_integrableOn_and_unipotentTerm_sub_const_mul_sum_eq_of_areMatchingAt362 below · depth 26 - Truncated parabolic term splits into hyperbolic and unipotent cells
AutomorphicForm.exists_forall_le_integrableOn_and_setIntegral_parabolic_eq_hyperbolicCell_add_unipotentCell94 below · depth 26 - Hyperbolic–unipotent splitting of the truncated twisted parabolic term
AutomorphicForm.exists_forall_le_integrableOn_and_setIntegral_twistedParabolic_eq_hyperbolicCell_add_unipotentCell166 below · depth 26 - Integrability of the centre-folded truncated GL₂ adelic kernel
AutomorphicForm.exists_forall_le_integrableOn_setIntegral_mul_lambdaT_adelicKernel_of_isTruncationDatum82 below · depth 26 - Asymptotically affine truncated parabolic term, unit-factorizable f
AutomorphicForm.exists_tendsto_setIntegral_lambdaT_adelicKernel_sub_centralElliptic_sub_affine_atTop_of_isUnitFactorization399 below · depth 26 - Affine shape of base-changed unipotent terms along Hecke words
AutomorphicForm.exists_clm_noAtomicMass_forall_sum_slotFamilyCoeff_mul_setIntegral_unipotentCell_eq_mul_add277 below · depth 27 - A uniform transfer constant in the hyperbolic-term base-change comparison
AutomorphicForm.exists_const_forall_exists_windingDatum_integrableOn_and_hyperbolicTerm_sub_finrank_mul_const_mul_sum_eq_mul_sum_coeff_add_sum_coeff_of_areMatchingAt1,495 below · depth 27 - Integrability of the truncated hyperbolic and unipotent kernels
AutomorphicForm.exists_forall_le_integrableOn_hyperbolicCell_and_unipotentCell_sub_indicator_constantTerm91 below · depth 27 - Integrability of the truncated twisted hyperbolic and unipotent kernels
AutomorphicForm.exists_forall_le_integrableOn_twistedHyperbolicCell_and_twistedUnipotentCell_sub_indicator_constantTerm162 below · depth 27 - Pointwise cell decomposition of the truncated GL₂ adelic kernel
AutomorphicForm.exists_forall_le_lambdaT_adelicKernel_eq_centralElliptic_add_unipotentCell_add_hyperbolicCell4 below · depth 27 - Affine asymptotics of the truncated hyperbolic term, unit factorisation
AutomorphicForm.exists_tendsto_setIntegral_hyperbolicCell_sub_affine_atTop_of_isUnitFactorization224 below · depth 27 - Affine asymptotics of the truncated unipotent term, unit-factorizable f
AutomorphicForm.exists_tendsto_setIntegral_unipotentCell_sub_affine_atTop_of_isUnitFactorization263 below · depth 27 - A uniform transfer constant in the twisted hyperbolic comparison
AutomorphicForm.exists_const_forall_exists_windingDatum_sub_finrank_mul_const_mul_sum_eq_sum_mul_coeff_of_hyperbolicTerm_eq_affine1,489 below · depth 28 - Truncated unipotent contributions along a slot family over K
AutomorphicForm.exists_forall_mem_slotIndex_integrableOn_and_setIntegral_unipotentCell_eq_weighted_moments_self258 below · depth 28 - Twisted hyperbolic cell at σ=1 equals untwisted cell
AutomorphicForm.setIntegral_twistedHyperbolicCell_self_one_eq_setIntegral_hyperbolicCell0 below · depth 28 - Trivial twist: σ=1 unipotent cell is untwisted
AutomorphicForm.setIntegral_twistedUnipotentCell_self_one_eq_setIntegral_unipotentCell0 below · depth 28 - Vanishing of the unipotent fold against a character ramified on T
AutomorphicForm.setIntegral_unipotentCell_fold_eq_zero_of_exists_localUnit_apply_ne_one4 below · depth 28 - A uniform transfer constant for hyperbolic intercepts
AutomorphicForm.exists_const_forall_exists_windingDatum_hyperbolicIntercept_sub_finrank_mul_const_mul_sum_eq_sum_satakeLaurent_mul_coeff_of_eq_affine1,456 below · depth 29 - Slope transfer for the twisted hyperbolic term
AutomorphicForm.exists_forall_hyperbolicSlope_eq_mul_sum_slotFamilyCoeff_mul_hyperbolicSlope_of_eq_affine1,015 below · depth 29 - Haar measure on the adelic diagonal torus via diag(p₁p₂,p₁)
AutomorphicForm.exists_pos_forall_integral_subgroup_eq_mul_integral_prod_centralScalar_mul_diagUnits2_one2 below · depth 29 - One winding datum for all K-side Hecke words
AutomorphicForm.exists_windingDatum_forall_heckeWord_mul_sum_slotFamilyCoeff_mul_sum_classIntegral_eq_sum_satakeLaurent_mul_coeff116 below · depth 29 - Haar measure on centralisers of regular diagonal elements
AutomorphicForm.forall_exists_isHaarMeasure_centralizer_globalPoints_integral_eq_mul_integral_prod_diagUnits21 below · depth 29 - Vanishing of the central and elliptic fold against a character
AutomorphicForm.setIntegral_centralEllipticPart_fold_eq_zero_of_forall_apply_mul_centralScalar_eq_of_ne_one1 below · depth 29 - Vanishing of the hyperbolic ξ-fold for a ramified central character
AutomorphicForm.setIntegral_hyperbolicCell_fold_eq_zero_of_forall_apply_mul_centralScalar_eq_of_ne_one2 below · depth 29 - Vanishing of the twisted hyperbolic ξ_L-fold over a fundamental domain
AutomorphicForm.setIntegral_twistedHyperbolicCell_fold_eq_zero_of_forall_apply_mul_sigmaAdelicAct_centralScalar_eq_of_ne_one2 below · depth 29 - Vanishing of the ξ-twisted unipotent fold under central invariance
AutomorphicForm.setIntegral_unipotentCell_fold_eq_zero_of_forall_apply_mul_centralScalar_eq_of_ne_one2 below · depth 29 - Unweighted split-class expansion of the ground-field hyperbolic slope
AutomorphicForm.slope_eq_sum_unweighted_classIntegral_diagUnits2_of_inversionClosed_of_hyperbolicTerm_eq_affine227 below · depth 29 - Uniform transfer constant for twisted hyperbolic intercepts
AutomorphicForm.exists_const_forall_exists_windingDatum_hyperbolicIntercept_sub_finrank_mul_const_mul_sum_eq_sum_satakeLaurent_mul_coeff_of_eq_affine_of_areMatchingArch_of_areMatchingLocal1,445 below · depth 30 - Hyperbolic slope and intercept as sums of orbital integrals
AutomorphicForm.exists_finset_forall_slope_eq_sum_classIntegral_and_intercept_eq_sum_weightedClassIntegral_of_hyperbolicTerm_eq_affine225 below · depth 30 - Twisted hyperbolic slope and intercept as twisted orbital class sums
AutomorphicForm.exists_finset_forall_slope_eq_sum_twistedClassIntegral_and_intercept_eq_sum_weightedTwistedClassIntegral_haarQuotient_of_eq_affine241 below · depth 30 - Closed form of the central–elliptic base-change comparison constant
AutomorphicForm.centralEllipticConstant_eq_of_factorization_of_normFibre_of_exists_ne_zero909 below · depth 31 - One winding datum for all Hecke words (window side)
AutomorphicForm.exists_windingDatum_forall_heckeWord_mul_sum_slotFamilyCoeff_mul_sum_windowClassIntegral_eq_sum_satakeLaurent_mul_coeff302 below · depth 31 - Centre unfolding of the truncated hyperbolic term over K
AutomorphicForm.setIntegral_canonicalTruncationDomain_adelicKernelHyperbolicPart_sub_indicator_constantTerm_eq_mul_sum_mul_integral_add_sum_of_eq_mul_sum_orbital_add_sum_weightedOrbital56 below · depth 31 - Uniqueness of the central–elliptic comparison constant
AutomorphicForm.eq_of_forall_setIntegral_centralElliptic_eq_mul_sum_of_exists_areMatchingAt_sum_ne_zero0 below · depth 32 - Centre unfolding of hyperbolic orbital integrals over K
AutomorphicForm.integral_haarQuotient_orbital_eq_const_mul_integral_of_isOrbitalIntegralOn_centralScalar_mul55 below · depth 32 - Unfolding a central-translate orbital integral over H_Kbackslash GL₂(mathbb A_K)
AutomorphicForm.const_mul_eq_integral_haarQuotient_centralScalar_of_isOrbitalIntegralOn_of_diagonal52 below · depth 33 - Fubini over the centre for a regular diagonal class
AutomorphicForm.integral_haarQuotient_integral_character_mul_orbital_eq_integral_character_mul_integral_haarQuotient_centralScalar51 below · depth 33