Prime Decomposition of Hecke Ring Elements #
p-adic decomposition of diagonal Hecke operators and the p-local Hecke subring RP.
Every T(a₁,...,aₙ) factors into a product of p-power T-elements via coprime splitting.
Main definitions #
ppowDiag— p-power diagonal: entries arep^(e i)pComponent— extract the p-adic valuation of each diagonal entryremovePrime— remove the p-component from a diagonal (p-free part)RP— the p-local Hecke subring generated by p-power T-elements
Main results #
divChain_ppow— monotone exponents give a divisibility chain for p-power diagonalsT_elem_split_prime— binary prime splitting:T(a) = T(p-part) · T(p-free part)T_elem_ppow_mem_R_p— p-power T-elements lie in RPT_elem_mem_closure_ppow— every T-element is in the subring generated by all p-local pieces
References #
- Shimura, Introduction to the Arithmetic Theory of Automorphic Functions, §3.2
p-power diagonals #
p-power diagonal: entries are p^(e i).
Equations
- HeckeRing.GLn.ppowDiag n p e i = p ^ e i
Instances For
Extract the p-component of each entry in a positive diagonal.
Equations
- HeckeRing.GLn.pComponent n p a i = (a i).factorization p
Instances For
Prime removal: extracting the p-free part #
Remove the p-component from each entry: a_i ↦ a_i / p^{v_p(a_i)}.
This is the p-free part (ordCompl) of each diagonal entry.
Equations
- HeckeRing.GLn.removePrime n p a i = a i / p ^ (a i).factorization p
Instances For
The p-free part preserves divisibility chains.
Recovery: the pointwise product of p-part and p-free part equals the original.
Coprimality of p-part and p-free part determinants #
The p-part and p-free part determinants are coprime.
Binary prime splitting theorem #
Binary prime splitting: T(a) = T(p-part) · T(p-free part).
Every diagonal Hecke element factors into its p-power component
and its p-free component, for any prime p.
p-local Hecke subring #
The p-local Hecke ring: subring generated by TElem with p-power entries.
This is Shimura's RP^{(n)}.
Equations
- HeckeRing.GLn.RP n p hp = Subring.closure {f : HeckeRing.GLn.HeckeAlgebra n | ∃ (e : Fin n → ℕ) (_ : Monotone e), f = HeckeRing.GLn.TElem (HeckeRing.GLn.ppowDiag n p e)}
Instances For
Full prime factorization #
Generation by R_p's #
Every element of the Hecke algebra is in the subring generated by all p-local pieces.