Degree Formulas for GL_n Hecke Ring #
Degree formulas for the diagonal Hecke operators T(a₁,...,aₙ), including Gaussian binomial
coefficients for the prime-power case.
Main definitions #
gaussianBinom q n k: the Gaussian binomial coefficient[n choose k]_q
Main results #
upperTriRep_card_le_HeckeCoset_deg:∏_{i<j} (a_j / a_i) ≤ deg(T(a₁,...,aₙ))
Important note on degree formulas #
The degree of T(a₁,...,aₙ) is not simply ∏_{i<j} (aⱼ/aᵢ). The upper-triangular
representatives with fixed diagonal (a₁,...,aₙ) account for
∏_{i<j}(aⱼ/aᵢ) left cosets,
but the double coset also contains representatives with permuted diagonals (those whose
Hermite Normal Form has a different diagonal but the same Smith Normal Form).
Counterexample: For n = 2, a = (1, p) with p prime, the UpperTriRep count is p,
but the actual degree is p + 1. The additional representative is [[p,0],[0,1]], which lies
in the double coset SL₂(ℤ) · diag(1,p) · SL₂(ℤ) but has a different diagonal.
Correct formula for n = 2: deg(T(a₁,a₂)) = ψ(a₂/a₁) where ψ is the Dedekind psi
function ψ(d) = d · ∏_{p | d} (1 + 1/p). For the prime-power case needed for Theorem 3.24:
deg(T(pⁱ, pⁱ⁺ᵏ)) = pᵏ⁻¹(p + 1) for k ≥ 1.
References #
- Shimura, Proposition 3.14, 3.18, Theorem 3.24