Definitions/Def_LanglandsTunnell_CubicInduction_Growth.lean
Adelic gauge on and moderate growth
Throughout, F is a number field and AdelicGL 3 (π F) F denotes GL_3 of the adele ring of F. For an infinite place w, archPlaceComponent3 is the group homomorphism from GL_3(\mathbb{A}_F) to GL_3(F_w) obtained by projecting entrywise to the infinite adeles and then evaluating at w. Two entrywise sizes are introduced for a matrix k \in GL_3(L) over a normed field L: matrixSize is the real number \sum_{i,j}(\lVert k_{ij}\rVert + \lVert (k^{-1})_{ij}\rVert), an \ell^1-type size of k together with its inverse rather than an operator norm, and matrixSupSize is the corresponding supremum \sup_{i,j}\max(\lVert k_{ij}\rVert_+,\lVert (k^{-1})_{ij}\rVert_+) taken in \mathbb{R}_{\ge 0}. From these, archGauge3 g = 1 + \sum_{w \mid \infty} matrixSize of the component of g at w, and finGauge3 g is the (Mathlib-style) unrestricted product over the height-one spectrum of \mathcal{O}_F of the numbers matrixSupSize of the component of g at v, so that it is the product over the finitely many v where that factor differs from 1 when the multiplicative support is finite. The gauge itself is gauge3 g = \max(1, archGauge3 g \cdot finGauge3 g); it satisfies 1 \le gauge3 F\,g and hence is strictly positive, and archGauge3 is likewise bounded below by 1 since matrixSize is nonnegative.
The growth condition IsModerateGrowth3 for a function \Phi : GL_3(\mathbb{A}_F) \to \mathbb{C} is the project's IsSlowlyIncreasingOn for the set of all group elements with height function gauge3 F: there are a constant C and an exponent N \in \mathbb{N} with \lVert \Phi(g)\rVert \le C \cdot (gauge3 F\,g)^N for every g. Two immediate consequences are recorded: the zero function has moderate growth, and any globally bounded \Phi has moderate growth (take N = 0).
Relation to Mathlib
Mathlib supplies the adele ring, the adic completions, completions at infinite places and Matrix.GeneralLinearGroup; the gauge functions and the moderate-growth predicate are the project's own, the latter phrased through the project's predicate AutomorphicForm.IsSlowlyIncreasingOn.
Where it is used
These definitions set up the analytic side of the carrier for automorphic forms on GL_3 over a number field, used in the cubic-induction treatment of the LanglandsβTunnell theorem: moderate growth with respect to gauge3 is the growth axiom imposed on such forms.
References
- H. Darmon, F. Diamond and R. Taylor, Fermat's Last Theorem, in: Current Developments in Mathematics 1995, International Press, 1995, 1β154
- R. P. Langlands, Base Change for GL(2), Annals of Mathematics Studies 96, Princeton University Press, 1980
- 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.
- 75 lines
- 13 declarations
- used in the statements of 7 theorems and imported by 23 proofs
- imports 2 definition modules
Source file: Definitions/Def_LanglandsTunnell_CubicInduction_Growth.lean
Declarations
- def
LanglandsTunnell.CubicInduction.archPlaceComponent3 - def
LanglandsTunnell.CubicInduction.matrixSize - theorem
LanglandsTunnell.CubicInduction.matrixSize_nonneg - def
LanglandsTunnell.CubicInduction.matrixSupSize - def
LanglandsTunnell.CubicInduction.archGauge3 - def
LanglandsTunnell.CubicInduction.finGauge3 - def
LanglandsTunnell.CubicInduction.gauge3 - theorem
LanglandsTunnell.CubicInduction.one_le_gauge3 - theorem
LanglandsTunnell.CubicInduction.gauge3_pos - theorem
LanglandsTunnell.CubicInduction.one_le_archGauge3 - def
LanglandsTunnell.CubicInduction.IsModerateGrowth3 - theorem
LanglandsTunnell.CubicInduction.isModerateGrowth3_zero - theorem
LanglandsTunnell.CubicInduction.isModerateGrowth3_of_bounded
Source
import Definitions.Def_LanglandsTunnell_CubicInduction_Carrier import Definitions.Def_AutomorphicForm_TruncationOperator set_option autoImplicit false open IsDedekindDomain NumberField Matrix noncomputable section namespace LanglandsTunnell.CubicInduction section Gauge variable (F : Type) [Field F] [NumberField F] def archPlaceComponent3 (w : InfinitePlace F) : AdelicGL 3 (π F) F β* GL (Fin 3) w.Completion := (Matrix.GeneralLinearGroup.map (AdelicLevel.archEval F w)).comp (archComponent3 (π F) F) variable {F} def matrixSize {L : Type*} [NormedField L] (k : GL (Fin 3) L) : β := β i : Fin 3, β j : Fin 3, (β(k : Matrix (Fin 3) (Fin 3) L) i jβ + β((kβ»ΒΉ : GL (Fin 3) L) : Matrix (Fin 3) (Fin 3) L) i jβ) theorem matrixSize_nonneg {L : Type*} [NormedField L] (k : GL (Fin 3) L) : 0 β€ matrixSize k := Finset.sum_nonneg fun _ _ => Finset.sum_nonneg fun _ _ => add_nonneg (norm_nonneg _) (norm_nonneg _) def matrixSupSize {L : Type*} [NormedField L] (k : GL (Fin 3) L) : NNReal := Finset.univ.sup fun ij : Fin 3 Γ Fin 3 => max β(k : Matrix (Fin 3) (Fin 3) L) ij.1 ij.2ββ β((kβ»ΒΉ : GL (Fin 3) L) : Matrix (Fin 3) (Fin 3) L) ij.1 ij.2ββ variable (F) def archGauge3 (g : AdelicGL 3 (π F) F) : β := 1 + β w : InfinitePlace F, matrixSize (archPlaceComponent3 F w g) def finGauge3 (g : AdelicGL 3 (π F) F) : β := βαΆ v : HeightOneSpectrum (π F), ((matrixSupSize (componentAt3 (π F) F v g) : NNReal) : β) def gauge3 (g : AdelicGL 3 (π F) F) : β := max 1 (archGauge3 F g * finGauge3 F g) theorem one_le_gauge3 (g : AdelicGL 3 (π F) F) : 1 β€ gauge3 F g := le_max_left _ _ theorem gauge3_pos (g : AdelicGL 3 (π F) F) : 0 < gauge3 F g := lt_of_lt_of_le zero_lt_one (one_le_gauge3 F g) theorem one_le_archGauge3 (g : AdelicGL 3 (π F) F) : 1 β€ archGauge3 F g := by unfold archGauge3 have h : 0 β€ β w : InfinitePlace F, matrixSize (archPlaceComponent3 F w g) := Finset.sum_nonneg fun w _ => matrixSize_nonneg _ linarith end Gauge section Growth variable (F : Type) [Field F] [NumberField F] def IsModerateGrowth3 (Ξ¦ : AdelicGL 3 (π F) F β β) : Prop := AutomorphicForm.IsSlowlyIncreasingOn Set.univ (gauge3 F) Ξ¦ theorem isModerateGrowth3_zero : IsModerateGrowth3 F (fun _ => (0 : β)) := AutomorphicForm.isSlowlyIncreasingOn_of_bounded (C := 0) fun _ _ => by simp theorem isModerateGrowth3_of_bounded {Ξ¦ : AdelicGL 3 (π F) F β β} {C : β} (hC : β g, βΞ¦ gβ β€ C) : IsModerateGrowth3 F Ξ¦ := AutomorphicForm.isSlowlyIncreasingOn_of_bounded fun g _ => hC g end Growth end LanglandsTunnell.CubicInduction
Statements phrased using this module (7)
- Pole of the GLβ Epstein integral against |Ο|Β²
LanglandsTunnell.CubicInduction.AdelicEpstein.integrable_and_tendsto_sub_one_mul_integral_epstein_of_pureTensor16 below Β· depth 25 - Simple pole at Ο=1 of the adelic Epstein integral on GLβ
LanglandsTunnell.CubicInduction.AdelicEpstein.exists_forall_epstein_eq_div_sub_one_add_of_pureTensor13 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 - Borel measurability of the gauge on GLβ(A_β)
LanglandsTunnell.CubicInduction.measurable_gauge30 below Β· depth 30 - Gauge bound for the adelic Epstein integral on GLβ
LanglandsTunnell.CubicInduction.AdelicEpstein.epsteinPlus_le_mul_gauge3_rpow_div_sub_one2 below Β· depth 31 - Gauge lower bound for adelically moved rational vectors
LanglandsTunnell.CubicInduction.exists_inv_mul_gauge3_le_norm_vecMul_of_forall_mem_adicCompletionIntegers0 below Β· depth 32