Definitions/Def_LanglandsTunnell_CubicInduction_JacquetVector3.lean
Gaussians and archimedean Jacquet vectors for cubic induction
Four definitions and two identities, all in the namespace LanglandsTunnell.CubicInduction, set up the archimedean ingredients of a Godement-type integral on 2\times 3 and 3\times 3 real matrices. First, gaussian3 sends a real 2\times 3 matrix M to \exp\bigl(-\pi\sum_{i\in\mathrm{Fin}\,2}\sum_{b\in\mathrm{Fin}\,3}M_{ib}^{2}\bigr), viewed as a complex number, and polyGauss3 is the set of those functions S on real 2\times 3 matrices which are of the form M\mapsto p\bigl((M_{ib})_{i,b}\bigr)\cdot\mathrm{gaussian3}(M) for some polynomial p in the six entries with complex coefficients; gaussian3_mem_polyGauss3 records that the Gaussian itself lies in this set.
Next, for an additive character \psi of the infinite adele ring of \mathbb{Q}, a function S as above, a real 2\times 2 matrix h and a real 3\times 3 matrix m, godementInner3 is the integral over v\in\mathbb{R}^{2} of S\bigl(h\cdot N(v)\bigr)\,\psi(-v_{1}), where N(v) is the 2\times 3 matrix with rows m_{0\bullet}+v_{0}m_{2\bullet} and m_{1\bullet}+v_{1}m_{2\bullet}, and -v_{1} is sent into the infinite adeles by the real embedding AutomorphicForm.StandardKernel.ofReal. Given in addition a real archimedean parameter P with datum D (whose field D.W is the Whittaker function on real 2\times 2 matrices), a complex exponent u_{3}, a sign a_{3}\in\mathbb{Z}/2, a real a and g\in \mathrm{GL}_3 of the infinite adeles of \mathbb{Q}, jacquetIntegrand3 is the function of a real 2\times 2 array e given by
\mathrm{godementInner3}(\psi,S,e,\mathrm{realMat}(g))\cdot\mathrm{quasiChar}(u_{3}+2,a_{3})(\det e)\cdot|\det e|^{-2}\cdot D.W\bigl(\mathrm{diagOne}(a)\,e^{-1}\bigr),
where \mathrm{quasiChar}(u,a)(y)=|y|^{u} times \mathrm{sign}(y) when a\neq 0, \mathrm{diagOne}(a)=\begin{pmatrix}a&0\\0&1\end{pmatrix}, and \mathrm{realMat}(g) is the real 3\times 3 matrix of entries of g at the real place. Finally jacquetVector3 multiplies \mathrm{quasiChar}(u_{3}+1,a_{3})(\det \mathrm{realMat}(g)) by the integral of this integrand over all real 2\times 2 arrays, and jacquetVector3_eq states that equality as a lemma. No integrability hypotheses are imposed: the Bochner integrals are taken as they stand.
Relation to Mathlib
Mathlib has Gaussian integrals and Schwartz space but no space of polynomial-times-Gaussian functions on 2\times 3 matrices, and no Godement–Jacquet or Whittaker-vector machinery; all the notions here are the project's own.
Where it is used
These are the archimedean local data for the \mathrm{GL}_3 integrals used in the cubic-induction part of the route to the Langlands–Tunnell theorem, which in turn supplies the modularity of the mod 3 representation needed to start the Frey-curve argument.
References
- H. Jacquet, I. I. Piatetski-Shapiro and J. A. Shalika, Automorphic forms on GL(3). I, II, Annals of Mathematics 109 (1979), 169–212, 213–258
- R. Godement and H. Jacquet, Zeta Functions of Simple Algebras, Lecture Notes in Mathematics 260, Springer, 1972
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 50 lines
- 7 declarations
- used in the statements of 169 theorems and imported by 171 proofs
- imports 2 definition modules
Source file: Definitions/Def_LanglandsTunnell_CubicInduction_JacquetVector3.lean
Imported by
- no other definition module
Declarations
- def
LanglandsTunnell.CubicInduction.gaussian3 - def
LanglandsTunnell.CubicInduction.polyGauss3 - theorem
LanglandsTunnell.CubicInduction.gaussian3_mem_polyGauss3 - def
LanglandsTunnell.CubicInduction.godementInner3 - def
LanglandsTunnell.CubicInduction.jacquetIntegrand3 - def
LanglandsTunnell.CubicInduction.jacquetVector3 - theorem
LanglandsTunnell.CubicInduction.jacquetVector3_eq
Source
import Definitions.Def_LanglandsTunnell_JLConverse import Definitions.Def_AutomorphicForm_SmoothingKernel set_option autoImplicit false noncomputable section open MeasureTheory NumberField LanglandsTunnell.Converse LanglandsTunnell.Converse.ArchR namespace LanglandsTunnell.CubicInduction def gaussian3 (M : Matrix (Fin 2) (Fin 3) ℝ) : ℂ := (Real.exp (-(Real.pi * ∑ i : Fin 2, ∑ b : Fin 3, M i b ^ 2)) : ℂ) def polyGauss3 : Set (Matrix (Fin 2) (Fin 3) ℝ → ℂ) := {S | ∃ p : MvPolynomial (Fin 2 × Fin 3) ℂ, S = fun M => MvPolynomial.eval (fun v : Fin 2 × Fin 3 => ((M v.1 v.2 : ℝ) : ℂ)) p * gaussian3 M} theorem gaussian3_mem_polyGauss3 : gaussian3 ∈ polyGauss3 := ⟨MvPolynomial.C 1, by funext M; simp⟩ def godementInner3 (ψ : AddChar (InfiniteAdeleRing ℚ) ℂ) (S : Matrix (Fin 2) (Fin 3) ℝ → ℂ) (h : Matrix (Fin 2) (Fin 2) ℝ) (m : Matrix (Fin 3) (Fin 3) ℝ) : ℂ := ∫ v : Fin 2 → ℝ, S (h * Matrix.of ![fun b => m 0 b + v 0 * m 2 b, fun b => m 1 b + v 1 * m 2 b]) * ψ (AutomorphicForm.StandardKernel.ofReal (-(v 1))) def jacquetIntegrand3 {P : RealArchParam} (D : ArchDatumR P) (u₃ : ℂ) (a₃ : ZMod 2) (a : ℝ) (ψ : AddChar (InfiniteAdeleRing ℚ) ℂ) (S : Matrix (Fin 2) (Fin 3) ℝ → ℂ) (g : GL (Fin 3) (InfiniteAdeleRing ℚ)) (e : Fin 2 → Fin 2 → ℝ) : ℂ := godementInner3 ψ S (Matrix.of e) (AutomorphicForm.StandardKernel.realMat g) * quasiChar (u₃ + 2) a₃ (Matrix.of e).det * (((|(Matrix.of e).det| ^ 2)⁻¹ : ℝ) : ℂ) * D.W (diagOne a * (Matrix.of e)⁻¹) def jacquetVector3 {P : RealArchParam} (D : ArchDatumR P) (u₃ : ℂ) (a₃ : ZMod 2) (a : ℝ) (ψ : AddChar (InfiniteAdeleRing ℚ) ℂ) (S : Matrix (Fin 2) (Fin 3) ℝ → ℂ) (g : GL (Fin 3) (InfiniteAdeleRing ℚ)) : ℂ := quasiChar (u₃ + 1) a₃ (AutomorphicForm.StandardKernel.realMat g).det * ∫ e : Fin 2 → Fin 2 → ℝ, jacquetIntegrand3 D u₃ a₃ a ψ S g e theorem jacquetVector3_eq {P : RealArchParam} (D : ArchDatumR P) (u₃ : ℂ) (a₃ : ZMod 2) (a : ℝ) (ψ : AddChar (InfiniteAdeleRing ℚ) ℂ) (S : Matrix (Fin 2) (Fin 3) ℝ → ℂ) (g : GL (Fin 3) (InfiniteAdeleRing ℚ)) : jacquetVector3 D u₃ a₃ a ψ S g = quasiChar (u₃ + 1) a₃ (AutomorphicForm.StandardKernel.realMat g).det * ∫ e : Fin 2 → Fin 2 → ℝ, jacquetIntegrand3 D u₃ a₃ a ψ S g e := rfl end LanglandsTunnell.CubicInduction
Statements phrased using this module (169)
- Archimedean holomorphy and non-vanishing from a torus Γ-factor identity
LanglandsTunnell.RankinSelberg.differentiableOn_and_rsArchIntegral_ne_zero_of_torusPair_eq_gammaFactor5 below · depth 18 - Archimedean zeta package for an explicit GL₃ Whittaker vector
LanglandsTunnell.CubicInduction.jacquetVector3_archZeta_package32 below · depth 19 - Archimedean GL₂× GL₃ torus-pair Gamma identity, minimal type
LanglandsTunnell.RankinSelberg.exists_mem_polyGauss3_jacquetVector3_torusPair_eq_gammaFactor_of_archWhittakerDatum_of_isCasimirEigen_of_minimalType281 below · depth 19 - Archimedean zeta integral of `jacquetVector3`, unfolded
LanglandsTunnell.CubicInduction.archZeta30_jacquetVector3_eq_archFactor_mul3 below · depth 20 - Archimedean functional equation for the induced GL₃ zeta integrals
LanglandsTunnell.CubicInduction.archZetaDual31_jacquetVector3_mul_archFactor_eq12 below · depth 20 - Archimedean unfolding integral equals Γ_ℝ times an entire function
LanglandsTunnell.CubicInduction.exists_differentiable_unfoldingIntegral_eq_GammaR_mul4 below · depth 20 - Rapid vertical decay of the archimedean zeta integral `archZeta30`
LanglandsTunnell.CubicInduction.forall_pow_mul_norm_archZeta30_jacquetVector3_le3 below · depth 20 - Polynomial decay of a dual archimedean zeta integral on strips
LanglandsTunnell.CubicInduction.forall_pow_mul_norm_archZetaDual31_jacquetVector3_le3 below · depth 20 - Whittaker law for the GL₃ Jacquet vector
LanglandsTunnell.CubicInduction.isGL3PsiWhittakerFn_jacquetVector30 below · depth 20 - K-finiteness of the polynomial-times-Gaussian Jacquet vector on GL₃
LanglandsTunnell.CubicInduction.isKFinite_jacquetVector32 below · depth 20 - Integrability and continuity of the GL₃ Jacquet vector
LanglandsTunnell.CubicInduction.jacquetIntegrand3_integrable_and_jacquetVector3_continuous1 below · depth 20 - Convergence half-planes for archimedean GL₃timesGL₁ zeta integrals
LanglandsTunnell.CubicInduction.jacquetVector3_isArchZetaConvergentAbove4 below · depth 20 - Rapid decay of the GL₃ Jacquet–Whittaker vector
LanglandsTunnell.CubicInduction.jacquetVector3_norm_archComponent3_le6 below · depth 20 - Central character of the explicit GL₃ Jacquet vector
LanglandsTunnell.CubicInduction.jacquetVector3_scalar_mul1 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 - Unfolding the archimedean torus pairing of the GL₃ Jacquet vector
LanglandsTunnell.RankinSelberg.exists_forall_torusPair_jacquetVector3_eq_integral_quasiChar_mul_torusIntegral_mul_godementMellin6 below · depth 20 - Unfolded archimedean GL₂× GL₃ torus-pair identity at minimal type
LanglandsTunnell.RankinSelberg.exists_mem_polyGauss3_jacquetVector3_unfoldedTorusPair_eq_gammaFactor_of_archWhittakerDatum_of_isCasimirEigen_of_minimalType280 below · depth 20 - Integrable majorant and measurability for the GL₃ Jacquet integrand
LanglandsTunnell.CubicInduction.exists_integrable_majorant_jacquetIntegrand3_and_aestronglyMeasurable_prod1 below · depth 21 - Integrability of the dual GL₃ zeta integrand of a Jacquet vector
LanglandsTunnell.CubicInduction.integrable_dualWhittakerFn3_jacquetVector3_prod2 below · depth 21 - Joint integrability of the dilated Jacquet integrand in three variables
LanglandsTunnell.CubicInduction.integrable_jacquetIntegrand3_dilate_mul_quasiChar1 below · depth 21 - Torus dilation law for the GL₃ Jacquet vector
LanglandsTunnell.CubicInduction.jacquetVector3_iotaGL_diagUnitGL2_mul0 below · depth 21 - Jacquet vector at a real diagonal torus element, unfolded
LanglandsTunnell.CubicInduction.jacquetVector3_iota_upperUnit_eq_integral_godementInner3_mulShift0 below · depth 21 - Integrability of the unfolded archimedean torus-pair integrand
LanglandsTunnell.RankinSelberg.exists_forall_integrable_unfoldedTorusPairIntegrand_jacquetVector34 below · depth 21 - Unfolded archimedean torus pair and its dual Γ-factors
LanglandsTunnell.RankinSelberg.exists_mem_polyGauss3_iotaWeight_archZeta30_ne_zero_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_archWhittakerDatum_of_isCasimirEigen272 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 - Iwasawa bound for W_D(diag(at,1)e⁻¹)
LanglandsTunnell.Converse.ArchDatumR.norm_W_diagOne_mul_inv_le_of_iwasawa0 below · depth 22 - Non-vanishing archimedean zeta of a block-harmonic Jacquet vector
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_blockHarmonicOne_colHarmonic_gaussian3_of_weightZero38 below · depth 22 - Non-vanishing archimedean zeta for the conjugate block-harmonic section
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_conjBlockHarmonicOne_colHarmonic_gaussian357 below · depth 22 - Non-vanishing of the weight-zero minor-section archimedean zeta integral
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_minorSection_gaussian337 below · depth 22 - Continuity and decay of the Godement inner integral
LanglandsTunnell.CubicInduction.godementInner3_mulShift_polyGauss3_continuousOn_and_decay0 below · depth 22 - Weight law for the Jacquet vector of a Gaussian section
LanglandsTunnell.CubicInduction.jacquetVector3_mul_iota_eq_archWeightChar_inv_mul_of_colHarmonic_gaussian30 below · depth 22 - Equivariance of the Jacquet vector under ι of row isometries
LanglandsTunnell.CubicInduction.jacquetVector3_mul_iota_eq_archWeightChar_inv_mul_of_conjBlockHarmonic_colHarmonic_gaussian30 below · depth 22 - Weight-one K-type of the minor-section Jacquet vector
LanglandsTunnell.CubicInduction.jacquetVector3_mul_iota_eq_archWeightOne_inv_mul_of_minorSection_gaussian30 below · depth 22 - Integrability of a real Whittaker torus profile against |t|^{s-1/2}t⁻²
LanglandsTunnell.RankinSelberg.exists_forall_integrable_Wr_mul_abs_cpow_mul_inv_sq0 below · depth 22 - Archimedean Rankin–Selberg pair outside weight-one GL₂ parameters
LanglandsTunnell.RankinSelberg.exists_mem_polyGauss3_iotaWeight_archZeta30_ne_zero_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_archWhittakerDatum_of_isCasimirEigen_of_not_weightOne206 below · depth 22 - Factorisation of the purified reference Rankin–Selberg integral
LanglandsTunnell.RankinSelberg.exists_ne_zero_forall_rsGlobalIntegral_reference_eq_mul_rsArchIntegral_mul_rsFinIntegral_indicator_mul_of_finiteFamily_arch410 below · depth 22 - Weight-one unfolded torus-pair identities with Γ-factors
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_weightOne_of_blockHarmonicOne_colHarmonic_gaussian348 below · depth 22 - Weight-one torus-pair identities for the conjugate-block Gaussian section
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_weightOne_of_conjBlockHarmonicOne_colHarmonic_gaussian373 below · depth 22 - Weight-one minor-section torus-pair identities with archimedean Γ-factors
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_weightOne_of_minorSection_gaussian347 below · depth 22 - Iwasawa factorisation of a weight-k archimedean Whittaker datum
LanglandsTunnell.Converse.ArchDatumR.W_diagOne_mul_iwasawa_eq_psi_mul_centralChar_mul_archWeightChar_mul_W_diagOne1 below · depth 23 - Torus profile of a weight-zero real archimedean Whittaker datum
LanglandsTunnell.Converse.ArchDatumR.continuousOn_and_exists_ne_zero_W_diagOne_of_weightZero0 below · depth 23 - Continuity on (0,∞) of a Gaussian-damped torus transform of W
LanglandsTunnell.Converse.ArchDatumR.continuousOn_gaussian_mul_integral_W_diagOne_torusKernel0 below · depth 23 - Weight ≥ 1 real Whittaker profiles: both parity sheets non-vanishing
LanglandsTunnell.Converse.ArchDatumR.exists_W_diagOne_add_mul_W_diagOne_neg_ne_zero_of_one_le_weight32 below · depth 23 - Mellin non-vanishing of a Gaussian torus transform beyond any abscissa
LanglandsTunnell.Converse.ArchDatumR.exists_lt_re_mellin_gaussian_mul_integral_W_diagOne_torusKernel_ne_zero3 below · depth 23 - Mellin non-vanishing far right for two-sheet torus-kernel transforms
LanglandsTunnell.Converse.ArchDatumR.exists_lt_re_mellin_gaussian_mul_integral_twoSheet_torusKernel_ne_zero2 below · depth 23 - Parity of the torus profile at weight zero
LanglandsTunnell.CubicInduction.archDatumR_W_diagOne_neg_eq_of_weightZero11 below · depth 23 - Weight-one torus profile as Gaussian multiplicative convolution
LanglandsTunnell.CubicInduction.exists_archDatumR_W_diagOne_add_eq_mul_mulConvGaussian_of_weightOne29 below · depth 23 - Discrete-series torus profile of a real archimedean Whittaker datum
LanglandsTunnell.CubicInduction.exists_archDatumR_W_diagOne_eq_mul_exp_and_eq_zero_of_discrete16 below · depth 23 - Weight-zero torus profile is a Gaussian multiplicative convolution
LanglandsTunnell.CubicInduction.exists_archDatumR_W_diagOne_eq_mul_mulConvGaussian_of_weightZero16 below · depth 23 - Archimedean zeta of the weight-zero Jacquet vector as Γ_ℝ times a Mellin transform
LanglandsTunnell.CubicInduction.exists_archZeta30_jacquetVector3_eq_mul_GammaR_mul_mellin_of_blockHarmonicOne_colHarmonic_gaussian3_of_weightZero11 below · depth 23 - Archimedean zeta of the block-harmonic Jacquet vector as a Mellin transform
LanglandsTunnell.CubicInduction.exists_archZeta30_jacquetVector3_eq_mul_GammaR_mul_mellin_of_conjBlockHarmonicOne_colHarmonic_gaussian312 below · depth 23 - Archimedean zeta of the minor-section Jacquet vector as Mellin transform
LanglandsTunnell.CubicInduction.exists_archZeta30_jacquetVector3_eq_mul_GammaR_mul_mellin_of_minorSection_gaussian3_of_weightZero10 below · depth 23 - Non-vanishing archimedean zeta integral for the weight-zero quadratic section
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_detPow_blockQuadratic_colHarmonicTwo_gaussian3_of_weightZero38 below · depth 23 - An admissible twist with non-vanishing archimedean GL₃ zeta integral
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_detPow_colHarmonic_gaussian362 below · depth 23 - Weight zero of the block-quadratic Gaussian Jacquet vector
LanglandsTunnell.CubicInduction.jacquetVector3_mul_iota_eq_archWeightChar_inv_mul_of_detPow_blockQuadratic_gaussian30 below · depth 23 - Explicit dual archimedean torus pair: root number times π(-1)ᶜρ times Γ-factor
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_weightOne_of_blockHarmonicOne_colHarmonic_gaussian3_of_profile36 below · depth 23 - Folded dual torus pair on the discrete branch, explicit constant
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_weightOne_of_conjBlockHarmonicOne_colHarmonic_gaussian3_of_discrete_profile28 below · depth 23 - Folded dual torus pair: root number, explicit constant, dual Γ-factors
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_weightOne_of_conjBlockHarmonicOne_colHarmonic_gaussian3_of_weightOne_profile28 below · depth 23 - Dual minor-section archimedean torus pair equals ε_∞ times Γ-factors
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_weightOne_of_minorSection_gaussian3_of_profile37 below · depth 23 - Archimedean GL₃× GL₂ pair identity: discrete-series case
LanglandsTunnell.RankinSelberg.exists_mem_polyGauss3_iotaWeight_archZeta30_ne_zero_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_archWhittakerDatum_of_isCasimirEigen_of_discreteSeries141 below · depth 23 - Even principal parameter: primal and dual unfolded torus-pair identities
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_evenPrincipal_of_detPow_blockQuadratic_colHarmonicTwo_gaussian351 below · depth 23 - Even principal torus-pair identities for a weight-zero Gaussian section
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_evenPrincipal_of_detPow_colHarmonic_gaussian378 below · depth 23 - Explicit unfolded archimedean torus pair, weight one, block-harmonic section
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_weightOne_of_blockHarmonicOne_colHarmonic_gaussian3_of_profile31 below · depth 23 - Discrete-branch unfolded torus pair equals explicit Gamma-factor product
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_weightOne_of_conjBlockHarmonicOne_colHarmonic_gaussian3_of_discrete_profile24 below · depth 23 - Weight-one unfolded torus pair as explicit Γ-factor product
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_weightOne_of_conjBlockHarmonicOne_colHarmonic_gaussian3_of_weightOne_profile25 below · depth 23 - Explicit primal torus pair for the minor-section Jacquet vector
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_weightOne_of_minorSection_gaussian3_of_profile31 below · depth 23 - Non-vanishing of the torus Mellin transform beyond any point
LanglandsTunnell.Converse.ArchDatumR.exists_lt_mellin_W_diagOne_ne_zero_of_weightZero_of_parity0 below · depth 24 - Dual torus-triple evaluation for the block-harmonic section
LanglandsTunnell.Converse.GammaR_mul_integral_dualTorusTriple_blockHarmonic_eq_mul_prod_GammaR5 below · depth 24 - Dual torus-triple evaluation, conjugate block, discrete branch
LanglandsTunnell.Converse.GammaR_mul_integral_dualTorusTriple_conjBlock_eq_mul_prod_GammaR_of_discreteProfile8 below · depth 24 - Dual torus triple evaluation: flat conjugate block, two sheets, n=0
LanglandsTunnell.Converse.GammaR_mul_integral_dualTorusTriple_conjBlock_eq_mul_prod_GammaR_of_twoSheetProfile7 below · depth 24 - Dual torus pair equals tfrac12Γ_ℝ times torus triple
LanglandsTunnell.Converse.dualTorusPair_iwasawa_eq_const_mul_integral_torusTriple_blockHarmonic_of_re_gt3 below · depth 24 - Dual torus pair equals Γ_ℝ times conjugate-block torus triple
LanglandsTunnell.Converse.dualTorusPair_iwasawa_eq_const_mul_integral_torusTriple_conjBlock_of_re_gt3 below · depth 24 - Iwasawa-unfolded dual torus pair as a torus-triple integral
LanglandsTunnell.Converse.dualTorusPair_iwasawa_eq_const_mul_integral_torusTriple_minor_of_re_gt3 below · depth 24 - Integrability of dual quadruple and torus-triple integrands
LanglandsTunnell.Converse.exists_forall_integrable_dualQuadruple_and_torusTriple_blockHarmonic_of_mulConvGaussian_sheets0 below · depth 24 - Integrability of the flat dual quadruple and torus-triple integrands
LanglandsTunnell.Converse.exists_forall_integrable_dualQuadruple_and_torusTriple_conjBlock_of_mulConvGaussian_sheets0 below · depth 24 - Integrability of dual four- and three-variable minor integrands
LanglandsTunnell.Converse.exists_forall_integrable_dualQuadruple_and_torusTriple_minor_of_mulConvGaussian_sheets0 below · depth 24 - Integrability of the block-harmonic dual Iwasawa integrand
LanglandsTunnell.Converse.integrable_dualConfig_iwasawaIntegrand_blockHarmonic0 below · depth 24 - Integrability of the conjugate-block dual Iwasawa integrand
LanglandsTunnell.Converse.integrable_dualConfig_iwasawaIntegrand_conjBlock0 below · depth 24 - Integrability of the minor-section dual Iwasawa integrand
LanglandsTunnell.Converse.integrable_dualConfig_iwasawaIntegrand_minor0 below · depth 24 - Dual configuration integral equals 2π times Iwasawa integral
LanglandsTunnell.Converse.integral_dualConfig_blockHarmonic_eq_two_pi_mul_integral_iwasawa_of_weightZero4 below · depth 24 - Dual Godement integral in Iwasawa coordinates, weight n+1
LanglandsTunnell.Converse.integral_dualConfig_conjBlock_eq_two_pi_mul_integral_iwasawa_of_archWeightChar4 below · depth 24 - Dual Godement integral in Iwasawa coordinates, weight zero
LanglandsTunnell.Converse.integral_dualConfig_minor_eq_two_pi_mul_integral_iwasawa_of_weightZero4 below · depth 24 - Archimedean zeta integral Z₀ at 1 as a dy/|y| integral
LanglandsTunnell.CubicInduction.archZeta30_one_eq_mul_integral_quasiChar_of_isArchCompAt0 below · depth 24 - Archimedean GL₃× GL₁ zeta integral as a Mellin transform
LanglandsTunnell.CubicInduction.exists_archZeta30_jacquetVector3_eq_mul_GammaR_mul_mellin_of_detPow_blockQuadratic_colHarmonicTwo_gaussian3_of_weightZero11 below · depth 24 - Mellin formula for the archimedean GL₃timesGL₁ zeta integral
LanglandsTunnell.CubicInduction.exists_archZeta30_jacquetVector3_eq_mul_GammaR_mul_mellin_of_detPow_colHarmonic_gaussian311 below · depth 24 - Non-vanishing archimedean zeta of a flat-section Jacquet vector
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_conjBlockHarmonic_pow_colHarmonic_gaussian389 below · depth 24 - Jacquet vector at 1 of the harmonic Gaussian section, weight zero
LanglandsTunnell.CubicInduction.jacquetVector3_one_eq_integral_of_blockHarmonicOne_colHarmonic_gaussian3_of_weightZero7 below · depth 24 - Jacquet vector at 1 of a conjugate block-harmonic Gaussian section
LanglandsTunnell.CubicInduction.jacquetVector3_one_eq_integral_of_conjBlockHarmonicOne_colHarmonic_gaussian37 below · depth 24 - Minor-section Jacquet vector at 1 as an explicit double integral
LanglandsTunnell.CubicInduction.jacquetVector3_one_eq_integral_of_minorSection_gaussian3_of_weightZero6 below · depth 24 - Dual torus pair unfolded for the block-harmonic section
LanglandsTunnell.RankinSelberg.dualTorusPair_eq_setIntegral_dualConfig_of_weightOne_of_blockHarmonicOne_colHarmonic_gaussian35 below · depth 24 - Unfolded dual torus pair for the conjugate-harmonic weight-one section
LanglandsTunnell.RankinSelberg.dualTorusPair_eq_setIntegral_dualConfig_of_weightOne_of_conjBlockHarmonicOne_colHarmonic_gaussian35 below · depth 24 - Dual torus pair of the minor-section Jacquet vector, unfolded
LanglandsTunnell.RankinSelberg.dualTorusPair_eq_setIntegral_dualConfig_of_weightOne_of_minorSection_gaussian35 below · depth 24 - Dual torus pair with explicit constant 2π(-1)ᵇρ
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_blockQuadratic_colHarmonicTwo_gaussian3_of_profile37 below · depth 24 - Dual torus pair identity, discrete Levi branch
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_colHarmonic_gaussian3_of_discrete_profile25 below · depth 24 - Dual archimedean torus pair, weight-one Levi branch
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_colHarmonic_gaussian3_of_weightOne_profile25 below · depth 24 - Dual torus pair, even principal type, weight-zero Levi branch
LanglandsTunnell.RankinSelberg.exists_dualTorusPair_eq_archRootNumber_mul_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_colHarmonic_gaussian3_of_weightZero_profile36 below · depth 24 - Unfolded torus pair in Iwasawa coordinates, block-harmonic Gaussian section
LanglandsTunnell.RankinSelberg.exists_forall_unfoldedTorusPair_eq_setIntegral_iwasawa_tateM_of_blockHarmonic_colHarmonic_gaussian34 below · depth 24 - Iwasawa–Tate evaluation of an unfolded archimedean torus integral
LanglandsTunnell.RankinSelberg.exists_forall_unfoldedTorusPair_eq_setIntegral_iwasawa_tateM_of_conjBlockHarmonic_colHarmonic_gaussian34 below · depth 24 - Iwasawa and Tate–Mellin form of the minor-section torus pair
LanglandsTunnell.RankinSelberg.exists_forall_unfoldedTorusPair_eq_setIntegral_iwasawa_tateM_of_minorSection_gaussian34 below · depth 24 - Archimedean GL₃× GL₂ torus-pair identity: discrete series, flat section
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_discreteSeries_of_conjBlockHarmonic_colHarmonic_gaussian391 below · depth 24 - Unfolded torus pair equals 2π(-1)ᵇρ times Gamma factors
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_blockQuadratic_colHarmonicTwo_gaussian3_of_profile32 below · depth 24 - Unfolded torus pair equals (-1)ᵇ(π/2)ρ times Γ-product
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_colHarmonic_gaussian3_of_discrete_profile19 below · depth 24 - Explicit unfolded torus pair: (-1)ᵇ(π/2)ρ times the twisted Γ-product
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_colHarmonic_gaussian3_of_weightOne_profile18 below · depth 24 - Unfolded archimedean torus pair in the weight-zero Levi branch
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_eq_explicit_mul_gammaFactor_of_evenPrincipal_of_detPow_colHarmonic_gaussian3_of_weightZero_profile29 below · depth 24 - Weight-zero Whittaker datum on the Iwasawa matrix
LanglandsTunnell.Converse.ArchDatumR.W_diagOne_mul_iwasawa_eq_psi_mul_centralChar_mul_W_diagOne_of_weightZero1 below · depth 25 - Dual torus triple integral as six Γ_ℝ-factors
LanglandsTunnell.Converse.GammaR_mul_integral_dualTorusTriple_detPow_blockQuadratic_colHarmonicTwo_eq_mul_prod_GammaR_of_weightZeroProfile5 below · depth 25 - Γ-evaluation of the dual torus triple: discrete branch
LanglandsTunnell.Converse.GammaR_mul_integral_dualTorusTriple_detPow_colHarmonic_eq_mul_prod_GammaR_of_evenPrincipal_of_discreteProfile5 below · depth 25 - Γ-evaluation of the dual torus triple, even principal two-sheet profile
LanglandsTunnell.Converse.GammaR_mul_integral_dualTorusTriple_detPow_colHarmonic_eq_mul_prod_GammaR_of_evenPrincipal_of_twoSheetProfile4 below · depth 25 - Γ-evaluation of the dual torus triple, even weight-zero case
LanglandsTunnell.Converse.GammaR_mul_integral_dualTorusTriple_detPow_colHarmonic_eq_mul_prod_GammaR_of_evenPrincipal_of_weightZeroProfile5 below · depth 25 - Dual torus-pair identity for the block-quadratic section
LanglandsTunnell.Converse.dualTorusPair_iwasawa_eq_const_mul_integral_torusTriple_detPow_blockQuadratic_colHarmonic_of_re_gt5 below · depth 25 - Iwasawa-unfolded dual torus pair as a torus-triple integral
LanglandsTunnell.Converse.dualTorusPair_iwasawa_eq_const_mul_integral_torusTriple_detPow_colHarmonic_of_re_gt3 below · depth 25 - Fixed (a₁,a₂) fibre of the major dual torus pair
LanglandsTunnell.Converse.dualTorusPair_iwasawa_fibre_eq_const_mul_integral_torusQuadruple_blockHarmonic1 below · depth 25 - Fibrewise Iwasawa identity for the conjugate-block flat section
LanglandsTunnell.Converse.dualTorusPair_iwasawa_fibre_eq_const_mul_integral_torusQuadruple_conjBlock1 below · depth 25 - Fibre identity for the dual torus pair integral
LanglandsTunnell.Converse.dualTorusPair_iwasawa_fibre_eq_const_mul_integral_torusQuadruple_minor1 below · depth 25 - Integrability of dual quadruple and torus-triple quadratic integrands
LanglandsTunnell.Converse.exists_forall_integrable_dualQuadruple_and_torusTriple_detPow_blockQuadratic_colHarmonic_of_evenSheet0 below · depth 25 - Integrability of dual quadruple and torus-triple even-sheet integrands
LanglandsTunnell.Converse.exists_forall_integrable_dualQuadruple_and_torusTriple_detPow_colHarmonic_of_evenSheet0 below · depth 25 - Non-vanishing scalar in the weight-one torus profile identity
LanglandsTunnell.Converse.exists_ne_zero_and_W_diagOne_add_eq_mul_mulConvGaussian_of_weightOneLevi33 below · depth 25 - Non-vanishing scalar in the discrete-series Whittaker profile
LanglandsTunnell.Converse.exists_ne_zero_and_W_diagOne_eq_mul_exp_and_eq_zero_of_discreteLevi33 below · depth 25 - Non-vanishing scalar in the weight-zero torus profile
LanglandsTunnell.Converse.exists_ne_zero_and_W_diagOne_eq_mul_mulConvGaussian_of_weightZeroLevi17 below · depth 25 - Integrability of the quadratic-section dual Iwasawa integrand
LanglandsTunnell.Converse.integrable_dualConfig_iwasawaIntegrand_detPow_blockQuadratic_colHarmonicTwo0 below · depth 25 - Integrability of the dual Iwasawa integrand for the det^δ section
LanglandsTunnell.Converse.integrable_dualConfig_iwasawaIntegrand_detPow_colHarmonic0 below · depth 25 - Dual Godement integral in Iwasawa coordinates at weight zero
LanglandsTunnell.Converse.integral_dualConfig_detPow_blockQuadratic_colHarmonicTwo_eq_two_pi_mul_integral_iwasawa_of_weightZero4 below · depth 25 - Iwasawa form of the dual-configuration integral at weight k₀=n
LanglandsTunnell.Converse.integral_dualConfig_detPow_colHarmonic_eq_two_pi_mul_integral_iwasawa_of_archWeightChar4 below · depth 25 - Admissible twist with non-vanishing archimedean zeta, discrete branch
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_conjBlockHarmonic_pow_colHarmonic_gaussian3_of_discreteLevi39 below · depth 25 - Weight-one Levi branch: non-vanishing archimedean zeta of a Jacquet vector
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_conjBlockHarmonic_pow_colHarmonic_gaussian3_of_weightOneLevi38 below · depth 25 - Non-vanishing archimedean zeta integral, weight-zero Levi branch
LanglandsTunnell.CubicInduction.exists_isAdmissibleTwist_archZeta30_jacquetVector3_ne_zero_of_conjBlockHarmonic_pow_colHarmonic_gaussian3_of_weightZeroLevi54 below · depth 25 - Inner Godement integral of a column-harmonic Gaussian section
LanglandsTunnell.CubicInduction.godementInner3_eq_mul_exp_of_blockPoly_mul_colHarmonic_gaussian32 below · depth 25 - Godement inner integral of a column-linear Gaussian section
LanglandsTunnell.CubicInduction.godementInner3_eq_mul_exp_of_blockPoly_mul_colLinear_gaussian32 below · depth 25 - Tate–Mellin evaluation of a Godement inner integral
LanglandsTunnell.CubicInduction.integral_cpow_mul_godementInner3_mulShift_eq_mul_Gamma_of_blockPoly_mul_colHarmonic_gaussian32 below · depth 25 - Tate–Mellin evaluation of a linear-section Godement integral
LanglandsTunnell.CubicInduction.integral_cpow_mul_godementInner3_mulShift_eq_mul_Gamma_of_blockPoly_mul_colLinear_gaussian32 below · depth 25 - Dual-configuration Godement integral of a harmonic Gaussian section
LanglandsTunnell.CubicInduction.integral_dualConfig_eq_of_blockHarmonicOne_colHarmonic_gaussian32 below · depth 25 - Dual-configuration integral of a conjugate-block harmonic Gaussian
LanglandsTunnell.CubicInduction.integral_dualConfig_eq_of_conjBlockHarmonicOne_colHarmonic_gaussian32 below · depth 25 - Dual-configuration integral of the minor Gaussian section
LanglandsTunnell.CubicInduction.integral_dualConfig_eq_of_minorSection_gaussian32 below · depth 25 - Dual Jacquet vector at a Siegel upper-unit torus point
LanglandsTunnell.CubicInduction.jacquetVector3_longWeyl3_transposeInv3_iota_upperUnit_eq0 below · depth 25 - Torus unfolding of a GL₃ Jacquet vector at the identity
LanglandsTunnell.CubicInduction.jacquetVector3_one_eq_integral_of_detPow_blockQuadratic_colHarmonicTwo_gaussian3_of_weightZero7 below · depth 25 - Torus unfolding of the Jacquet vector at the identity
LanglandsTunnell.CubicInduction.jacquetVector3_one_eq_integral_of_detPow_colHarmonic_gaussian37 below · depth 25 - One-sided Whittaker profile for a discrete-series archimedean parameter
LanglandsTunnell.RankinSelberg.archWhittaker_profile_eq_zero_and_eq_two_mul_cpow_mul_exp_of_discrete2 below · depth 25 - Archimedean Whittaker value at a reflected dual torus point
LanglandsTunnell.RankinSelberg.archWhittaker_w0R_mul_transposeInv_upperUnit_eq_mul_archProfile0 below · depth 25 - Dual torus pair unfolded for a quadratic Schwartz section
LanglandsTunnell.RankinSelberg.dualTorusPair_eq_setIntegral_dualConfig_of_evenPrincipal_of_detPow_blockQuadratic_colHarmonicTwo_gaussian34 below · depth 25 - Dual unfolding of the even-type archimedean torus pair
LanglandsTunnell.RankinSelberg.dualTorusPair_eq_setIntegral_dualConfig_of_evenPrincipal_of_detPow_colHarmonic_gaussian35 below · depth 25 - Unfolded torus pair in Iwasawa coordinates with Tate–Mellin evaluation
LanglandsTunnell.RankinSelberg.exists_forall_unfoldedTorusPair_eq_setIntegral_iwasawa_tateM_of_colHarmonic_gaussian34 below · depth 25 - Iwasawa form of the unfolded torus pair, quadratic-block Gaussian datum
LanglandsTunnell.RankinSelberg.exists_forall_unfoldedTorusPair_eq_setIntegral_iwasawa_tateM_of_detPow_blockQuadratic_colHarmonic_gaussian34 below · depth 25 - Primal and dual torus integrals, discrete Levi branch with one complex place
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_discreteSeries_of_conjBlockHarmonic_colHarmonic_gaussian3_of_oneComplex_discreteLevi71 below · depth 25 - Torus-pair unfolding equals twisted Γ-factors: one complex place, k_ℂ=0
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_discreteSeries_of_conjBlockHarmonic_colHarmonic_gaussian3_of_oneComplex_weightOneLevi74 below · depth 25 - Primal and dual torus pairs: three real places, opposite signs
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_discreteSeries_of_conjBlockHarmonic_colHarmonic_gaussian3_of_threeReal_oppSign74 below · depth 25 - Torus pairs for three real places with equal Levi signs
LanglandsTunnell.RankinSelberg.exists_unfoldedTorusPair_and_dualTorusPair_eq_gammaFactor_of_discreteSeries_of_conjBlockHarmonic_colHarmonic_gaussian3_of_threeReal_sameSign58 below · depth 25 - Fibrewise quadratic identity for the dual torus pair
LanglandsTunnell.Converse.dualTorusPair_iwasawa_fibre_eq_const_mul_integral_torusQuadruple_detPow_blockQuadratic_colHarmonic3 below · depth 26 - Iwasawa fibre of a dual torus pair as quadruple integral
LanglandsTunnell.Converse.dualTorusPair_iwasawa_fibre_eq_const_mul_integral_torusQuadruple_detPow_colHarmonic1 below · depth 26 - Second Gaussian moment against the additive character
LanglandsTunnell.Converse.integral_ofReal_sq_mul_exp_neg_pi_mul_sq_div_sq_mul_psi1 below · depth 26 - Explicit Hermite sum for a degree-m archimedean GL₃ zeta integral
LanglandsTunnell.CubicInduction.exists_archZeta30_jacquetVector3_eq_mul_sum_GammaR_mul_mellin_of_conjBlockHarmonic_pow_colHarmonic_gaussian3_of_weightZeroLevi16 below · depth 26
… and 19 more statements (search for the module name to find them).