Definitions/Def_LanglandsTunnell_CubicInduction_SlabL2Cusp.lean
Cuspidal subspace and smoothing kernels on the slab
Fix a character \omega\colon \mathbb{A}_{\mathbb{Q}}^{\times}\to\mathbb{C}^{\times}, reals a,b and a subset \Phi_0\subseteq \mathrm{GL}_3(\mathbb{A}_{\mathbb{Q}}); the group carries the Borel \sigma-algebra of its topology, the one on which the adelic Haar measure NumberField.AdelicHaar.adelicGLHaar is taken. Recall that automorphicSubmodule ω a b Φ₀ consists of the functions f on \mathrm{GL}_3(\mathbb{A}_{\mathbb{Q}}) that are left invariant under the global points \mathrm{GL}_3(\mathbb{Q}), satisfy f(zg)=\omega(z)f(g) for central adelic scalars z, and are L^2 for the measure obtained by restricting Haar measure to the slab \{\,\lVert\det g\rVert\in[a,b]\,\} and then to \Phi_0. Here cuspFunctions ω a b Φ₀ cuts out of this space those f that are in addition continuous and satisfy IsCuspidalAlongP21 and IsCuspidalAlongP12 for the pins productionPinsOf ℚ ∅ (fun _ => ⊥) (fun _ => 1) (AdelicBox.adelicBox ℚ), i.e. for every g the double integrals of f over the two unipotent radicals, the matrices \left(\begin{smallmatrix}1&0&x\\0&1&y\\0&0&1\end{smallmatrix}\right) and \left(\begin{smallmatrix}1&x&y\\0&1&0\\0&0&1\end{smallmatrix}\right) against the measure \nu of those pins, vanish. The same condition read on the subtype gives cuspMembers, and cuspidalSubspace is the topological closure in L^2 of the complex span of the image of cuspMembers under toL2; it is closed, and the class of each cusp function lies in it.
The remaining definitions prepare a smoothing operation. realCoordinate is the ring homomorphism \mathbb{A}_{\mathbb{Q},\infty}\to\mathbb{R} given by evaluation at the real place followed by the identification of that completion with \mathbb{R}, and archEntries g is the real 3\times 3 array of real coordinates of the archimedean components of the entries of g. A function \alpha on real 3\times 3 arrays is a smooth archimedean factor when it is C^{\infty}, has compact support, and its support is contained in the set of arrays of nonzero determinant. IsSmoothingKernel φ asserts the existence of such an \alpha and of subgroups K'_p\le \mathrm{GL}_3(\mathbb{Q}_p), each open and compact, equal to localMaximalCompact3 for all but finitely many p, with \varphi(g)=\alpha(\mathrm{archEntries}\,g) times the indicator of \{x : \forall p,\ x_p\in K'_p\}. Finally translateRight h f is g\mapsto f(gh), with the expected unit and composition laws, and smoothingOperator φ f is x\mapsto\int \varphi(g)f(xg)\,dg against the adelic Haar measure, a total definition (the Bochner integral is 0 where the integrand fails to be integrable).
Relation to Mathlib
The measure-theoretic and analytic ingredients (L^p spaces, Submodule.topologicalClosure, ContDiff, HasCompactSupport, Haar measure) are Mathlib's; adelic automorphic functions, cuspidality along the maximal parabolics of \mathrm{GL}_3, and smoothing kernels on \mathrm{GL}_3(\mathbb{A}_{\mathbb{Q}}) have no Mathlib counterpart and are the project's own.
Where it is used
These objects belong to the \mathrm{GL}_3 analytic framework used for the Langlands–Tunnell input to modularity: the cuspidal L^2 subspace and convolution by smoothing kernels are the setting in which an automorphic form on \mathrm{GL}_3(\mathbb{A}_{\mathbb{Q}}) attached to a character of a cubic extension is produced and studied, which in turn yields modularity of the mod 3 representation attached to a Frey curve.
References
- R. P. Langlands, Base Change for GL(2), Annals of Mathematics Studies 96, Princeton University Press, 1980
- H. Jacquet, I. I. Piatetski-Shapiro and J. Shalika, Automorphic forms on GL(3), I and II, Annals of Mathematics 109 (1979), 169–212 and 213–258
- J. Tunnell, Artin's conjecture for representations of octahedral type, Bulletin of the American Mathematical Society (N.S.) 5 (1981), 173–175
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 107 lines
- 20 declarations
- used in the statements of 53 theorems and imported by 58 proofs
- imports 2 definition modules
Source file: Definitions/Def_LanglandsTunnell_CubicInduction_SlabL2Cusp.lean
Declarations
- def
LanglandsTunnell.CubicInduction.SlabL2.cuspFunctions - theorem
LanglandsTunnell.CubicInduction.SlabL2.mem_cuspFunctions_iff - theorem
LanglandsTunnell.CubicInduction.SlabL2.automorphicSubmodule_of_mem_cuspFunctions - def
LanglandsTunnell.CubicInduction.SlabL2.cuspMembers - theorem
LanglandsTunnell.CubicInduction.SlabL2.mem_cuspMembers_iff - def
LanglandsTunnell.CubicInduction.SlabL2.cuspidalSubspace - theorem
LanglandsTunnell.CubicInduction.SlabL2.cuspidalSubspace_def - theorem
LanglandsTunnell.CubicInduction.SlabL2.isClosed_cuspidalSubspace - theorem
LanglandsTunnell.CubicInduction.SlabL2.toL2_mem_cuspidalSubspace - theorem
LanglandsTunnell.CubicInduction.SlabL2.toL2_mem_cuspidalSubspace_of_mem_cuspFunctions - def
LanglandsTunnell.CubicInduction.SlabL2.realCoordinate - def
LanglandsTunnell.CubicInduction.SlabL2.archEntries - def
LanglandsTunnell.CubicInduction.SlabL2.IsSmoothArchFactor - def
LanglandsTunnell.CubicInduction.SlabL2.IsSmoothingKernel - def
LanglandsTunnell.CubicInduction.SlabL2.translateRight - theorem
LanglandsTunnell.CubicInduction.SlabL2.translateRight_apply - theorem
LanglandsTunnell.CubicInduction.SlabL2.translateRight_one - theorem
LanglandsTunnell.CubicInduction.SlabL2.translateRight_mul - def
LanglandsTunnell.CubicInduction.SlabL2.smoothingOperator - theorem
LanglandsTunnell.CubicInduction.SlabL2.smoothingOperator_apply
Source
import Definitions.Def_LanglandsTunnell_CubicInduction_SlabL2 import Definitions.Def_LanglandsTunnell_CubicInduction_Structure import Mathlib.Analysis.Calculus.ContDiff.Defs ↗ set_option autoImplicit false noncomputable section open NumberField MeasureTheory AutomorphicForm IsDedekindDomain open scoped ENNReal namespace LanglandsTunnell.CubicInduction.SlabL2 attribute [local instance] NumberField.AdelicHaar.glBorel def cuspFunctions (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) : Set (AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) := {F | F ∈ automorphicSubmodule ω a b Φ₀ ∧ Continuous F ∧ IsCuspidalAlongP21 (productionPinsOf ℚ ∅ (fun _ => ⊥) (fun _ => 1) (AdelicBox.adelicBox ℚ)) F ∧ IsCuspidalAlongP12 (productionPinsOf ℚ ∅ (fun _ => ⊥) (fun _ => 1) (AdelicBox.adelicBox ℚ)) F} theorem mem_cuspFunctions_iff (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) (F : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) : F ∈ cuspFunctions ω a b Φ₀ ↔ F ∈ automorphicSubmodule ω a b Φ₀ ∧ Continuous F ∧ IsCuspidalAlongP21 (productionPinsOf ℚ ∅ (fun _ => ⊥) (fun _ => 1) (AdelicBox.adelicBox ℚ)) F ∧ IsCuspidalAlongP12 (productionPinsOf ℚ ∅ (fun _ => ⊥) (fun _ => 1) (AdelicBox.adelicBox ℚ)) F := Iff.rfl theorem automorphicSubmodule_of_mem_cuspFunctions (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) {F : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ} (hF : F ∈ cuspFunctions ω a b Φ₀) : F ∈ automorphicSubmodule ω a b Φ₀ := hF.1 def cuspMembers (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) : Set ↥(automorphicSubmodule ω a b Φ₀) := {f | (f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) ∈ cuspFunctions ω a b Φ₀} theorem mem_cuspMembers_iff (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) (f : ↥(automorphicSubmodule ω a b Φ₀)) : f ∈ cuspMembers ω a b Φ₀ ↔ (f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) ∈ cuspFunctions ω a b Φ₀ := Iff.rfl def cuspidalSubspace (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) : Submodule ℂ (Carrier a b Φ₀) := (Submodule.span ℂ (toL2 ω a b Φ₀ '' cuspMembers ω a b Φ₀)).topologicalClosure theorem cuspidalSubspace_def (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) : cuspidalSubspace ω a b Φ₀ = (Submodule.span ℂ (toL2 ω a b Φ₀ '' cuspMembers ω a b Φ₀)).topologicalClosure := rfl theorem isClosed_cuspidalSubspace (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) : IsClosed (cuspidalSubspace ω a b Φ₀ : Set (Carrier a b Φ₀)) := Submodule.isClosed_topologicalClosure _ theorem toL2_mem_cuspidalSubspace (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) {f : ↥(automorphicSubmodule ω a b Φ₀)} (hf : f ∈ cuspMembers ω a b Φ₀) : toL2 ω a b Φ₀ f ∈ cuspidalSubspace ω a b Φ₀ := Submodule.le_topologicalClosure _ (Submodule.subset_span ⟨f, hf, rfl⟩) theorem toL2_mem_cuspidalSubspace_of_mem_cuspFunctions (ω : (AdeleRing (𝓞 ℚ) ℚ)ˣ →* ℂˣ) (a b : ℝ) (Φ₀ : Set (AdelicGL 3 (𝓞 ℚ) ℚ)) {F : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ} (hF : F ∈ cuspFunctions ω a b Φ₀) : toL2 ω a b Φ₀ ⟨F, hF.1⟩ ∈ cuspidalSubspace ω a b Φ₀ := toL2_mem_cuspidalSubspace ω a b Φ₀ (f := ⟨F, hF.1⟩) hF def realCoordinate : InfiniteAdeleRing ℚ →+* ℝ := (InfinitePlace.Completion.ringEquivRealOfIsReal Rat.isReal_infinitePlace).toRingHom.comp (Pi.evalRingHom (fun v : InfinitePlace ℚ => v.Completion) Rat.infinitePlace) def archEntries (g : AdelicGL 3 (𝓞 ℚ) ℚ) : Fin 3 → Fin 3 → ℝ := fun i j => realCoordinate ((g : Matrix (Fin 3) (Fin 3) (AdeleRing (𝓞 ℚ) ℚ)) i j).1 def IsSmoothArchFactor (α : (Fin 3 → Fin 3 → ℝ) → ℂ) : Prop := ContDiff ℝ (⊤ : ℕ∞) α ∧ HasCompactSupport α ∧ tsupport α ⊆ {m | (Matrix.of m).det ≠ 0} def IsSmoothingKernel (φ : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) : Prop := ∃ (α : (Fin 3 → Fin 3 → ℝ) → ℂ) (K' : (p : HeightOneSpectrum (𝓞 ℚ)) → Subgroup (GL (Fin 3) (p.adicCompletion ℚ))), IsSmoothArchFactor α ∧ (∀ p, IsOpen (K' p : Set (GL (Fin 3) (p.adicCompletion ℚ))) ∧ IsCompact (K' p : Set (GL (Fin 3) (p.adicCompletion ℚ)))) ∧ (∀ᶠ p in Filter.cofinite, K' p = localMaximalCompact3 (𝓞 ℚ) ℚ p) ∧ ∀ g : AdelicGL 3 (𝓞 ℚ) ℚ, φ g = α (archEntries g) * Set.indicator {x : AdelicGL 3 (𝓞 ℚ) ℚ | ∀ p, componentAt3 (𝓞 ℚ) ℚ p x ∈ K' p} (fun _ => (1 : ℂ)) g def translateRight (h : AdelicGL 3 (𝓞 ℚ) ℚ) (f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ := fun x => f (x * h) theorem translateRight_apply (h : AdelicGL 3 (𝓞 ℚ) ℚ) (f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) (x : AdelicGL 3 (𝓞 ℚ) ℚ) : translateRight h f x = f (x * h) := rfl theorem translateRight_one (f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) : translateRight 1 f = f := by funext x; simp [translateRight] theorem translateRight_mul (h h' : AdelicGL 3 (𝓞 ℚ) ℚ) (f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) : translateRight (h * h') f = translateRight h (translateRight h' f) := by funext x; simp [translateRight, mul_assoc] def smoothingOperator (φ f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ := fun x => ∫ g, φ g * f (x * g) ∂(NumberField.AdelicHaar.adelicGLHaar (Fin 3) (𝓞 ℚ) ℚ) theorem smoothingOperator_apply (φ f : AdelicGL 3 (𝓞 ℚ) ℚ → ℂ) (x : AdelicGL 3 (𝓞 ℚ) ℚ) : smoothingOperator φ f x = ∫ g, φ g * f (x * g) ∂(NumberField.AdelicHaar.adelicGLHaar (Fin 3) (𝓞 ℚ) ℚ) := rfl end LanglandsTunnell.CubicInduction.SlabL2 end
Statements phrased using this module (53)
- Non-orthogonality of GL₃ cusp forms with equal Hecke eigenvalues
LanglandsTunnell.CubicInduction.exists_inner_toL2_translateRight_ne_zero_of_isCosetEigenfunction331 below · depth 23 - Compact smoothing operator on the GL₃ cuspidal subspace
LanglandsTunnell.CubicInduction.exists_isCompactOperator_cuspidalSubspace_smoothingOperator15 below · depth 23 - Uniform rapid decay of smoothed cuspidal L² classes on GL₃
LanglandsTunnell.CubicInduction.exists_mem_cuspFunctions_toL2_eq_and_norm_le_of_mem_cuspidalSubspace14 below · depth 23 - Right translates of slab cuspidal functions: isometry and continuity
LanglandsTunnell.CubicInduction.exists_translateRight_mem_cuspFunctions_norm_toL2_eq_and_continuous19 below · depth 23 - Smoothing and translation preserve level and Hecke eigenvalues at p
LanglandsTunnell.CubicInduction.isRightInvariant_and_isCosetEigenfunction_translateRight_smoothingOperator1 below · depth 23 - Smoothing a cuspidal GL₃ function yields a slab cusp function
LanglandsTunnell.CubicInduction.smoothingOperator_mem_cuspFunctions_of_isCuspidalAlong10 below · depth 23 - Three Casimir scalars on an irreducible cuspidal subspace
LanglandsTunnell.CubicInduction.SlabL2.exists_casimir_eq_smul_of_irreducible_cuspidal43 below · depth 24 - Existence of a minimal cusp-generated stable subspace for GL₃
LanglandsTunnell.CubicInduction.SlabL2.exists_le_minimal_of_stable_translateRight_smoothingOperator34 below · depth 24 - Closed translation- and smoothing-stable hull of a cusp form
LanglandsTunnell.CubicInduction.SlabL2.exists_submodule_toL2_mem_and_forall_inner_toL2_translateRight_eq_zero21 below · depth 24 - Hecke-matched GL₃ cusp forms non-orthogonal after right translation
LanglandsTunnell.CubicInduction.exists_inner_toL2_translateRight_ne_zero_of_isCosetEigenfunction_of_isCentreFinite311 below · depth 24 - Hecke-eigen cusp function inside an invariant L² subspace
LanglandsTunnell.CubicInduction.exists_mem_cuspFunctions_toL2_mem_and_isCosetEigenfunction_of_forall_inner_eq_zero30 below · depth 24 - Casimir eigenvalue equations descend from all smoothings to F
LanglandsTunnell.CubicInduction.SlabL2.casimir_eq_smul_of_forall_isSmoothingKernel_casimir_smoothingOperator_eq_smul5 below · depth 25 - Casimir eigenvalues pass to smoothings of cusp functions in a closed span
LanglandsTunnell.CubicInduction.SlabL2.casimir_smoothingOperator_eq_smul_of_toL2_mem_topologicalClosure_span_casimir_eq_smul27 below · depth 25 - Irreducible cuspidal piece generated by smooth Casimir eigenvectors
LanglandsTunnell.CubicInduction.SlabL2.eq_topologicalClosure_span_casimir_eq_smul_of_irreducible_cuspidal29 below · depth 25 - A joint Casimir eigenfunction in a smoothing-stable cuspidal subspace
LanglandsTunnell.CubicInduction.SlabL2.exists_casimir_eq_smul_smooth_cuspFunction_of_ne_bot_of_stable_smoothingOperator35 below · depth 25 - Adjoint of a smoothing operator on cuspidal L²(GL₃)
LanglandsTunnell.CubicInduction.SlabL2.isSmoothingKernel_star_inv_and_inner_toL2_smoothingOperator_eq25 below · depth 25 - Non-orthogonal right translates of two cuspidal GL₃ forms
LanglandsTunnell.CubicInduction.exists_inner_toL2_translateRight_ne_zero_of_forall_whittakerBlock_one_mul_eq60 below · depth 25 - Unfolding a GL₃ Epstein integral to the Whittaker quotient
LanglandsTunnell.CubicInduction.exists_pos_lt_top_lintegral_slab_eq_mul_pow_three_mul_lintegral_quotientMeasure29 below · depth 25 - Archimedean derivative of a smoothing operator along Eᵢⱼ
LanglandsTunnell.CubicInduction.SlabL2.archDeriv_smoothingOperator1 below · depth 26 - Casimir operators commute with smoothing on GL₃(A_ℚ)
LanglandsTunnell.CubicInduction.SlabL2.casimir_smoothingOperator2 below · depth 26 - Continuous maps on the cuspidal subspace determined by cusp classes
LanglandsTunnell.CubicInduction.SlabL2.continuousLinearMap_eq_of_forall_toL2_eq0 below · depth 26 - Continuity and archimedean smoothness of the smoothing operator
LanglandsTunnell.CubicInduction.SlabL2.continuous_and_isArchSmooth3_smoothingOperator2 below · depth 26 - Casimir operators commute with right translation
LanglandsTunnell.CubicInduction.WhittakerBlock.casimir_translateRight0 below · depth 26 - Vanishing of a Whittaker product on GL₃ over ℚ
LanglandsTunnell.CubicInduction.conj_whittaker3_mul_whittaker3_eq_zero_of_forall_integral_conj_mul_eq_zero58 below · depth 26 - Unfolding an adelic Epstein integral along the rational mirabolic subgroup
LanglandsTunnell.CubicInduction.exists_isFundamentalDomain_mirabolic_and_lintegral_domainMeasure_eq_mul_lintegral13 below · depth 26 - Fibration of the GL₃ Whittaker block over bottom rows
LanglandsTunnell.CubicInduction.exists_whittakerBlock_one_eq_lintegral_and_eq_smul_map_withDensity_haar7 below · depth 26 - Closed R₀-stable subspaces absorb all right translates of cusp functions
LanglandsTunnell.CubicInduction.toL2_translateRight_mem_of_mem_of_isClosed20 below · depth 26 - Uniform simple-pole bound for the adelic Epstein pairing on a slab
LanglandsTunnell.CubicInduction.AdelicEpstein.exists_forall_sub_one_mul_lintegral_nnnorm_sq_mul_epsteinPlus_le_of_decay9 below · depth 30 - Bounded test function on A_ℚ³ positive on a third-row window
LanglandsTunnell.CubicInduction.exists_measurable_bounded_compactArch_integral_pos_on_thirdRow_window1 below · depth 30 - Cuspidal moderate-growth functions on GL₃ are slab cusp functions
LanglandsTunnell.CubicInduction.mem_cuspFunctions_of_isCuspidalAlong_of_archDeriv_growth109 below · depth 30 - Rapid decay on Siegel sets for GL₃ cusp forms
LanglandsTunnell.CubicInduction.norm_mul_gauge3_pow_le_of_siegel_of_isCuspidalAlong_of_archDeriv_growth107 below · depth 30 - Whittaker expansions on GL₃ persist under right smoothing
LanglandsTunnell.CubicInduction.SlabL2.exists_expansion_whittaker3_smoothingOperator99 below · depth 31 - Left O(3)-finite smoothing kernels concentrating at the identity
LanglandsTunnell.CubicInduction.SlabL2.exists_isSmoothingKernel_leftOrthFinite_setIntegral_compl_le99 below · depth 31 - Mass-concentration approximate identity for right smoothing on GL₃(A_ℚ)
LanglandsTunnell.CubicInduction.SlabL2.exists_nhds_one_forall_norm_smoothingOperator_sub_le_of_setIntegral_compl_le0 below · depth 31 - Unipotent displacement on a Siegel set in GL₃(A_ℚ)
LanglandsTunnell.CubicInduction.exists_forall_norm_sub_radical_mul_le_div_archRoot_of_archDeriv_le_of_siegel12 below · depth 31 - Uniform gauge bound on a Siegel set determinant slab
LanglandsTunnell.CubicInduction.exists_gauge3_le_mul_archRoot_mul_archRoot_sq_of_siegel_of_ideleNorm_det_mem_Icc10 below · depth 31 - Derivative words inherit automorphy, cuspidality and a common level
LanglandsTunnell.CubicInduction.exists_level_forall_foldr_archDeriv_invariant_cuspidal_archSmooth100 below · depth 31 - Gauge bounds: right compact translation and smoothing on GL₃(A_ℚ)
LanglandsTunnell.CubicInduction.gauge3_mul_le_of_isCompact_and_norm_smoothingOperator_le_gauge3_pow1 below · depth 31 - Oscillation bound for cuspidal functions on GL₃(A_ℚ)
LanglandsTunnell.CubicInduction.norm_le_of_isCuspidalAlong_of_arch_oscillation_le10 below · depth 31 - Regularity package for derivative words of centre-finite translates
LanglandsTunnell.CubicInduction.seed_package_of_mem_span_archDeriv_translate9 below · depth 31 - Monic Casimir relations on the GL₃ smoothing module
LanglandsTunnell.CubicInduction.smoothingModule_casimir_relations111 below · depth 31 - Smoothing module on GL₃: leading-coefficient functional and its properties
LanglandsTunnell.CubicInduction.smoothingModule_expansion_leadingCoeff118 below · depth 31 - Orthogonal finiteness and derivative stability of the smoothing module
LanglandsTunnell.CubicInduction.smoothingModule_orthFinite_and_archDeriv_mem117 below · depth 31 - Regularity and gauge growth in the GL₃ smoothing module
LanglandsTunnell.CubicInduction.smoothingModule_regularity_and_growth116 below · depth 31 - The slab form on the GL₃ smoothing module
LanglandsTunnell.CubicInduction.smoothingModule_slabForm139 below · depth 31 - Smoothing kernels on GL₃(A_ℚ) are continuous with compact support
LanglandsTunnell.CubicInduction.SlabL2.continuous_and_hasCompactSupport_of_isSmoothingKernel99 below · depth 32 - Archimedean derivatives of smoothed coefficients on GL₃(A_ℚ)
LanglandsTunnell.CubicInduction.SlabL2.hasDerivAt_integral_mul_comp_archRealLift3_smoothingKernel5 below · depth 32 - Skew-adjointness of archimedean derivatives on the slab
LanglandsTunnell.CubicInduction.SlabL2.integral_archDeriv_smoothingOperator_mul_conj_eq_neg122 below · depth 32 - Left orthogonal finiteness passes to archimedean derivative kernels
LanglandsTunnell.CubicInduction.SlabL2.leftOrthFinite_archDerivKernel99 below · depth 32 - Existence of a congruence level for a smooth adelic function
LanglandsTunnell.CubicInduction.exists_level_forall_mul_finEmbedN_eq_of_isRightInvariant_of_isOpen99 below · depth 32 - Leibniz rule for the slab pairing along an archimedean direction
LanglandsTunnell.CubicInduction.SlabL2.hasDerivAt_integral_smoothingOperator_comp_archRealLift3_mul_conj118 below · depth 33 - Right archimedean translation preserves the slab L² pairing
LanglandsTunnell.CubicInduction.SlabL2.integral_smoothingOperator_comp_archRealLift3_mul_conj_eq24 below · depth 33 - Smoothed GL₃ cusp forms are bounded on determinant slabs
LanglandsTunnell.CubicInduction.SlabL2.exists_forall_norm_smoothingOperator_le_of_ideleNorm_det_mem_Icc114 below · depth 34