The Selberg generating set $A_{\operatorname{sel}} \subset \mathrm{SL}_2(\mathbb{F}_p)$, consisting of the four unipotent matrices $\begin{pmatrix} 1 & \pm 1 \\ 0 & 1 \end{pmatrix}$ and $\begin{pmatrix} 1 & 0 \\ \pm 1 & 1 \end{pmatrix}$.
Instances For
theorem
selberg_spectral_gap :
∃ (c : ℝ),
0 < c ∧ ∀ (p : ℕ) [inst : Fact (Nat.Prime p)] (f : SelbergSpectralGap.SL2p p → ℝ),
SelbergSpectralGap.HasMeanZero f →
SelbergSpectralGap.l2Norm (SelbergSpectralGap.averagingOperator (SelbergSpectralGap.selbergGeneratingSet p) f) ≤ (1 - c) * SelbergSpectralGap.l2Norm f
Selberg's spectral gap theorem. There exists a universal constant $c > 0$ such that for every prime $p$, the averaging operator $T_A$ associated to the Selberg generating set $A = \left\{\begin{pmatrix} 1 & \pm 1 \\ 0 & 1 \end{pmatrix}, \begin{pmatrix} 1 & 0 \\ \pm 1 & 1 \end{pmatrix}\right\}$ on $\mathrm{SL}_2(\mathbb{F}_p)$ satisfies $\sigma_1(T_A) \le 1 - c$; equivalently, $\|T_A f\|_{\ell^2} \le (1-c)\|f\|_{\ell^2}$ for every mean-zero $f$.