math0505052/PGL_p.tex
1: \documentclass[11pt]{amsart}
2: %\usepackage{pdfsync}
3: \usepackage{amssymb, enumerate, xspace, graphicx}
4: \usepackage[all]{xy}
5: \SelectTips{cm}{}
6: %\CompileMatrices
7: 
8: %\usepackage[notcite, notref]{showkeys}
9: 
10: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11: 
12: \numberwithin{equation}{section}
13: 
14: \setcounter{tocdepth}1
15: 
16: \numberwithin{subsection}{section}
17: 
18: \renewcommand\qedsymbol{{\ensuremath{\spadesuit}}}
19: 
20: \renewcommand\bibname{References}
21: 
22: \allowdisplaybreaks[1]
23: 
24: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
25: 
26: \newenvironment{enumeratea}
27: {\begin{enumerate}[\upshape (a)]}
28: {\end{enumerate}}
29: 
30: \newenvironment{enumeratei}
31: {\begin{enumerate}[\upshape (i)]}
32: {\end{enumerate}}
33: 
34: \newtheorem*{namedtheorem}{\theoremname}
35: \newcommand{\theoremname}{testing}
36: \newenvironment{named}[1]{\renewcommand\theoremname{#1}
37: \begin{namedtheorem}}
38: {\end{namedtheorem}}
39: 
40: \newtheorem{maintheorem}{Theorem}
41: 
42: \newtheorem{theorem}{Theorem}[section]
43: \newtheorem{proposition}[theorem]{Proposition}
44: \newtheorem{proposition-definition}[theorem]
45: {Proposition-Definition}
46: \newtheorem{corollary}[theorem]{Corollary}
47: \newtheorem{lemma}[theorem]{Lemma}
48: 
49: \theoremstyle{definition}
50: \newtheorem{definition}[theorem]{Definition}
51: \newtheorem{notation}[theorem]{Notation}
52: \newtheorem{example}[theorem]{Example}
53: \newtheorem{examples}[theorem]{Examples}
54: \newtheorem{remark}[theorem]{Remark}
55: \newtheorem{note}[theorem]{Note}
56: 
57: \theoremstyle{remark}
58: \newtheorem*{claim}{Claim}
59: 
60: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
61: 
62: \newcommand\nome{testing}
63: \newcommand\call[1]{\label{#1}\renewcommand\nome{#1}}
64: \newcommand\itemref[1]{\item\label{\nome;#1}}
65: \newcommand\refall[2]{\ref{#1}~(\ref{#1;#2})}
66: \newcommand\refpart[2]{(\ref{#1;#2})}
67: 
68: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
69: 
70: \newcommand\cA{\mathcal{A}}
71: \newcommand\cB{\mathcal{B}}
72: \newcommand\cC{\mathcal{C}}
73: \newcommand\cD{\mathcal{D}}
74: \newcommand\cE{\mathcal{E}}
75: \newcommand\cF{\mathcal{F}}
76: \newcommand\cG{\mathcal{G}}
77: \newcommand\cH{\mathcal{H}}
78: \newcommand\cI{\mathcal{I}}
79: \newcommand\cJ{\mathcal{J}}
80: \newcommand\cK{\mathcal{K}}
81: \newcommand\cL{\mathcal{L}}
82: \newcommand\cM{\mathcal{M}}
83: \newcommand\cN{\mathcal{N}}
84: \newcommand\cO{\mathcal{O}}
85: \newcommand\cP{\mathcal{P}}
86: \newcommand\cQ{\mathcal{Q}}
87: \newcommand\cR{\mathcal{R}}
88: \newcommand\cS{\mathcal{S}}
89: \newcommand\cT{\mathcal{T}}
90: \newcommand\cU{\mathcal{U}}
91: \newcommand\cV{\mathcal{V}}
92: \newcommand\cW{\mathcal{W}}
93: \newcommand\cX{\mathcal{X}}
94: \newcommand\cY{\mathcal{Y}}
95: \newcommand\cZ{\mathcal{Z}}
96: 
97: \renewcommand\AA{\mathbb{A}}
98: \newcommand\BB{\mathbb{B}}
99: \newcommand\CC{\mathbb{C}}
100: \newcommand\DD{\mathbb{D}}
101: \newcommand\EE{\mathbb{E}}
102: \newcommand\FF{\mathbb{F}}
103: \newcommand\GG{\mathbb{G}}
104: \newcommand\HH{\mathbb{H}}
105: \newcommand\II{\mathbb{I}}
106: \newcommand\JJ{\mathbb{J}}
107: \newcommand\KK{\mathbb{K}}
108: \newcommand\LL{\mathbb{L}}
109: \newcommand\MM{\mathbb{M}}
110: \newcommand\NN{\mathbb{N}}
111: \newcommand\OO{\mathbb{O}}
112: \newcommand\PP{\mathbb{P}}
113: \newcommand\QQ{\mathbb{Q}}
114: \newcommand\RR{\mathbb{R}}
115: \renewcommand\SS{\mathbb{S}}
116: \newcommand\TT{\mathbb{T}}
117: \newcommand\UU{\mathbb{U}}
118: \newcommand\VV{\mathbb{V}}
119: \newcommand\WW{\mathbb{W}}
120: \newcommand\XX{\mathbb{X}}
121: \newcommand\YY{\mathbb{Y}}
122: \newcommand\ZZ{\mathbb{Z}}
123: 
124: \newcommand\bA{\mathbf{A}}
125: \newcommand\bB{\mathbf{B}}
126: \newcommand\bC{\mathbf{C}}
127: \newcommand\bD{\mathbf{D}}
128: \newcommand\bE{\mathbf{E}}
129: \newcommand\bF{\mathbf{F}}
130: \newcommand\bG{\mathbf{G}}
131: \newcommand\bH{\mathbf{H}}
132: \newcommand\bI{\mathbf{I}}
133: \newcommand\bJ{\mathbf{J}}
134: \newcommand\bK{\mathbf{K}}
135: \newcommand\bL{\mathbf{L}}
136: \newcommand\bM{\mathbf{M}}
137: \newcommand\bN{\mathbf{N}}
138: \newcommand\bO{\mathbf{O}}
139: \newcommand\bP{\mathbf{P}}
140: \newcommand\bQ{\mathbf{Q}}
141: \newcommand\bR{\mathbf{R}}
142: \newcommand\bS{\mathbf{S}}
143: \newcommand\bT{\mathbf{T}}
144: \newcommand\bU{\mathbf{U}}
145: \newcommand\bV{\mathbf{V}}
146: \newcommand\bW{\mathbf{W}}
147: \newcommand\bX{\mathbf{X}}
148: \newcommand\bY{\mathbf{Y}}
149: \newcommand\bZ{\mathbf{Z}}
150: 
151: \newcommand\rA{\mathrm{A}}
152: \newcommand\rB{\mathrm{B}}
153: \newcommand\rC{\mathrm{C}}
154: \newcommand\rD{\mathrm{D}}
155: \newcommand\rE{\mathrm{E}}
156: \newcommand\rF{\mathrm{F}}
157: \newcommand\rG{\mathrm{G}}
158: \newcommand\rH{\mathrm{H}}
159: \newcommand\rI{\mathrm{I}}
160: \newcommand\rJ{\mathrm{J}}
161: \newcommand\rK{\mathrm{K}}
162: \newcommand\rL{\mathrm{L}}
163: \newcommand\rM{\mathrm{M}}
164: \newcommand\rN{\mathrm{N}}
165: \newcommand\rO{\mathrm{O}}
166: \newcommand\rP{\mathrm{P}}
167: \newcommand\rQ{\mathrm{Q}}
168: \newcommand\rR{\mathrm{R}}
169: \newcommand\rS{\mathrm{S}}
170: \newcommand\rT{\mathrm{T}}
171: \newcommand\rU{\mathrm{U}}
172: \newcommand\rV{\mathrm{V}}
173: \newcommand\rW{\mathrm{W}}
174: \newcommand\rX{\mathrm{X}}
175: \newcommand\rY{\mathrm{Y}}
176: \newcommand\rZ{\mathrm{Z}}
177: 
178: \newcommand\rma{\mathrm{a}}
179: \newcommand\rmb{\mathrm{b}}
180: \newcommand\rmc{\mathrm{c}}
181: \newcommand\rmd{\mathrm{d}}
182: \newcommand\rme{\mathrm{e}}
183: \newcommand\rmf{\mathrm{d}}
184: \newcommand\rmg{\mathrm{g}}
185: \newcommand\rmh{\mathrm{h}}
186: \newcommand\rmi{\mathrm{i}}
187: \newcommand\rmj{\mathrm{j}}
188: \newcommand\rmk{\mathrm{k}}
189: \newcommand\rml{\mathrm{l}}
190: \newcommand\rmm{\mathrm{m}}
191: \newcommand\rmn{\mathrm{n}}
192: \newcommand\rmo{\mathrm{o}}
193: \newcommand\rmp{\mathrm{p}}
194: \newcommand\rmq{\mathrm{q}}
195: \newcommand\rmr{\mathrm{r}}
196: \newcommand\rms{\mathrm{s}}
197: \newcommand\rmt{\mathrm{t}}
198: \newcommand\rmu{\mathrm{u}}
199: \newcommand\rmv{\mathrm{v}}
200: \newcommand\rmw{\mathrm{w}}
201: \newcommand\rmx{\mathrm{x}}
202: \newcommand\rmy{\mathrm{y}}
203: \newcommand\rmz{\mathrm{z}}
204: 
205: \newcommand\bfa{\mathbf{a}}
206: \newcommand\bfb{\mathbf{b}}
207: \newcommand\bfc{\mathbf{c}}
208: \newcommand\bfd{\mathbf{d}}
209: \newcommand\bfe{\mathbf{e}}
210: \newcommand\bff{\mathbf{d}}
211: \newcommand\bfg{\mathbf{g}}
212: \newcommand\bfh{\mathbf{h}}
213: \newcommand\bfi{\mathbf{i}}
214: \newcommand\bfj{\mathbf{j}}
215: \newcommand\bfk{\mathbf{k}}
216: \newcommand\bfl{\mathbf{l}}
217: \newcommand\bfm{\mathbf{m}}
218: \newcommand\bfn{\mathbf{n}}
219: \newcommand\bfo{\mathbf{o}}
220: \newcommand\bfp{\mathbf{p}}
221: \newcommand\bfq{\mathbf{q}}
222: \newcommand\bfr{\mathbf{r}}
223: \newcommand\bfs{\mathbf{s}}
224: \newcommand\bft{\mathbf{t}}
225: \newcommand\bfu{\mathbf{u}}
226: \newcommand\bfv{\mathbf{v}}
227: \newcommand\bfw{\mathbf{w}}
228: \newcommand\bfx{\mathbf{x}}
229: \newcommand\bfy{\mathbf{y}}
230: \newcommand\bfz{\mathbf{z}}
231: 
232: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
233: 
234: 
235: \newcommand\arr{\ifinner\to\else\longrightarrow\fi}
236: \newcommand\lto{\longrightarrow}
237: 
238: \newcommand{\xarr}{\xrightarrow}
239: 
240: \newcommand\noqed{\renewcommand\qed{}}
241: 
242: \renewcommand\H{\operatorname{H}}
243: 
244: \newcommand\cechH{\operatorname{\check H}}
245: 
246: \newcommand\op{^{\mathrm{op}}}
247: 
248: \newcommand\eqdef{\overset{\mathrm{\scriptscriptstyle def}} =}
249: 
250: \newcommand\into{\hookrightarrow}
251: 
252: \newcommand\larrowsim{\overset{\sim}\longrightarrow}
253: 
254: \newcommand\im{\operatorname{im}}
255: 
256: \renewcommand\th{^\text{th}}
257: 
258: \def\displaytimes_#1{\mathrel{\mathop{\times}\limits_{#1}}}
259: 
260: \def\displayotimes_#1{\mathrel{\mathop{\bigotimes}\limits_{#1}}}
261: 
262: \renewcommand\hom{\operatorname{Hom}}
263: 
264: \newcommand\curshom
265: {\mathop{\mathcal{H}\hskip -.8pt om}\nolimits}
266: 
267: \newcommand\End{\operatorname{End}}
268: 
269: \newcommand\ext{\operatorname{Ext}}
270: 
271: \newcommand\isom{\operatorname{Isom}}
272: 
273: \newcommand\aut{\operatorname{Aut}}
274: 
275: \newcommand\tor{\operatorname{Tor}}
276: 
277: \newcommand\pic{\operatorname{Pic}}
278: 
279: \newcommand\spec{\operatorname{Spec}}
280: 
281: \newcommand\codim{\operatorname{codim}}
282: 
283: \newcommand{\proj}{\operatorname{Proj}}
284: 
285: \newcommand\generate[1]{\langle #1 \rangle}
286: 
287: \newcommand\rk{\operatorname{rk}}
288: 
289: \newcommand\id{\mathrm{id}}
290: 
291: \newcommand\pr{\operatorname{pr}}
292: 
293: \newcommand\indlim{\varinjlim}
294: 
295: \renewcommand\projlim{\varprojlim}
296: 
297: \newcommand\tototimes{\overset{\scriptscriptstyle
298: \mathrm{L}}\otimes}
299: 
300: \newcommand\dash{\nobreakdash-\hspace{0pt}}
301: %this defines a dash that will not break,
302: %but allows the next word to be hyphenated
303: 
304: \newdir{ >}{{}*!/-5pt/@{>}}
305: 
306: 
307: \newcommand\double{\mathbin{\rightrightarrows}}
308: 
309: \newcommand\doublelong[2]{\mathbin{\xymatrix{{}\ar@<3pt>[r]^{#1}
310: \ar@<-3pt>[r]_{#2}&}}}
311: 
312: \newcommand{\underhom}
313: {\mathop{\underline{\mathrm{Hom}}}\nolimits}
314: 
315: \newcommand{\underisom}
316: {\mathop{\underline{\mathrm{Isom}}}\nolimits}
317: 
318: \newcommand{\underaut}
319: {\mathop{\underline{\mathrm{Aut}}}\nolimits}
320: 
321: \newlength{\ignora}
322: \newcommand{\hsmash}[1]{\settowidth{\ignora}{#1}#1\hspace{-\ignora}}
323: 
324: 
325: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
326: 
327: 
328: \newcommand\ch[1][*]{\operatorname{A}^{#1}_}
329: 
330: \renewcommand\H[1][*]{\operatorname{H}^{#1}_}
331: 
332: \renewcommand\c{\operatorname{c}}
333: 
334: \newcommand\A{\operatorname{A}}
335: 
336: \newcommand\sym{\operatorname{Sym}}
337: 
338: \newcommand\s[1][p]{{\mathrm{S}_{#1}}}
339: 
340: \newcommand\cyc[1][p]{{\mathrm{C}_{#1}}}
341: 
342: \newcommand\pgl[1][p]{{\mathrm{PGL}_{#1}}}
343: 
344: \newcommand\gm{\mathbb{G}_{\mathrm{m}}}
345: 
346: \newcommand\SL[1][p]{{\mathrm{SL}_{#1}}}
347: 
348: \newcommand\GL[1][p]{{\mathrm{GL}_{#1}}}
349: 
350: \newcommand\Sp[1][n]{{\mathrm{Sp}_{#1}}}
351: 
352: \newcommand\SO[1][n]{{\mathrm{SO}_{#1}}}
353: 
354: \newcommand\N[1][p]{{\mathrm{N}_{#1}}}
355: 
356: \newcommand\mmu[1][p]{{\boldsymbol \mu}_{#1}}
357: 
358: \newcommand\toruspgl[1][p]{{\mathrm{T}_{\pgl[#1]}}}
359: 
360: \newcommand\torusgl[1][p]{{\mathrm{T}_{\GL[#1]}}}
361: 
362: \newcommand\torussl[1][p]{{\mathrm{T}_{\SL[#1]}}}
363: 
364: \newcommand\chartorus[1]{\widehat{\mathrm{T}}_{#1}}
365: 
366: \newcommand\cycpgl[1][p]{{\cyc\ltimes\toruspgl[#1]}}
367: 
368: \newcommand\cycsl[1][p]{{\cyc\ltimes\torussl[#1]}}
369: 
370: \newcommand\cycgl[1][p]{{\cyc\ltimes\torusgl[#1]}}
371: 
372: \newcommand\sympgl[1][p]{{\s[#1]\ltimes\toruspgl[#1]}}
373: 
374: \newcommand\symsl[1][p]{{\s[#1]\ltimes\torussl[#1]}}
375: 
376: \newcommand\symgl[1][p]{{\s[#1]\ltimes\torusgl[#1]}}
377: 
378: \newcommand\norm[1][p]{\mathbb{F}_{#1}^*\ltimes\mathbb{F}_{#1}}
379: 
380: \newcommand\liesl[1][p]{\mathfrak{sl}_{#1}}
381: 
382: \newcommand\liegl[1][p]{\mathfrak{gl}_{#1}}
383: 
384: \newcommand\liesls[1][p]{\mathfrak{sl}_{#1}^0}
385: 
386: \newcommand\diag[1][p]{D_{#1}}
387: 
388: \newcommand\diags[1][p]{D^0_{#1}}
389: 
390: \newcommand\invert{\otimes\mathbb{Z}[1/(p-1)!]}
391: 
392: \newcommand\invertp{\otimes\mathbb{Z}[1/p]}
393: 
394: \newcommand\cycmu[1][p]{{\cyc[#1]\times \mmu[#1]}}
395: 
396: \newcommand\invcyc[1][p]{\bigl(\ch{\cycpgl[#1]}\bigr)^{\s[#1]}}
397: 
398: \newcommand\invtorus[1][p]{\bigl(\ch{\toruspgl[#1]}\bigr)^{\s[#1]}}
399: 
400: \newcommand{\slfinite}{\SL[2](\FF_{p})}
401: 
402: \newcommand\vle[1]{V_{\le #1}}
403: 
404: \newcommand\tors{_\mathrm{tors}}
405: 
406: \newcommand\chern{\operatorname{c}}
407: 
408: \newcommand\ctop{\chern_\mathrm{top}}
409: 
410: \newcommand\res[2]{\operatorname{res}^{#1}_{#2}}
411: 
412: \newcommand\tsf[2]{\operatorname{tsf}^{#1}_{#2}}
413: 
414: \newcommand\class{\mathrm{B}\,}
415: 
416: \newcommand\minzero{\setminus\{0\}}
417: 
418: \newcommand{\even}{\mathrm{even}}
419: \newcommand{\odd}{\mathrm{odd}}
420: 
421: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
422: 
423: 
424: \begin{document}
425: 
426: \title[On the classifying space of $\pgl$]{On the cohomology and the Chow ring\\of the classifying space of $\pgl$}
427: \author{Angelo Vistoli}
428: 
429: \address{Dipartimento di Matematica\\
430: Universit\`a di Bologna\\
431: 40126 Bologna\\ Italy}
432: \email{vistoli@dm.unibo.it}
433: 
434: 
435: \begin{abstract}
436: We investigate the integral cohomology ring and the Chow ring of the classifying space of the complex projective linear group $\pgl$, when $p$ is an odd prime. In particular, we determine their additive structures completely, and we reduce the problem of determining their multiplicative structures to a problem in invariant theory.
437: \end{abstract}
438: 
439: \date{April 24, 2005}
440: \subjclass[2000]{14C15, 14L30, 20G10, 55R35}
441: 
442: \thanks{Partially supported by the University of Bologna, funds for selected research topics, and by funds FIRB and PRIN from M.I.U.R..}
443: 
444: \maketitle
445: 
446: \tableofcontents
447: 
448: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
449: 
450: \section{Introduction}
451: 
452: Let $G$ be a complex linear group. One of the main invariants associated with $G$ is the cohomology $\H{G}$ of the classifying space $\mathrm{B}G$. B. Totaro (see \cite{totaro-classifying}) has also introduced an algebraic version of the cohomology of the classifying space of an algebraic group $G$ over a field $k$, the Chow ring $\ch{G}$ of the classifying space of $G$. When $k =  \CC$ there is a cycle ring homomorphism $\ch{G} \arr \H{G}$. Chow rings are normally infinitely harder to study than cohomology; it remarkable that, in contrast, $\ch{G}$ seems to be better behaved, and easier to study, than $\H{G}$. For example, when $G$ is a finite abelian group, $\ch{G}$ is the symmetric algebra over $\ZZ$ of the dual group $\widehat{G}$; while the cohomology ring contains this symmetric algebra, but is much more complicated (for example, will contain elements of odd degree), unless $G$ is cyclic.
453: 
454: This ring $\ch{G}$ has also been computed for $G = \GL[n]$, $\SL[n]$, $\Sp$ by Totaro (\cite{totaro-classifying}), for $G = \rO_{n}$ and $G = \SO[2n+1]$ by Totaro and R{.} Pandharipande (\cite{totaro-classifying} and \cite{rahul-orthogonal}), for $G = \SO[2n]$ by R{.} Field (\cite{field-so2n}), and for the semisimple simply connected group of type $G_{2}$ by N{.} Yagita (\cite{yagita-AHss}). Also, a lot of work has been done on the case of finite groups, by Totaro himself and by Guillot (\cite{guillot-chevalley} and \cite{guillot-steenrod}). However, not much was known for the $\pgl[n]$ series. Even the cohomology of $\rB\,\pgl[n]$ was mysterious. Algebraic topologists tend to work with cohomology with coefficients in a field, the case in which their extremely impressive toolkits work the best. When $p$ does not divide $n$, the cohomology ring $\H{}(\rB\,\pgl[n], \ZZ/p\ZZ)$ is a well understood polynomial ring. Also, since $\pgl[2] = \SO[3]$, the ring $\H{}(\rB\,\pgl[2], \ZZ/2\ZZ)$ is also well understood. The other results that I am aware of on $\H{}(\rB\,\pgl[n], \ZZ/p\ZZ)$ that were known before this article was posted are the following.
455: 
456: \begin{enumerate}
457: 
458: \item In \cite{kono-mimura-shimada}, the authors compute $\H{}(\rB\,\pgl[3], \ZZ/3\ZZ)$ as a ring, by presentations and relations.
459: 
460: \item The ring $\H{}(\rB\,\pgl[n], \ZZ/2\ZZ)$ is known when $n \equiv 2 \pmod 4$ (\cite{kono-mimura} and \cite{toda-classifying}).
461: 
462: \item Some interesting facts on $\H{}(\rB\,\pgl[p], \ZZ/p\ZZ)$ are proved in \cite{vavpetic-viruel}.
463: 
464: \end{enumerate}
465: 
466: On the other hand, to my knowledge no one had studied the integral cohomology ring $\H{\pgl[n]}$.
467: 
468: In the algebraic case, the only known results about $\ch{\pgl[n]}$, apart from the case of $\pgl[2] = \SO[3]$, concern $\pgl[3]$ and were proved by Vezzosi in \cite{vezzosi-pgl3}. Here he determines almost completely the structure of $\ch{\pgl[3]}$ by generators and relations; the only ambiguity is about one of the generators, denoted by $\chi$ and living in $\ch[6]{\pgl[3]}$, about which he knows that it is $3$-torsion, but is not able to determine whether it is $0$. This $\chi$ maps to $0$ in the cohomology ring $\H{\pgl[3]}$; according to a conjecture of Totaro, the cycle map $\ch{\pgl[3]} \arr \H{\pgl[3]}$ should be injective; so, if the conjecture is correct, $\chi$ should be $0$.
469: 
470: Despite this only partial success, the ideas in \cite{vezzosi-pgl3} are very important. The main one is to make use of the \emph{stratification method} to get generators. This is how it works. Recall that Edidin and Graham (\cite{edidin-graham-equivariant}) have generalized Totaro's ideas to give a full-fledged equivariant intersection theory. Let $V$ be a representation of a group $G$; then we have $\ch{G} = \ch{G}(V)$. Suppose that we have a stratification $V_{0}$, \dots,~$V_{t}$ of $V$ by locally closed invariant subvarieties, such that each $V_{\leq i} \eqdef \cap_{j\leq i}V_{j}$ is open in $V$, each $V_{i}$ is closed in $V_{\leq i}$, and $V_{t} = V \setminus\{0\}$. If we can determine generators for $\ch{G}(V_{i})$ for each $i$, then one can use the localization sequence
471:    \[
472:    \ch{G}(V_{i}) \arr \ch{G}(V_{\leq i}) \arr \ch{G}(V_{\leq i-1}) \arr 0
473:    \]
474: and induction to get generators for $\ch{G}(V \setminus\{0\})$; and since $\ch{G}(V \setminus\{0\}) = \ch{G}/\bigl(\chern_{r}(V)\bigr)$, where $\chern_{r}(V) \in \ch[r]{G}$ is the $r\th$ Chern class of $V$, we obtain that $\ch{G}$ is generated by lifts to $\ch{G}$ of the generators for $\ch{G}(V \setminus\{0\})$, plus $\chern_{r}(V)$.
475: 
476: The stratification methods gives a unified approach for all the known calculations of $\ch{G}$ for classical groups (see \cite{molina-vistoli-classifying}).
477: 
478: Vezzosi applies the method to the adjoint representation space $V = \liesl[3]$ consisting of matrices with trace $0$. The open subscheme $V_{0}$ is the subscheme of matrices with distinct eigenvalues; its Chow ring is related with the Chow ring of the normalizer $\rN_{3}$ of a maximal torus $\toruspgl$ in $\pgl[3]$. In order to get relations, Vezzosi uses an unpublished result of Totaro, implying that the restriction homomorphism $\ch{\pgl[3]} \arr \ch{\rN_{3}}$ is injective. The reason why he is not able to determine whether $\chi$ is $0$ or not is that he does not have a good description of the $3$-torsion in $\ch{\rN_{3}}$.
479: 
480: In this paper we refine Vezzosi's approach, and extend it to the case of $\pgl[p]$, where $p$ is an odd prime.
481: 
482: Let $\toruspgl$ be the standard maximal torus in $\pgl$, consisting of classes of diagonal matrices, $\rN_{p}$ its normalizer, $\s = \rN_{p}/\toruspgl$ its Weyl group. Here are our main results (see Section~\ref{sec:mainresults} for details).
483: 
484: \begin{enumerate}
485: 
486: \item The natural homomorphism $\ch{\toruspgl} \arr \invtorus$ is surjective, and has a natural splitting $\invtorus \arr \ch{\toruspgl}$, which is a ring homomorphism.
487: 
488: \item\label{item:ch} The ring $\ch{\pgl}$ is generated as an algebra over $\invtorus$ by a single $p$-torsion element $\rho \in \ch[p+1]{\pgl}$; we also describe the relations.
489: 
490: \item\label{item:H} The ring $\H{\pgl}$ is generated as an algebra over $\invtorus$ by two elements: the image $\rho \in \H[2p+2]{\pgl}$ of the class above and the Brauer class $\beta \in \H[3]{\pgl}$; we also describe the relations.
491: 
492: \item Using (\ref{item:ch}) and (\ref{item:H}) above, we describe completely the additive structures of $\ch{\pgl}$ and $\H{\pgl}$.
493: 
494: \item For $p = 3$ we give a presentation of $\invtorus[3]$ by generators and relations (this is already in \cite{vezzosi-pgl3}); and this, together with (\ref{item:ch}) and (\ref{item:H}) above, gives presentations of $\ch{\pgl[3]}$ and $\H{\pgl[3]}$, completing the work of \cite{vezzosi-pgl3}.
495: 
496: \item The cycle homomorphism $\ch{\pgl} \arr \H[\even]{\pgl}$ into the even-dimensional cohomology is an isomorphism.
497: 
498: \end{enumerate}
499: 
500: The ring $\invtorus$ is complicated when $p > 3$; see the discussion in Section~\ref{sec:invtorus}.
501: 
502: The class $\rho$ in (\ref{item:ch}) seems interesting, and gives a new invariant for sheaves of Azumaya algebras of prime rank (Remark~\ref{rmk:azumaya}). In \cite{targa}, Elisa Targa shows that $\rho$ is not a polynomial in Chern classes of representations of $\pgl$.
503: 
504: Many of the ideas in this paper come from \cite{vezzosi-pgl3}. The main new contributions here are the contents of Sections $6$ and $7$ (the heart of these results are Proposition~\ref{prop:chcycgl-hcycgl}, and the proof of Lemma~\ref{lem:keyfact-cycgl}), which substantially improve our understanding of the cohomology and Chow ring of the classifying space of $\rN_{p}$, and Proposition~\ref{prop:localization}, which gives a way of showing that in the stratification method no new generators come from the strata corresponding to non-zero matrices with multiple eigenvalues, thus avoiding the painful case-by-case analysis that was necessary in \cite{vezzosi-pgl3}.
505: 
506: Recently I received a preprint of M{.}~Komeko and N{.}~Yagita (\cite{kameko-yagita-pup}) who also calculate the additive structure of $\H{\pgl}$, with completely different methods.
507: 
508: 
509: \subsection*{Acknowledgments} I would like to thank Nitin Nitsure and Alejandro Adem for pointing out references \cite{kono-mimura}, \cite{toda-classifying} and \cite{vavpetic-viruel} to me.
510: 
511: I am also in debt with Alberto Molina, who discovered a serious mistake in the proof of Theorem~\ref{thm:main-splitting} given in a preliminary version of the paper, and with Marta Morigi, who helped me fix it.
512: 
513: Finally, I would like to acknowledge the very interesting discussions I have had with Nobuaki Yagita and Andrzej Weber on the subject of this paper.
514: 
515: 
516: 
517: \section{Notations and conventions}
518: 
519: All algebraic groups and schemes will be of finite type over a fixed field $k$ of charateristic $0$. Furthermore, we will fix an odd prime $p$, and assume that $k$ contains a fixed $p\th$ root of $1$, denoted by $\omega$.  When $k = \CC$, we take $\omega = \rme^{2\pi\rmi/p}$.
520: 
521: The hypothesis that the characteristic be $0$ is only used in the proof Theorem~\ref{thm:totaro-injectivity}, which should however hold over an arbitrary field. If so, it would be enough to assume here that the characteristic of $k$ be different from $p$.
522: 
523: Our main tool is Edidin and Graham's equivariant intersection theory (see \cite{edidin-graham-equivariant}), which works over an arbitrary field; when we discuss cohomology, instead, we will always assume that $k = \CC$. All finite groups will be considered as algebraic groups over $k$, in the usual fashion. We denote by $\gm$ the multiplicative group of non-zero scalars over $k$, $\mmu[n]$ the algebraic group of $n\th$ roots of $1$ over $k$.
524: 
525: Whenever $V$ is a vector space over $k$, we also consider it as a scheme over $k$, as the spectrum of the symmetric algebra of the dual vector space $V^{\vee}$. If $V$ is a representation of an algebraic group $G$, then there is an action of $G$ on $V$ as a scheme over $k$.
526: 
527: We denote by $\torusgl$, $\torussl$ and $\toruspgl$ the standard maximal tori in the respective groups, those consisting of diagonal matrices. We identify the Weyl groups of these three groups with the symmetric group $\s$. We also denote the normalizer of $\toruspgl$ in $\pgl$ by $\sympgl$.
528: 
529: If $a_{1}$, \dots,~$a_{p}$ are elements of $k^{*}$, we will denote by $[a_{1}, \dots, a_{p}]$ the diagonal matrix in $\GL$ with entries $a_{1}$, \dots,~$a_{p}$, and also its class in $\pgl$. In general, we will ofter use the same symbol for a matrix in $\GL$ and its class in $\pgl$; this should not give rise to confusion.
530: 
531: It is well known that the arrows
532:    \[
533:    \ch{\GL} \longrightarrow (\ch{\torusgl})^{\s}, \quad
534:    \H{\GL} \longrightarrow (\ch{\torusgl})^{\s}
535:    \]
536: and
537:    \[
538:    \ch{\SL} \longrightarrow (\ch{\torussl})^{\s}, \quad
539:    \H{\GL} \longrightarrow (\ch{\torussl})^{\s}
540:    \]
541: induced by the embeddings $\torusgl \into \GL$ and $\torussl \into \SL$ are isomorphisms. If we denote by $x_i \in \ch{\torusgl} = \H{\torusgl}$ the first Chern class of the $i\th$ projection $\torusgl \to \gm$, or its restriction to $\torussl$, then $\ch{\torusgl} = \H{\torusgl}$ is the polynomial ring $\mathbb{Z}[x_1, \dots, x_p]$, while $\ch{\torussl} = \H{\torussl}$ equals  $\mathbb{Z}[x_1, \dots, x_p]/(x_1 + \dots  + x_p)$. If we denote by $\sigma_1$, \dots,~$\sigma_p$ the elementary symmetric functions in the $x_i$, then we conclude that
542:    \[
543:    \ch{\GL} = \H{\GL} = \mathbb{Z}[\sigma_1, \dots, \sigma_p]
544:    \]
545: while
546:    \[
547:    \ch{\SL} = \H{\SL} = \mathbb{Z}[\sigma_1, \dots, \sigma_p]/(\sigma_1)
548:    = \mathbb{Z}[\sigma_2, \dots, \sigma_p].
549:    \]
550: 
551: The ring $\ch{\toruspgl} = \H{\toruspgl}$ is the subring of $\ch{\torusgl}$ generated by the differences $x_i - x_j$. In particular it contains the element $\delta = \prod_{i \neq j} (x_i - x_j)$, which we call the \emph{discriminant} (up to sign, it is the classical discriminant); it will play an important role in what follows.
552: 
553: We will use the following notation: if $R$ is a ring, $t_{1}$, \dots,~$t_{n}$ are elements of $R$, $f_{1}$, \dots,~$f_{r}$ are polynomials in $\ZZ[x_{1}, \dots, x_{n}]$, we write \[ R = \ZZ[t_{1}, \dots, t_{n}]/ \bigl(f_{1}(t_{1}, \dots, t_{n}), \dots, f_{r}(t_{1}, \dots, t_{n})\bigr) \] to indicate the the ring $R$ is generated by $t_{1}$, \dots,~$t_{n}$, and the kernel of the evaluation map $\ZZ[x_{1}, \dots, x_{n}] \arr R$ sending $x_{i}$ to $t_{i}$ is generated by $f_{1}$, \dots,~$f_{r}$. When there are no $f_{i}$ this means that $R$ is a polynomial ring in the $t_{i}$.
554: 
555: \section{The main results}\label{sec:mainresults}
556: 
557: 
558: Consider the embedding $\mmu \into \toruspgl$ defined by $\zeta \mapsto [\zeta, \zeta^{2}, \dots, \zeta^{p-1}, 1]$. This induces a restriction homomorphism
559:    \[
560:    \ch{\toruspgl} \to \ch{\mmu} = \mathbb{Z}[\eta]/(p\eta),
561:    \]
562: where $\eta$ is the first Chern class of the embedding $\mmu \subseteq \gm$.
563: 
564: The restriction of the discriminant $\delta \in (\ch[p^2-p]{\toruspgl})^{\s}$ to $\mmu$ is the element
565:    \[
566:    \prod_{i \neq j} (i\eta - j\eta) =
567:    \biggl(\prod_{i \neq j} (i - j)\biggr) \eta^{p^2-p}
568:    \]
569: of $\mathbb{Z}[\eta]/(p\eta)$; this is non-zero multiple of $\eta^{p^2-p}$ (in fact, it is easy to check that it equals $-\eta^{p^2-p}$).
570: 
571: \begin{proposition}\label{prop:ker-whole}
572: The image of the restriction homomorphism
573:    \[
574:    \invtorus \longrightarrow \mathbb{Z}[\eta]/(p\eta)
575:    \]
576: is the subring generated by $\eta^{p^2-p}$.
577: \end{proposition}
578: 
579: This is proved at the end of Section~\ref{sec:cycpgl}.
580: 
581: \begin{theorem}\label{thm:main-splitting}
582: There exists a canonical ring homomorphism
583:    \[
584:    \invtorus \to \ch{\pgl}
585:    \]
586: whose composite with the restriction homomorphism $\ch{\pgl} \to \invtorus$ is the identity.
587: \end{theorem}
588: 
589: This is proved in Section~\ref{sec:splitting}.
590: 
591: As a consequence, $\ch{\pgl}$ and $\H{\pgl}$ can be regarded as $\invtorus$-algebras.
592: 
593: \begin{theorem}\label{thm:main-ch}
594: The $\invtorus$-algebra $\ch{\pgl}$ is generated by an element $\rho \in
595: \ch[p+1]{\pgl}$, and the ideal of relations is generated by the following:
596: 
597: \begin{enumeratea}
598: 
599: \item $p \rho = 0$, and
600: 
601: \item $\rho u = 0$ for all $u$ in the kernel of the homomorphism
602: $\invtorus \to \ch{\mmu}$.
603: 
604: \end{enumeratea}
605: 
606: \end{theorem}
607: 
608: There is a similar description for the cohomology: besides the element $\rho$, now considered as living in $\H[2p+2]{\pgl}$, we need a single class $\beta$ in degree $3$. This class is essentially the tautological \emph{Brauer class}. That is, if we call $\mathcal{C}$ the sheaf of complex valued continuous functions and $\mathcal{C}^*$ the sheaf of complex valued nowhere vanishing continuous functions on the classifying space $\class\pgl$, the tautological $\pgl$ principal bundle on $\class\pgl$ has a class  in the topological Brauer group $\H[2]{}(\class\pgl, \mathcal{C}^*)\tors$ (see \cite{grothendieck-brauer1}). On the other hand, the exponential sequence
609:    \[
610:    0 \longrightarrow \mathbb{Z} \xarr{2\pi\rmi}
611:    \mathcal{C} \longrightarrow \mathcal{C}^* \longrightarrow 1
612:    \]
613: induces a boundary homomorphism
614:    \[
615:    \H[2]{}(\class\pgl, \mathcal{C}^*) \longrightarrow
616:    \H[3]{}(\class\pgl, \mathbb{Z}) = \H[3]{\pgl},
617:    \]
618: which is an isomorphism, since $\class\pgl$ is paracompact, hence 
619:    \[
620:    \H[i]{}(\class\pgl, \mathcal{C}) = 0
621:    \]
622: for all $i > 0$. Our class $\beta$ is, up to sign, the image under this boundary homomorphism of the Brauer class of the tautological bundle. 
623: 
624: \begin{theorem}\label{thm:main-H}
625: The ring\/ $\H{\pgl}$ is the commutative $\invtorus$-algebra generated by an element $\beta$ of degree $3$ and the element $\rho$ of degree $2p+2$. The ideal of relations is generated by the following:
626: 
627: \begin{enumeratea}
628: 
629: \item $\beta^2 = 0$,
630: 
631: \item $p \rho = p \beta = 0$, and
632: 
633: \item $\rho u = \beta u = 0$ for all $u$ in the kernel of the homomorphism $\invtorus \to \ch{\mmu}$.
634: 
635: \end{enumeratea}
636: 
637: \end{theorem}
638: 
639: \begin{corollary}\label{cor:isom-even}
640: The cycle homomorphism induces an isomorphism of $\ch{\pgl}$ with $\H[\even]{\pgl}$.
641: \end{corollary}
642: 
643: From here it is not hard to get the additive structure of $\ch{\pgl}$ and $\H{\pgl}$. 
644: For each integer $m$, denote by $r(m,p)$ the number of partitions of $m$ into numbers between $2$ and $p$. If we denote by $\pi(m,p)$ the number of partitions of $m$ with numbers at most equal to $p$ (a more usual notation for this is $p(m,p)$, which does not look very good), then $r(m,p) = \pi(m,p) - \pi(m-1,p)$.
645: 
646: We will also denote by $s(m,p)$ the number of ways of writing $m$ as a linear combination $(p^{2} - p)i + (p+1)j$, with $i \geq 0$ and $j > 0$; and by $s'(m,p)$ the number of ways of writing $m$ as a the same linear combination, with $i \geq 0$ and $j \geq 0$. Obviously we have $s'(m,p) = s(m,p)$, unless $m$ is divisible by $p^{2}-p$, in which case $s'(m,p) = s(m,p) + 1$.
647: 
648: \begin{theorem} \label{thm:additive-structure}\hfil
649: \begin{enumeratea}
650: 
651: \item The groups $\ch[m]{\pgl}$ is isomorphic to
652:    \[
653:    \ZZ^{r(m,p)} \oplus (\ZZ/p\ZZ)^{s(m,p)}.
654:    \]
655: 
656: \item The group $\H[m]{\pgl}$ is isomorphic to $\ch[m/2]{\pgl}$ when $m$ is even, and is isomorphic to
657:    \[
658:    (\ZZ/p\ZZ)^{s'\left(\frac{m-3}{2},p\right)}
659:    \]
660: when $m$ is odd.
661: \end{enumeratea}
662: \end{theorem}
663: 
664: 
665: When $p =3$ we are able to get a description of $\ch{\pgl[3]}$ and $\H{\pgl[3]}$ by generator and relations, completing the work of \cite{vezzosi-pgl3}.
666: 
667: \begin{theorem}\label{thm:pgl3}\hfil
668: 
669: \begin{enumeratea}
670: 
671: \item $\ch{\pgl[3]}$ is the commutative $\ZZ$-algebra generated by elements $\gamma_{2}$, $\gamma_{3}$, $\delta$, $\rho$, of degrees $2$, $3$, $6$ and $4$ respectively, with relations
672:    \[
673:    27\delta - (4\gamma_{2}^{3} + \gamma_{3}^{2}), \quad
674:    3\rho, \quad
675:    \gamma_{2}\rho,\quad
676:    \gamma_{3}\rho.
677:    \]
678: 
679: \item $\H{\pgl[3]}$ is the commutative $\ZZ$-algebra generated by elements $\gamma_{2}$, $\gamma_{3}$, $\delta$, $\rho$ and $\beta$ of degrees $4$, $6$, $12$, $8$ and $3$ respectively, with relations
680:    \[
681:    27\delta - (4\gamma_{2}^{3} + \gamma_{3}^{2}), \quad
682:    3\rho, \quad 3\beta, \quad
683:    \beta^{2}, \quad
684:    \gamma_{2}\rho,\quad
685:    \gamma_{3}\rho, \quad
686:    \gamma_{2}\beta, \quad
687:    \gamma_{3}\beta.
688:    \]
689: 
690: \end{enumeratea}
691: 
692: 
693: \end{theorem}
694: 
695: 
696: The rest of the paper is dedicated to the proofs of these results. We start by recalling some basic facts on equivariant intersection theory.
697: 
698: 
699: 
700: \section{Preliminaries on equivariant intersection theory}\label{sec:preliminaries}
701: 
702: In this section the base field $k$ will be arbitrary.
703: 
704: We refer to \cite{totaro-classifying}, \cite{edidin-graham-equivariant} and \cite{vezzosi-pgl3} for the definitions and the basic properties of the Chow ring $\ch{G}$ of the classifying space of an algebraic group $G$ over a field $k$, and of the Chow group $\ch{G}(X)$ when $X$ is a scheme, or algebraic space, over $k$ on which $G$ acts, and their main properties. Almost all $X$ that appear in this paper will be smooth, in which case $\ch{G}(X)$ is a commutative ring; the single exception will be in the proof of Lemma~\ref{lem:keyfact-cycgl}. 
705: 
706: The connection between these two notions is that $\ch{G} = \ch{G}(\spec k)$.
707: 
708: Recall that $\ch{G}(X)$ is contravariant for equivariant morphism of smooth varieties; that is, if $f\colon X \arr Y$ is a $G$-equivariant morphism of smooth $G$-schemes, there in an induced ring homomorphism $f^{*}\colon \ch{G}(X) \arr \ch{G}(Y)$.
709: 
710: 
711: If $k = \CC$, and $X$ is a smooth algebraic variety on which $G$ acts, there is a cycle ring homomorphism $\ch{G}(X) \arr \H{G}(X)$ from the equivariant Chow ring to the equivariant cohomology ring; this is compatible with pullbacks. 
712: 
713: Furthermore, if $f$ is proper there is a pushforward $f_{*}\colon \ch{G}(Y) \arr \ch{G}(X)$; this is not a ring homomorphism, but it satisfies the projection formula
714:    \[
715:    f_{*}(\xi\cdot f^{*}\eta) = f_{*}\xi \cdot \eta
716:    \]
717: for any $\xi \in \ch{G}(X)$ and $\eta \in \ch{G}(Y)$.
718: 
719: When $Y$ is a closed $G$-invariant subscheme of $X$ and we denote by $\iota\colon Y \into X$ the embedding, then we have a localization sequence
720:    \[
721:    \ch{G}(Y) \stackrel{\iota_{*}}{\longrightarrow}
722:    \ch{G}(X) \arr \ch{G}(X \setminus Y) \arr 0.
723:    \]
724: The analogous statement for cohomology is different: here the restriction homomorphism $\H{G}(X) \arr \H{G}(X \setminus Y)$ is not necessarily surjective. However, when $X$ and $Y$ are smooth we have a long exact sequence
725:    \[
726:    \xymatrix@C+20pt{
727:    &\cdots\ar[r]& \H[i-1]{G}(X \setminus Y) \ar[dll] _{\partial} \\
728:    \H[i-2r]{G}(Y) \ar[r]_{\iota_{*}} 
729:    & \H[i]{G}(X) \ar[r]
730:    &\H[i]{G}(X \setminus Y) \ar[dll]_{\partial}\\
731:    \H[i -2r + 1]{G}(Y) \ar[r] & \cdots
732:    }
733:    \]
734: where $r$ is the codimension of $Y$ in $X$.
735: 
736: Furthermore, if $H \arr G$ is a homomorphism of algebraic groups, and $G$ acts on a smooth scheme $X$, we can define an action of $H$ on $X$ by composing with the given homomorphism $H \arr G$. Then we have a restriction homomorphism
737:    \[
738:    \res{G}{H}\colon \ch{G}(X)\arr \ch{H}(X).
739:    \]
740: 
741: Here is another property that will be used often. Suppose that $H$ is an algebraic subgroup of $G$. We can define a ring homomorphism $\ch{G}(G/H) \arr \ch{H}$ by composing the restriction homomorphism $\ch{G}(G/H) \arr \ch{H}(G/H)$ with the pullback $\ch{H}(G/H) \arr \ch{H}(\spec k) = \ch{H}$ obtained by the homomorphism $\spec k \arr G/H$ whose image is the image of the identity in $G(k)$. Then this ring homomorphism is an isomorphism.
742: 
743: More generally, suppose that $H$ acts on a scheme $X$. We define the induced space $G \times^{H} X$ as usual, as the quotient $(G \times X)/H$ by the free right action given by the formula $(g,x)h = (gh, h^{-1}x)$. This carries a natural left action of $G$ defined by the formula $g'(g,x) = (g'g,x)$. There is also an embedding $X \simeq H \times^{H}X \into G \times^{H} X$ that is $H$-equivariant: and the composite of the restriction homomorphism $\ch{G}(G \times^{H} X) \arr \ch{H}(G \times^{H} X)$ with the pullback $\ch{H}(G \times^{H} X) \arr \ch{H}(X)$ is an isomorphism.
744: 
745: Furthermore, if $V$ is a representation of $G$, then there are Chern classes $\chern_{i}(V)\in \ch[i]{G}$, satisfying the usual properties. More generally, if $X$ is a smooth scheme over $k$ with an action of $G$, every $G$-equivariant vector bundles $E \arr X$ has Chern classes $\chern_{i}(E) \in \ch[i]{G}(X)$.
746: 
747: The following fact will be used often.
748: 
749: \begin{lemma}\label{lem:exact-top}
750: Let $E \arr X$ be an equivariant vector bundle of constant rank $r$, $s\colon X \arr E$ the $0$-section, $E_{0} \subseteq E$ the complement of the $0$-section. Then the sequence
751:    \[
752:    \ch{G}(X) \xarr{\chern_{r}(E)} \ch{G}(X) \arr \ch{G}(E_{0}) \arr 0,
753:    \]
754: where the second arrow is the pullback along $E_{0} \arr \spec k$, is exact.
755: 
756: Furthermore, when $k = \CC$ we also have a long exact sequence
757:    \[
758:    \xymatrix@C+20pt{
759:    &\cdots\ar[r]& \H[i-1]{G}(E_{0}) \ar[dll] _{\partial} \\
760:    \H[i-2r]{G}(X) \ar[r]_{\chern_{r}(E)} 
761:    & \H[i]{G}(X) \ar[r]
762:    &\H[i]{G}(E_{0}) \ar[dll]_{\partial}\\
763:    \H[i -2r + 1]{G}(X) \ar[r] & \cdots
764:    }
765:    \]
766: 
767: \end{lemma}
768: 
769: \begin{proof}
770: This follows from the following facts:
771: 
772: \begin{enumerate}
773: 
774: \item the pullbacks $\ch{G}(X) \arr \ch{G}(E)$ and $\H{G}(X) \arr \H{G}(E)$ are isomorphisms,
775: 
776: \item the self-intersection formula, that says that the homomorphisms $s^{*}s_{*}\colon \ch{G}(X)\arr \ch{G}(X)$ and $s^{*}s_{*}\colon \H{G}(X)\arr \H{G}(X)$ are multiplication by $\chern_{r}(E)$, and
777: 
778: \item the localization sequences for Chow rings and cohomology. \qedhere
779: 
780: \end{enumerate}
781: \end{proof}
782: 
783: Let us recall the following results from \cite{totaro-classifying}.
784: 
785: \begin{enumerate}
786: 
787: \item If $T = \gm^{n}$ is a torus, and we denote by $x_{i} \in \ch[1]{T}$ the first Chern class of the  $i\th$ projection $T \arr \gm$, considered as a representation, then
788:    \[
789:    \ch{T} = \ZZ[x_{1}, \dots, x_{n}].
790:    \]
791:    
792: \item If $\torusgl[n]$ is the standard maximal torus in $\GL[n]$ consisting of diagonal matrices, then the restriction homomorphism $\ch{\GL[n]} \arr \ch{\torusgl[n]}$ induces an isomorphism
793:    \begin{align*}
794:    \ch{\GL[n]} &\simeq \ZZ[x_{1}, \dots, x_{n}]^{\s[n]}\\
795:    &= \ZZ[\sigma_{1}, \dots, \sigma_{n}]
796:    \end{align*}where the $\sigma_{i}$ are the elementary symmetric functions of the $x_{i}$.
797: 
798: \item If $\torussl[n]$ is the standard maximal torus in $\SL[n]$ consisting of diagonal matrices, and we denote by $x_{i}$ the restriction to $\ch{\SL[n]}$ of $x_{i} \in \ch{\GL[n]}$, then we have
799:    \[
800:    \ch{\torussl[n]} = \ZZ[x_{1}, \dots, x_{n}]/(\sigma_{1});
801:    \]
802: furthermore the restriction homomorphism $\ch{\SL[n]} \arr \ch{\torussl[n]}$ induces an isomorphism
803:    \begin{align*}
804:    \ch{\SL[n]} &\simeq
805:    \bigl(\ZZ[x_{1}, \dots, x_{n}]/(\sigma_{1})\bigr)^{\s[n]}\\
806:    &= \ZZ[\sigma_{1}, \sigma_{2}, \dots, \sigma_{n}]/(\sigma_{1}).
807:    \end{align*}
808:    
809: \item If $t \in \ch{\mmu[n]}$ is the first Chern class of the embedding $\mmu[n] \into \gm$, considered as a 1-dimensional representation, then we have
810:    \[
811:    \ch{\mmu[n]} = \ZZ[t](nt).
812:    \]
813: \end{enumerate}
814: 
815: Furthemore, if $G$ is any of the groups above and $k = \CC$, then the cycle homomorphism $\ch{G} \arr \H{G}$ is an isomorphism.
816: 
817: The following result is implicit in \cite{totaro-classifying}. Let $G$ be a finite algebraic group that is a product of copies of $\mmu[n]$, for various $n$. This is equivalent to saying that $G$ is a finite diagonalizable group scheme, or that $G$ is the Cartier dual of a finite abelian group $\Gamma$, considered as a group scheme over $k$. By Cartier duality, we have that $\Gamma$ is the character group $\widehat{G} \eqdef \hom(G, \gm)$.
818: 
819: \begin{proposition}
820: Consider the group homomorphism $\widehat{G} \arr \ch[1]{G}$ that sends each character $\chi\colon G \arr \gm$ into $\chern_{1}(\chi)$. The induced ring homomorphism $\sym_{\ZZ}\widehat{G} \arr \ch{G}$ is an isomorphism.
821: \end{proposition}
822: 
823: A more concrete way of stating this is the following. Set
824:    \[
825:    G = \mmu[n_{1}] \times \dots \times \mmu[n_{r}].
826:    \]
827: For each $i = 1$, \dots,~$n$ call $\chi_{i}$ the character obtained by composing the $i\th$ projection $G \arr \mmu[n_{i}]$ with the embedding $\mmu[n_{i}] \into \gm$, and set $\xi_{i} = \chern_{1}(\chi_{i}) \in \ch[1]{G}$. Then
828:    \[
829:    \ch{G} = \ZZ[\xi_{1}, \dots, \xi_{r}]/(n_{1}\xi_{1}, \dots, n_{r}\xi_{r}).
830:    \]
831: 
832: \begin{proof}
833: When $G = \mmu[n]$, this follows from Totaro's calculation cited above. The general case follows by induction on $r$ from the following Lemma.
834: 
835: \begin{lemma}
836: If $H$ is a linear algebraic group over $k$, the ring homomorphism
837:    \[
838:    \ch{H}\otimes_{\ZZ} \ch{\mmu[n]} \arr \ch{H \times\mmu[n]}
839:    \]
840: induced by the pullbacks $\ch{H} \arr \ch{H \times\mmu[n]}$ and $\ch{\mmu[n]} \arr \ch{H \times\mmu[n]}$ along the two projections $H \times\mmu[n] \arr H$ and $H \times\mmu[n] \arr \mmu[n]$ is an isomorphism.
841: \end{lemma}
842: 
843: \begin{proof}
844: This follows easily, for example, from the Chow--K\"unneth formula in \cite[Section~6]{totaro-classifying}, because $\mmu$ has a representation $V = k^{n}$ on which it acts by multiplication, with an open subscheme $U \eqdef V \setminus \{0\}$ on which it acts trivally; and the quotient $U/\mmu$ is the total space of a $\gm$-torsor on $\PP^{n-1}$, and, as such, it is a union of open subschemes of affine spaces.
845: 
846: It is also not hard to prove directly, as in \cite{molina-vistoli-classifying}.
847: \end{proof}
848: \noqed
849: \end{proof}
850: 
851: 
852: There is also a very important \emph{transfer} operation (sometimes called \emph{induction}). Suppose that $H$ is an algebraic subgroup of $G$ of finite index. The transfer homomorphism
853:    \[
854:    \tsf{H}{G}\colon  \ch{H} \arr  \ch{G}
855:    \]
856: (see \cite{vezzosi-pgl3}) is the proper pushforward from $\ch{H}\simeq \ch{G}(G/H)$ to $\ch{G}(\spec k) = \ch{G}$.
857: 
858: This is not a ring homomorphism; however, the projection formula holds, that is, if $\xi \in \ch{G}(X)$ and $\eta \in \ch{H}(X)$, we have
859:    \[
860:    \tsf{H}{G}\bigl(\xi \cdot  \res{G}{H}\eta\bigr) = \xi \cdot \tsf{H}{G}\eta
861:    \]
862: (in other words, $\tsf{H}{G}$ is a homomorphism of $\ch{G}(X)$-modules).
863: 
864: We are going to need the analogue of Mackey's formula in this context. Let $H$ and $K$ be algebraic subgroups of $G$, and assume that $H$ has finite index in $G$. We will also assume that the quotient $G/H$ is reduced, and a disjoint union of copies of $\spec k$ (this is automatically verified when $k$ is algebraically closed of characteristic~$0$). Then it is easy to see that the double quotient $K \backslash G /H$ is also the disjoint union of copies of $\spec k$. Furthermore, we assume that every element of $(K \backslash G /H)(k)$ is in the image of some element of $G(k)$. Of course this will always happen if $k$ is algebraically closed; with some work, this hypothesis can be removed, but it is going to be verified in all the cases to which we will apply the formula).
865: 
866: Denote by $\cC$ a set of representatives in $G(k)$ for classes in $(K \backslash G /H)(k)$. For each $s \in \cC$, set
867:    \[
868:    K_{s} \eqdef K \cap sHs^{-1} \subseteq G.
869:    \]
870: Obviously $K_{s}$ is a subgroup of finite index of $K$; there is also an embedding $K_{s} \into H$ defined by $k \mapsto s^{-1}ks$.
871: 
872: \begin{proposition}[Mackey's formula] \label{prop:mackey}\hfil
873:    \[
874:    \res{G}{K}\tsf{H}{G} = \sum_{s \in \cC} \tsf{K_{s}}{K}\res{H}{K_{s}}
875:    \colon \ch{H} \arr \ch{K}.
876:    \]
877: \end{proposition}
878: 
879: \begin{proof}
880: This is standard. We have that the equivariant cohomology rings $\ch{G}(G/H)$ and $\ch{G}(G/K)$ are canonically isomorphic to $\ch{H}$ and $\ch{K}$, respectively. The retriction homomorphism $\ch{G} \arr \ch{K}$ corresponds to the pullback $\ch{G}(\spec k) \arr \ch{G}(G/K)$, and the tranfer homomorphism corresponds to the proper pushforward $\ch{G}(G/H) \arr \ch{G}(\spec k)$. 
881: 
882: Since proper pushforwards and flat pullbacks commute, from the cartesian diagram
883:    \[
884:    \xymatrix{
885:    G/K \times G/H \ar[r]^-{\pr_{2}} \ar[d]^-{\pr_{1}}
886:    & G/H \ar[d]^{\pi}\\
887:    G/K \ar[r]^{\rho}
888:    & \spec k
889:    }
890:    \]
891: we get the equality
892:    \[
893:    \res{G}{K}\tsf{H}{G} = \rho^{*}\pi_{*} = 
894:    \pr_{1*}\pr_{2}^{*}\colon \ch{H} \arr \ch{K}.
895:    \]
896: 
897: Now we need to express $G/K \times G/H$ as a disjoint union of orbits by the diagonal action of $G$. There is a $G$-invariant morphism $G \times G \arr G$, defined by the rule $(a,b) \mapsto a^{-1}b$, that induces a morphism $G/K \times G/H \arr K \backslash G /H$. For each $s \in \cC$, call $\Omega_{s}$ the inverse image of $s \in (K \backslash G /H)(k)$, so that $G/K \times G/H$ is a disjoint union $\coprod_{s \in \cC} \Omega_{s}$. It is easy to verify that $\Omega_{s}$ is the orbit of the class $[1,s] \in (G/K \times G/H)(k)$ of the element $(1,s) \in (G \times G)(k)$, and that the stabilizer of $[1,s]$ is precisely $K_{s}$. From this we get an isomorphism
898:    \[
899:    G/K \times G/H \simeq \coprod_{s \in \cC} G/K_{s}
900:    \]
901: from which the statement follows easily.
902: \end{proof}
903: 
904: \begin{proposition}\label{prop:envelope}
905: Assume that $G$ is smooth. Let $f \colon X \arr Y$ a proper $G$-equivariant morphism of $G$-schemes. Assume that for every $G$-invariant closed subvariety $W \subseteq Y$ there exists a $G$-invariant closed subvariety of $X$ mapping birationally onto $W$. Then the pushforward $f_{*} \colon \ch{G}X \arr \ch{G}Y$ is surjective.
906: \end{proposition}
907: 
908: Here by $G$-invariant closed subvariety of $X$ we mean a closed subscheme $V$ of $X$ that is reduced, and such that $G$ permutes the irreducible components of $V$ transitively (one sometimes says that $V$ is \emph{primitive}).
909: 
910: This property can be expressed by saying that $X$ is an \emph{equivariant Chow envelope of $Y$} (see \cite[Definition~18.3]{fulton}).
911: 
912: \begin{proof}
913: In the non-equivariant setting the result follows from the definition of proper pushforward.
914: 
915: In our setting, let us notice first of all that if $Y' \arr Y$ is a $G$-equivariant morphism and $X' \eqdef Y' \times_{Y} X$, the projection $X' \arr Y'$ is also an equivariant Chow envelope (this is easy, and left to the reader). Therefore, if $U$ is an open subscheme of a representation of $G$ on which $G$ acts freely, the morphism $f\times\id_{U}\colon X \times U \arr Y \times U$ is an equivariant  Chow envelope. But since $G$ is smooth, it is easily seen that pullback from $(X \times U)/G$ to $X\times U$ defines a bijective correspondence between closed subvarieties of $(X \times U)/G$ and closed invariant subvarieties of $X\times U$; hence the $(X \times U)/G$ is a Chow envelope of $(Y \times U)/G$. So the proper pushforward $\ch{}\bigl((X \times U)/G\bigr) \arr \ch{}\bigl((Y \times U)/G\bigr)$ is surjective, and this completes the proof.
916: \end{proof}
917: 
918: \section{On $\cycmu$} \label{sec:cycmu}
919: 
920: A key role in our proof is played by a finite subgroups $\cycmu \subseteq \pgl$. 
921: 
922: We denote by $\cyc \subseteq \s$ the subgroup generated by the cycle $\sigma \eqdef (1\, 2\, \dots\,p)$. We embed $\s$ into $\pgl$ as usual by identifying a permutation $\alpha \in \s$ with the corresponding permutation matrix, obtained by applying $\alpha$ to the indices of the canonical basis $\rme_{1}$, \dots,~$\rme_{p}$ of $V$ (so that $\sigma \rme_{i} = \rme_{i+1}$, where addition is modulo $p$).
923: 
924: If we denote by $\tau$ the generator
925:    \[
926:    [\omega, \dots, \omega^{p-1}, 1]
927:    \]
928: of $\mmu \subseteq \pgl$,
929: we have that
930:    \[
931:    \tau\sigma = \omega\sigma\tau \quad \text{in }\GL;
932:    \]
933: so $\sigma$ and $\tau$ commute in $\pgl$, and they generate a subgroup
934:    \[
935:    \cycmu \subseteq \pgl.
936:    \]
937: We denote by $\alpha$ and $\beta$ the characters $\cycmu \arr \gm$ defined as
938:    \[
939:    \alpha(\sigma) = \omega \quad \text{and}\quad \alpha(\tau) = 1
940:    \]
941: and
942:    \[
943:    \beta(\sigma) = 1 \quad \text{and}\quad \beta(\tau) = \omega.
944:    \]
945: 
946: The following fact will be useful later.
947: 
948: \begin{lemma}\label{lem:describe-pgl}
949: If $i$ and $j$ are integers between $1$ and $p$, consider the matrix $\sigma^{i}\tau^{j}$ in the algebra $\liegl$ of $p \times p$ matrices. Then if $(i,j) \neq (p,p)$, the matrix $\sigma^{i}\tau^{j}$ has trace $0$, and its eigenvalues are precisely the $p$-roots of $1$.
950: 
951: Each $\sigma^{i}\tau^{j}$ is a semi-invariant for the action of $\cycmu$, with character $\alpha^{-j}\beta^{i}$. Furthermore the $\sigma^{i}\tau^{j}$ form a basis of $\liegl$, and those with $(i,j) \neq (p,p)$ form a bases of $\liesl$.
952: 
953: \end{lemma}
954: 
955: \begin{proof}
956: The fact that $\cycmu$ acts on $\sigma^{i}\tau^{j}$ via the character $\alpha^{-j}\beta^{i}$ is an elementary calculation, using the relation $\tau\sigma = \omega\sigma\tau$. From this it follows that the $\sigma^{i}\tau^{j}$ are linearly independent, and therefore form a basis of $\liegl$. The statement about the trace is also easy.
957: 
958: Let us check that the $\sigma^{i}\tau^{j}$ with $(i,j) \neq (p,p)$ have the elements of $\mmu$ as eigenvalues. When $i = p$ we get a diagonal matrix with eigenvalues are $\omega^{j}$, \dots,~$\omega^{pj}$, which are all the elements of $\mmu$, because $p$ is a prime and $j$ is not divisible by $p$. Assume that $i \neq p$. The numbers $i$, $2i$, \dots,~$pi$, reduced modulo $p$, coincide with $1$, \dots,~$p$. If $\lambda$ is a $p\th$ root of $1$, and $\rme_{1}$, \dots,~$\rme_{p}$ is the canonical basis of $k^{n}$, then the vector 
959:    \[
960:    \sum_{t=1}^{p}\lambda^{-t}\omega^{ij\binom{t}{2}}\rme_{ti}
961:    \]
962: is easily seen to be an eigenvector of $\sigma^{i}\tau^{j}$ with eigenvalue $\lambda$ (using the fact that
963:    \[
964:    \binom{t_{1}}{2} \equiv \binom{t_{2}}{2} \pmod{p}
965:    \]
966: when $t_{1} \equiv t_{2} \pmod{p}$, which holds because $p$ is odd, and the relations $\sigma\rme_{i} = \rme_{i+1}$ and $\tau\rme_{i} = \omega^{i}\rme_{i}$). This concludes the proof of the Lemma.
967: \end{proof}
968: 
969: \begin{corollary}\label{cor:all-conjugate}
970: Any two elements in $\cycmu$ different from the identity are conjugate in $\pgl$.
971: \end{corollary}
972: 
973: 
974: \begin{remark}
975: It is interesting to observe that the Proposition, and its Corollary, are false for $p = 2$; then the matrix $\sigma\tau$ has eigenvalues $\pm\sqrt{-1}$, which are not square roots of $1$.
976: \end{remark}
977: 
978: We will denote by $\xi$ and $\eta$ the first Chern classes in $\ch[1]{\cycmu}$ of the characters $\alpha$ and $\beta$. Then we have
979:    \[
980:    \ch{\cycmu} = \ZZ[\xi,\eta]/(p\xi, p\eta).
981:    \]
982: 
983: We will identify $\cycmu$ with $\FF_{p}\times\FF_{p}$, by sending $\sigma$ to $(1,0)$ and $\tau$ to $(0,1)$; this identifies the automorphism group of $\cycmu$ with $\GL[2](\FF_{p})$.
984: 
985: We are interested in the action of the normalizer $\rN_{\cycmu}\pgl$ of $\cycmu$ in $\pgl$ on $\cycmu$ and on the Chow ring $\ch{\cycmu}$.
986: 
987: %This is easy for $\sympgl$; then the normalizer of $\cycmu$ is the subgroup of $\sympgl$ generated by $\mmu$ and by the normalizer $\norm$ of $\cyc$ in $\s$. From this one deduces the following fact (the easy proofs are left to the reader).
988: 
989: %\begin{proposition}
990: %The quotient $\rN_{\cycmu}(\sympgl)/\cycmu$ is isomorphic to the multiplicative groups $\FF_{p}^{*}$, and the action of $\FF_{p}^{*}$ on $\cycmu$ is given by the formula
991: %   \[
992: %   a \cdot \sigma^{i}\tau^{j} = \sigma^{ai}\tau^{-aj}.
993: %   \]
994: %The induced homomorphism $\FF_{p}^{*} \arr \GL[2](\FF_{p})$ is defined by
995: %   \[
996: %   a \mapsto 
997: %   \begin{pmatrix}
998: %   a & 0\\
999: %   0 & a^{-1}
1000: %   \end{pmatrix}
1001: %   \]
1002: %and the ring of invariants $\bigl(\ch{\cycmu}\bigr)^{\FF_{p}^{*}}$ is the subring of
1003: %   \[
1004: %   \ch{\cycmu} = \ZZ[\xi,\eta]/(p\xi, p\eta)
1005: %   \]
1006: %generated by
1007: %   \[
1008: %   u \eqdef \xi^{p-1},\quad v \eqdef \eta^{p-1}
1009: %   \quad \text{and} \quad w \eqdef \xi\eta.
1010: %   \]
1011: %Furthermore we have
1012: %   \[
1013: %   \bigl(\ch{\cycmu}\bigr)^{\FF_{p}^{*}} = \ZZ[u,v,w]/(pu,pv,pw, w^{p-1} - uv).
1014: %   \]
1015: %\end{proposition}
1016: 
1017: %The normalizer in $\pgl$ is harder; here is the result.
1018: 
1019: \begin{proposition}\label{prop:describe-ch-cycmu}
1020: Consider the homomorphism
1021:    \[
1022:    \rN_{\cycmu}\pgl \arr \GL[2](\FF_{p})
1023:    \]
1024: defined by the action of $\rN_{\cycmu}\pgl$ on $\cycmu$. Its kernel is $\cycmu$, while its image is\/ $\slfinite$.
1025: 
1026: Furthermore, the ring of invariants
1027:    \[
1028:    \bigl(\ch{\cycmu}\bigr)^{\slfinite}
1029:    \]
1030: is the subring of $\ch{\cycmu}$ generated by the two homogeneous polynomials
1031:    \begin{align*}
1032:       q &\eqdef \eta^{p^{2}-p} + \xi^{p-1}(\xi^{p-1} - \eta^{p-1})^{p-1}\\
1033:       &= \xi^{p^{2}-p} + \eta^{p-1}(\xi^{p-1} - \eta^{p-1})^{p-1}
1034: \intertext{and}
1035:    r &\eqdef \xi\eta(\xi^{p-1} - \eta^{p-1})
1036:    \end{align*}
1037: \end{proposition}
1038: 
1039: The equality of the two polynomials that appear in the definition of $q$ is not immediately obvious, but is easy to prove, by subtracting them and using the identity
1040:    \[
1041:       (\xi^{p-1} - \eta^{p-1})^{p} =
1042:       \xi^{p^{2}-p} - \eta^{p^{2}-p}.
1043:    \]
1044: 
1045: \begin{remark}
1046: This is well known to homotopy theorists, as I learnt from N{.} Yagita. More generally, the rings of invariant $\FF_{p}[x_{1}, \dots, x_{n}]^{\GL[n](\FF_{p})}$ and $\FF_{p}[x_{1}, \dots, x_{n}]^{\SL[n](\FF_{p})}$ were computed by L.\,E{.} Dickson, in \cite{dickson-algebra}; the first is known as the \emph{Dickson algebra}. However, I prefer to leave the present self-contained treatment of this case as stands (partly because Lemma~\ref{lem:chern-regular} below will be used several times in what follows).
1047: \end{remark}
1048: 
1049: \begin{proof} First of all, let us show that the image of the homomorphism above is contained in $\slfinite$. There is canonical symplectic form
1050:    \[
1051:    \bigwedge\nolimits^{2}\bigl(\cycmu\bigr) \arr \mmu
1052:    \]
1053: defined as follows: if $a$ and $b$ are in $\cycmu\subseteq \pgl$, lift them to matrices $\overline{a}$ and $\overline{b}$ in $\GL$. Then the commutator $\overline{a}\overline{b}\overline{a}^{-1}\overline{b}^{-1}$ is a scalar multiple of the identity matrix $\rI_{p}$; it is easy to see that the scalar factor, which we denote by $\generate{a,b}$, is in $\mmu$, and that it only depends on $a$ and $b$, that is, it is independent of the liftings. The resulting function
1054:    \[
1055:    \generate{-,-}\colon (\cycmu)\times(\cycmu) \arr \mmu
1056:    \]
1057: is the desired symplectic form.
1058: 
1059: Now, $\slfinite$ has $p(p^{2}-1)$ elements. According to Corollary~\ref{cor:all-conjugate}, the action of $\rN_{\cycmu}\pgl$ is transitive on the non-zero vectors in $\FF_{p}^{2}$; so the order of the image of $\rN_{\cycmu}\pgl$ in $\slfinite$ has order divisible by $p^{2}-1$. It is easy to check that the diagonal matrix
1060:    \[
1061:    [1, \omega, \omega^{3}, \dots,
1062:    \underbrace{\omega^{\binom{i}{2}}}_{\text{$i\th$ place}},
1063:    \dots, \omega, 1]
1064:    \]
1065: is also in $\rN_{\cycmu}\pgl$, acts non-trivially on $\cycmu$, and has order $p$. So the order of the image of $\rN_{\cycmu}\pgl$ is divisible by $p$; it follows that it is equal to all of $\slfinite$.
1066: 
1067: It is not hard to check that the centralizer of $\cycmu$ equals $\cycmu$; and this completes the proof of the first part of the statement.
1068: 
1069: To study the invariant subring $\bigl(\ch{\cycmu}\bigr)^{\slfinite}$, we use the natural surjective homomorphism
1070:    \[
1071:    \ch{\cycmu} = \ZZ[\xi,\eta]/(p\xi,p\eta) \arr \FF_{p}[\xi,\eta],
1072:    \]
1073: which is an isomorphism in all degrees except $1$; it is enough to show that the  ring of invariants $\FF_{p}[\xi,\eta]^{\slfinite}$ is the polynomial subring $\FF_{p}[q,r]$.
1074: 
1075: To look for invariants in $\FF_{p}[\xi,\eta]$, we compute the symmetric functions of the vectors in the dual vector space $\bigl(\FF_{p}^{2}\bigr)^{\vee}$; these are the homogeneous components of the polynomial
1076:    \[
1077:    \prod_{i,j \in \FF_{p}}(1 + i\xi + j\eta),
1078:    \]
1079: which are evidently invariant under $\GL[2](\FF_{p})$.
1080: 
1081: \begin{lemma}\label{lem:chern-regular}\hfil
1082:    \[
1083:       \prod_{0\leq i,j\leq p-1} (1+i\xi+j\eta) = 1 - q + r^{p-1}.
1084:    \]
1085: \end{lemma}
1086: 
1087: \begin{proof}
1088: Using the formula
1089:    \[
1090:    \prod_{i \in \FF_{p}}(a + ib) = a^{p} - ab^{p-1},
1091:    \]
1092: which holds for any two elements $a$ and $b$ of a commmutative $\FF_{p}$-algebra, we obtain
1093:    \[
1094:       \begin{split}
1095:    \prod_{i,j \in \FF_{p}}(1 + i\xi + j\eta) &=
1096:       \prod_{i \in \FF_{p}}\bigl((1+i\xi)^{p} - (1+i\xi)\eta^{p-1}\bigr)\\
1097:    &= \prod_{i \in \FF_{p}}
1098:       \bigl((1-\eta^{p-1})+i(\xi^{p} -\xi\eta^{p-1})\bigr)\\
1099:    &= 
1100:    (1 - \eta^{p-1})^{p} - (1 - \eta^{p-1})(\xi^{p} -\xi\eta^{p-1})^{p-1}\\
1101:    &= 1 - (\eta^{p^{2}-p} + (\xi^{p} -\xi\eta^{p-1})^{p-1})\\
1102:       &\qquad+ \xi^{p-1}\eta^{p-1}(\xi^{p-1} - \eta^{p-1})^{p-1}\\
1103:    &= 1 - q + r^{p-1}.\qedhere
1104:    \end{split}
1105:    \]
1106: \end{proof}
1107: 
1108: 
1109: This shows that $q$ and $r^{p-1}$ are invariant under $\GL[2](\FF_{p})$. The polynomial $r$ is not invariant under $\GL[2](\FF_{p})$, but it is invariant under $\slfinite$. The simplest way to verify this is to observe that $r$ must be a semi-invariant of $\GL[2](\FF_{p})$ (if $g \in \GL[2](\FF_{p})$, then $(gr)^{p-1} = r^{p-1}$, and this means that $gr$ and $r$ differ by a constant in $\FF_{p}^{*}$). But the commutator subgroup of $\GL[2](\FF_{p})$ is well known to be $\slfinite$; so any character $\GL[2](\FF_{p}) \arr \FF_{p}^{*}$ is trivial on $\slfinite$, and $r$ is invariant under $\slfinite$.
1110: 
1111: We have left to check that $q$ and $r$ generate the ring $\FF_{p}[\xi,\eta]^{\slfinite}$. The equalities
1112:    \[
1113:    \xi^{p^{2}-1} - q\xi^{p-1} + r^{p-1}
1114:    = \eta^{p^{2}-1} - q\eta^{p-1} + r^{p-1}
1115:    = 0,
1116:    \]
1117: which are easily checked by homogenizing the equality of Lemma~\ref{lem:chern-regular}, that is, by adding an indeterminate $t$ and obtaining
1118:    \[
1119:    \prod_{\substack{0\leq i,j\leq p-1\\(i,j)\neq(0,0)}}
1120:    (t+i\xi+j\eta) = t^{p^{2}-1} - qt^{p-1} + r^{p-1},
1121:    \]
1122: ensure that the extension $\FF_{p}[q,r] \subseteq \FF_{p}[\xi,\eta]$ is finite. Hence it is flat, and its degree equals
1123:    \begin{align*}
1124:    \dim_{\FF_{p}}\FF_{p}[\xi,\eta]/(q,r)
1125:    &= \dim_{\FF_{p}}\FF[\xi,\eta]/(q,\xi)\\
1126:       &\qquad + \dim_{\FF_{p}}\FF[\xi,\eta]/(q,\eta)\\
1127:       &\qquad +\dim_{\FF_{p}}\FF[\xi,\eta]
1128:           /\bigl(q,\xi^{p-1} - \eta^{p-1}\bigr)\\
1129:    &= \dim_{\FF_{p}}\FF_{p}[\xi,\eta]/(\eta^{p^{2}-p},\xi)\\
1130:       &\qquad + \dim_{\FF_{p}}\FF_{p}[\xi,\eta]/(\xi^{p^{2}-p},\eta)\\
1131:       &\qquad +\dim_{\FF_{p}}\FF_{p}[\xi,\eta]
1132:           /\bigl(\xi^{p^{2}-p},\xi^{p-1} - \eta^{p-1}\bigr)\\
1133:    &= (p^{2} - p) + (p^{2} - p) + (p^{2} - p)(p - 1)\\
1134:    &= p(p^{2} - 1),
1135:    \end{align*}
1136: which is the order of $\slfinite$. So the degrees of the field extensions
1137:    \[
1138:    \FF_{p}(q,r) \subseteq \FF_{p}(\xi, \eta) 
1139:    \quad\text{and}\quad
1140:    \FF_{p}(\xi,\eta)^{\slfinite} \subseteq \FF_{p}(\xi, \eta)
1141:    \]
1142: both equal $p(p^{2} - 1)$, so $\FF_{p}(q,r) = \FF_{p}(\xi,\eta)^{\slfinite}$; and the result follows, because $\FF_{p}[q,r]$ is integrally closed.
1143: \end{proof}
1144: 
1145: For later use, let us record the following fact. The image the restriction homomorphism $\ch{\pgl} \arr \ch{\cycmu}$ is contained in $\bigl(\ch{\cycmu}\bigr)^{\slfinite}$. We are going to need formulas for the restrictions of the Chern classes $\chern_{i}(\liesl)$ to $\ch{\cycmu}$.
1146: 
1147: \begin{lemma}\label{lem:restrict-chern}
1148: Let $i$ be a positive integer. Then the restriction of $\chern_{i}(\liesl)$ to $\ch{\cycmu}$ is $-q$ if $i = p^{2} - p$, is $r^{p-1}$ if $i = p^{2}-1$, and is $0$ in all other cases.
1149: \end{lemma}
1150: 
1151: \begin{proof}
1152: The total Chern class of $\liegl$ coincides with the total Chern class of $\liesl$, because $\liegl$ is the direct some of $\liesl$ and a trivial representation. From Lemma~\ref{lem:describe-pgl} we see that this total Chern class, when restricted to $\ch{\cycmu}$, equals
1153:    \[
1154:    \sum_{i,j=1}^{p}(1+i\xi+j\eta);
1155:    \]
1156: and then the result follows from Lemma~\ref{lem:chern-regular}.
1157: \end{proof}
1158: 
1159: We will also need to know about the cohomology ring $\H{\cycmu}$. For any cyclic group $\rC_{n} \simeq \mu_{n}$, the homomorphism $\ch{\rC_{n}} \arr \H{\rC_{n}}$ is an isomorphism. This does not extend to $\cycmu$; however, from the universal coefficients theorem for cohomology, for each index $k$ we have a split exact sequence
1160:    \[
1161:    0\arr \bigoplus_{i+j=k}\H[i]{\cyc}\otimes\H[j]{\mmu}
1162:    \arr \H[k]{\cycmu} \arr
1163:    \bigoplus_{i+j=k+1}\tor_{1}^{\ZZ}\bigl(\H[i]{\cyc}, \H[j]{\mmu}\bigr)
1164:    \arr 0;
1165:    \]
1166: furthermore, since the exterior product homomorphism $\ch{\cyc}\otimes\ch{\mmu} \arr \ch{\cycmu}$ is an isomorphism, the image of the term $\bigoplus_{i+j=k}\H[i]{\cyc}\otimes\H[j]{\mmu}$ into $\H{\cycmu}$ is the image of the cycle homomorphism $\ch{\cycmu} \arr \H{\cycmu}$. From this it is easy to deduce that the cycle homomorphism induces an isomorphism of $\ch{\cycmu}$ with the even dimensional part $\H[\even]{\cycmu}$ of the cohomology.
1167: 
1168: We have isomorphisms
1169:    \[
1170:    \H[3]{\cycmu} \simeq
1171:    \tor_{1}^{\ZZ}\bigl(\H[2]{\cyc}, \H[2]{\mmu}\bigr)
1172:    \simeq \ZZ/p\ZZ;
1173:    \]
1174: chose a generator $s$ of $\H[3]{\cycmu}$ (later we will make a canonical choice). We have that $s^{2} = 0$, because $p$ is odd, and $s$ has odd degree.
1175: 
1176: The odd-dimensional part $\H[\odd]{\cycmu}$ of the cohomology is isomorphic to the direct sum $\bigoplus_{i,j}\tor_{1}^{\ZZ}\bigl(\H[i]{\cyc}, \H[j]{\mmu}\bigr)$, with a shift by $1$ in degree. Both $\H[\odd]{\cycmu}$ and $\bigoplus_{i,j} \tor_{1}^{\ZZ}\bigl(\H[i]{\cyc}, \H[j]{\mmu}\bigr)$ have natural structures of modules over $\H{\cyc}\otimes \H{\mmu} = \H[\even]{\cycmu}$, and the isomorphism above is an isomorphism of modules. But $\bigoplus_{i,j}\tor_{1}^{\ZZ}\bigl(\H[i]{\cyc}, \H[j]{\mmu}\bigr)$ is easily seen to be a cyclic $\H[\even]{\cycmu}$-module generated by $s$. From this we obtain the following result.
1177: 
1178: \begin{proposition}\label{prop:describe-H-cycmu}\hfil
1179:    \[
1180:    \H{\cycmu} = \ZZ[\xi,\eta,s]/(p\xi, p\eta, ps, s^{2}).
1181:    \]
1182: \end{proposition}
1183: 
1184: We are also interested in the action of $\slfinite$ on $\H{\cycmu}$. I claim that the class $s$ is invariant: this is equivalent to the following.
1185: 
1186: \begin{lemma}
1187: The action of\/ $\slfinite$ on $\H[3]{\cycmu}$ is trivial.
1188: \end{lemma}
1189: 
1190: This follows, for example, from the construction of Section~\ref{sec:rho}, where we construct a class $\beta \in \H[3]{\pgl}$ that maps to a non-zero element of $\H[3]{\cycmu}$. It would be logically correct to postpone the proof to Section~\ref{sec:rho}, as this fact is not used before then; but this does not seem very satisfactory, so we prove it now directly.
1191: 
1192: \begin{proof}
1193: Consider the exact sequence
1194:    \[
1195:    \H[2]{}(\cycmu, \ZZ/p\ZZ) \stackrel{\beta}\longrightarrow
1196:    \H[3]{}(\cycmu, \ZZ) \stackrel{p}\longrightarrow
1197:    \H[3]{}(\cycmu, \ZZ)
1198:    \]
1199: coming from the short exact sequence
1200:    \[
1201:    0 \arr \ZZ \stackrel{p}\longrightarrow \ZZ \arr \ZZ/p\ZZ \arr 0;
1202:    \]
1203: since $\H[3]{}(\cycmu, \ZZ) = \H[3]{\cycmu}$ is $\ZZ/p\ZZ$, we see that the Bockstein homomorphism $\beta\colon \H[2]{}(\cycmu, \ZZ/p\ZZ) \arr \H[3]{}(\cycmu, \ZZ)$ is surjective. It is also $\slfinite$-equivariant. By K\"unneth's formula, the exterior product induces an isomorphism of the direct sum
1204:    \[
1205:    \H[2]{}(\cyc, \ZZ/p\ZZ)\\ \oplus
1206:    \bigl(\H[1]{}(\cyc, \ZZ/p\ZZ) \otimes \H[1]{}(\mmu, \ZZ/p\ZZ)\bigr)
1207:    \oplus 
1208:    \H[2]{}(\mmu, \ZZ/p\ZZ)
1209:    \]
1210: with $\H[2]{}(\cycmu, \ZZ/p\ZZ)$. Now, from the commutativity of the diagram
1211:    \[
1212:    \xymatrix{
1213:       \H[2]{}(\cyc, \ZZ/p\ZZ)\ar[r]\ar[d] & \H[3]{}(\cyc, \ZZ)\ar[d]
1214:       \hsmash{{}= 0}\\
1215:    \H[2]{}(\cycmu, \ZZ/p\ZZ)\ar[r]^-{\beta} & \H[3]{}(\cycmu, \ZZ)
1216:    }
1217:    \]
1218: where the rows are Bockstein homomorphisms and the columns are induced by projection $\cycmu \arr \cyc$, we see that the Bockstein homomorphism $\beta$ sends $\H[2]{}(\cyc, \ZZ/p\ZZ)$, and $\H[2]{}(\mmu, \ZZ/p\ZZ)$ for analogous reasons, to $0$. Hence the composite of the exterior product map
1219:    \[
1220:    \H[1]{}(\cyc, \ZZ/p\ZZ) \otimes \H[1]{}(\mmu, \ZZ/p\ZZ) \arr
1221:       \H[2]{}(\cycmu, \ZZ/p\ZZ)
1222:    \]
1223: with $\beta$ is surjective. But we have an isomorphism
1224:    \[
1225:    \H[1]{}(\cycmu, \ZZ/p\ZZ) \simeq 
1226:    \H[1]{}(\cyc, \ZZ/p\ZZ) \oplus \H[1]{}(\mmu, \ZZ/p\ZZ)
1227:    \]
1228: which induces an isomorphism
1229:    \[
1230:    \bigwedge\nolimits^{2}\H[1]{}(\cycmu, \ZZ/p\ZZ) \simeq 
1231:    \H[1]{}(\cyc, \ZZ/p\ZZ) \otimes \H[1]{}(\mmu, \ZZ/p\ZZ).
1232:    \]
1233: This shows that the composite of the map
1234:    \[
1235:    \bigwedge\nolimits^{2}\H[1]{}(\cycmu, \ZZ/p\ZZ) \arr \H[2]{}(\cycmu,\ZZ/p\ZZ)
1236:    \]
1237: with the Bockstein homomorphism $\beta$ is surjective, hence an isomorphism, because both groups are isomorphic to $\ZZ/p\ZZ$. It is also evidently $\GL[2](\FF_{2})$-equivariant. The action of $\GL[2](\FF_{p})$ on $\bigwedge\nolimits^{2}\H[1]{}(\cycmu, \ZZ/p\ZZ)$ is by multiplication by the inverse of the determinant; hence $\slfinite$ acts trivially, and this completes the proof.
1238: \end{proof}
1239: 
1240: 
1241: 
1242: 
1243: From this we deduce the following fact.
1244: 
1245: \begin{proposition}\label{prop:H-invariants-cycmu}
1246: The ring of invariants $\bigl(\H{\cycmu}\bigr)^{\slfinite}$ is generated by $q$, $r$ and $s$.
1247: \end{proposition}
1248: 
1249: 
1250: \begin{remark}
1251: The group $\cycmu$ is important in the theory of division algebras. Suppose that $K$ is a field containing $k$, and $E \arr \spec K$ is a non-trivial $\pgl$ principal bundle. This corresponds to a central division algebra $D$ over $K$ of degree $p$. Recall that $D$ is \emph{cyclic} when there are elements $a$ and $b$ of $K^{*}$, such that $D$ is generated by two elements $x$ and $y$, satisfying the relations $x^{p} = a$, $y^{p} = b$, $yx = \omega xy$. It is not hard to show that $D$ is cyclic if and only if $E$ has a reduction of structure group to $\cycmu$.
1252: 
1253: One of the main open problems in the theory of division algebra is whether all division algebras of prime degree are cyclic. Let $V$ be a representation of $\pgl$ over $k$ with a non-empty open invariant subset $U$ on which $\pgl$ acts freely. Let $K$ be the fraction field of $U/\pgl$, $E$ the pullback to $\spec K$ of the $\pgl$-torsor $U \arr U/G$ and $D$ the corresponding division algebra; it is well known that $D$ cyclic if and only if every division algebra of degree $p$ over a field containing $k$ is cyclic. 
1254: 
1255: The obvious way to show that $D$ is \emph{not} cyclic is to show that there is an invariant for division algebras that is $0$ for cyclic algebras, but not $0$ for $D$. However, the result proved here implies that there is no such invariant in the cohomology ring $\H{\pgl}$. In fact, consider a non-zero invariant $\xi \in\H{\pgl}$. Then either $\xi$ has even degree, so it comes from $\ch{\pgl}$, hence it restricts to $0$ in $V/\pgl$ for some open invariant subset $V \subseteq U$, or it has odd degree, and then it maps to $0$ in $\ch{\toruspgl}$, and it does not map to $0$ in $\ch{\cycmu}$.
1256: 
1257: This is related with the fact that one can not find such an invariant in \'etale cohomology with $\ZZ/p\ZZ$ coefficients (see \cite[\S 22.10]{garibaldi-merkurjev-serre}).
1258: \end{remark}
1259: 
1260: 
1261: 
1262: \section{On $\cycgl$}\label{sec:cycgl}
1263: 
1264: \begin{proposition}\label{prop:chcycgl-hcycgl}
1265: Assume that $k = \CC$. Then the cycle homomorphism $\ch{\cycgl} \to \H{\cycgl}$ is an isomorphism.
1266: \end{proposition}
1267: 
1268: \begin{proof} This the first illustration of the stratification method: we take a geometrically meaningful representation of $\cycgl$ and we stratify it.
1269: 
1270: 
1271: Denote by $V \eqdef \AA^p$ the standard representation of $\GL$, restricted to $\cycgl$. We denote by $V_{\le i}$ the Zariski open  $\cycgl$-invariant subset consisting of $p$-uples of complex numbers such that at most $i$ of them are $0$, and by $V_i \eqdef V_{\le i} \setminus V_{\le i-1}$ the smooth locally closed subvariety of $p$-uples consisting of vectors with exactly $i$ coordinates that are $0$. Obviously $V_{\le p-1} = V \setminus \{0\}$ and $V_p = 0$.
1272: 
1273: \begin{lemma}\label{lem:aux1-isom}
1274: For each $0 \le i \le p-1$, the cycle homomorphism $\ch{\cycgl}{V_i} \to \H{\cycgl}{V_i}$ is an isomorphism.
1275: \end{lemma}
1276: 
1277: \begin{proof}
1278: First of all, assume that $i = 0$. Then the action of $\cycgl$ on $V_0$ is transitive, and the stabilizer of $(1, \dots, 1) \in V_{0}(k)$ is $\cyc$; hence  we have a commutative diagram
1279:    \[
1280:    \xymatrix{
1281:    \ch{\cycgl}(V_0)\ar[r]\ar[d] & \H{\cycgl}(V_0)\ar[d]\\
1282:    \ch{\cyc}         \ar[r]       &  \H{\cyc}
1283:    }
1284:    \]
1285: where the rows are cycle homomorphisms and the columns are isomorphisms. Since the bottom row is also an isomorphism, the thesis follows.
1286: 
1287: 
1288: When $i>0$ the argument is similar. The action of $\cycgl$ on $V_i$ expresses $V_i$ as a disjoint union of open orbits $\Omega_1$, \dots,~$\Omega_r$, where $r \eqdef \frac{1}{p} \binom{p}{i}$, and the stabilizer of a point of each $\Omega_j$ is an $i$-dimensional torus $T_j$; hence we get a commutative diagram
1289:    \[
1290:    \xymatrix{
1291:    \ch{\cycgl}(V_i)\ar[r]    \ar[d] & \H{\cycgl}(V_i)\ar[d]\\
1292:    \bigoplus_{h=1}^r\ch{T_j} \ar[r] & \bigoplus_{h=1}^r\H{T_j}
1293:    }
1294:    \]
1295: where the columns and the bottom row are isomorphisms.
1296: \end{proof}
1297: 
1298: \begin{lemma}\label{lem:aux2-isom}
1299: For each $0 \le i \le p-1$, the cycle homomorphism $\ch{\cycgl}{V_{\le i}} \to \H{\cycgl}{V_{\le i}}$ is an isomorphism.
1300: \end{lemma}
1301: 
1302: \begin{proof}
1303: 
1304: We proceed by induction on $i$. When $i = 0$ we have $V_{\le 0} = V_0$, and the thesis follows from the previous lemma. For the inductive step, we have a commutative diagram with exact rows
1305:    \[
1306:    \xymatrix{
1307:    \ch{\cycgl}(V_i)         \ar[r]\ar[d]             &
1308:    \ch{\cycgl}(V_{\le i})   \ar[r]\ar[d]             &
1309:    \ch{\cycgl}(V_{\le i-1}) \ar[r]\ar[d]^*+[o][F]{1} & 0 \\
1310: %
1311:    \H{\cycgl}(V_i)         \ar[r]  ^*+[o][F]{3}      &
1312:    \H{\cycgl}(V_{\le i})   \ar[r]^*+[o][F]{2}        &
1313:    \H{\cycgl}(V_{\le i-1}) \hsmash{;}
1314:    }
1315:    \]
1316: by inductive hypothesis, the arrow marked with $\xymatrix{*+[o][F]{1}}$ is an isomorphism, hence the arrow marked with $\xymatrix{*+[o][F]{2}}$ is surjective. However, the bottom row of the diagram extends to a Gysin exact sequence
1317:    \[
1318:    \H{\cycgl}(V_i) \to
1319:    \H{\cycgl}(V_{\le i}) \to
1320:    \H{\cycgl}(V_{\le i-1}) \to
1321:    \H{\cycgl}(V_i) \to \cdots
1322:    \]
1323: showing that the arrow marked with $\xymatrix{*+[o][F]{3}}$ is injective. From this, and the fact that the left hand column is an isomorphism, it follows that the middle column is also an isomorphism, as desidered.
1324: \end{proof}
1325: 
1326: Let us proceed with the proof of the Theorem. For each $i$ we have an commutative diagram with exact rows
1327:    \[
1328:    \xymatrix{
1329:    \ch{\cycgl} \ar[r]^{\c_p (V)}\ar[r]\ar[d] &
1330:    \ch{\cycgl} \ar[r]\ar[r]\ar[d]&
1331:    \ch{\cycgl} (V\setminus \{0\}) \ar[r]\ar[r]\ar[d]&
1332:    0\\
1333:    \H{\cycgl} \ar[r]^{\c_p (V)}\ar[r] &
1334:    \H{\cycgl} \ar[r]\ar[r]&
1335:    \H{\cycgl} (V\setminus \{0\})\\
1336:    }
1337:    \]
1338: Now, by Lemma~\ref{lem:aux2-isom} the right hand column is an isomorphism, hence, arguing as in the proof of Lemma~\ref{lem:aux2-isom}, we conclude that the bottom row of the diagram is a short exact sequence.
1339: 
1340: If $i$ is odd, we have $\H[i]{\cycgl} (V\setminus \{0\}) = 0$, hence the multiplication homomorphism 
1341:    \[
1342:    \H[i-2p]{\cycgl} \xarr{\c_p (V)} \H[i]{\cycgl}
1343:    \]
1344: is an isomorphism. From this we deduce, by induction on $i$, that $\H[i]{\cycgl} = 0$ for all odd $i$.
1345: 
1346: When $i$ is even, one proceeds similarly by induction on $i$, with a straightforward diagram chasing in the  diagram above.
1347: \end{proof}
1348: 
1349: Let us compute the Chow ring of the classifying space of $\cycgl$. The Weyl group $\s$ acts on $\ch{\torusgl} = \ZZ[x_{1}, \dots, x_{p}]$ by permuting the $x_i$'s. Consider the action of $\cyc$ on $\ch{\torusgl}$: the group permutes the monomials, and the only monomials that are left fixed are the ones of the form $\sigma_{p}^{r} = x_1^r \dots x_p^r$, while on the others the action of $\cyc$ is free. We will call the monomials that are not powers of $\sigma_{p}$ \emph{free monomials}. Then $\ch{\torusgl}$ splits as a direct sum $\ZZ[\sigma_{p}]\oplus M$, where $M$ is the free $\ZZ\cyc$-module generated by the free monomials. Hence the ring of invariants $(\ch{\torusgl})^{\cyc}$ is a direct sum $\ZZ[\sigma_{p}] \oplus M^{\cyc}$, and $M^{\cyc}$ is a free abelian group on the generators $\sum_{s \in \cyc} sm$, where $m$ is a free monomial.
1350: 
1351: We will denote by $\xi \in \ch[1]{\cyc}$ the first Chern class of the character $\cyc \to \gm$ obtained by sending the generator $(1, \dots, p)$ of $\cyc$ to the fixed generator $\omega$ of $\mmu$, and also its pullback to $\cycgl$ through the projection $\cycgl \to \cyc$.
1352: 
1353: We will also use the subgroup $\mmu \subseteq \torusgl$ of matrices of the form $\zeta\rI_{p}$, where $\zeta\in \mmu$. The Chow ring $\ch{\mmu}$ is of the form $\ZZ[\eta]/(p\eta)$, where $\eta$ is the first Chern class of the 1-dimensional representation given by the embedding $\mmu \into \gm$. The action of $\cyc$ on $\mmu$ is trivial, so there a copy of $\cycmu$ in $\cycgl$; the Chow ring $\ch{\cycmu}$ is $\ZZ[\xi, \eta]/(p\xi, p\eta)$.
1354: 
1355: Here are the facts about $\ch{\cycgl}$ that we are going to need.
1356: 
1357: \begin{proposition}\call{prop:describe-cycgl}\hfil
1358: \begin{enumeratea}
1359: 
1360: \itemref{4} The image of the restriction homomorphism
1361:    \[
1362:    (\ch{\torusgl})^{\cyc} \arr \ch{\mmu}  = \ZZ[\eta]/(p\eta)
1363:    \]
1364: is the subring generated by $\eta^{p}$, which is the image of $\sigma_{p}$. The kernel is the subgroup of $(\ch{\torusgl})^{\cyc}$ generated by the $\sum_{s \in \cyc} sm$, where $m$ is a free monomial, and by $p\sigma_{p}$.
1365: 
1366: \itemref{1} The ring homomorphism $\ch{\cycgl} \arr \bigl(\ch{\torusgl}\bigr)^{\cyc}$ induced by the embedding $\torusgl \into \cycgl$ is surjective, and admits a canonical splitting $\phi\colon \bigl(\ch{\torusgl}\bigr)^{\cyc} \arr \ch{\cycgl}$, which is a ring homomorphism.
1367: 
1368: \itemref{2} As an algebra over $\ch{\cycgl}$, the ring $\ch{\cycgl}$ is generated by the element $\xi$, while the ideal of relations is generated by the following: $p\xi = 0$, and $\phi(u) \xi = 0$ for all $u$ in the kernel of the ring homomorphism $\ch{\torusgl} \arr \ch{\mmu}$ induced by the embedding $\mmu \into \torusgl$.
1369: 
1370: \itemref{3} The ring homomorphism $\ch{\cycgl} \arr \ch{\torusgl} \times \ch{\cycmu}$ induced by the embeddings $\torusgl \into \cycgl$ and $\cycmu \into \cycgl$ is injective.
1371: 
1372: \itemref{5} The restriction homomorphism $\ch{\cycgl} \arr (\ch{\torusgl})^{\cyc}$ sends the kernel of $\ch{\cycgl} \arr \ch{\cycmu}$ bijectively onto the kernel of $\ch{\torusgl} \arr \ch{\mmu}$.
1373: 
1374: 
1375: 
1376: \end{enumeratea}
1377: \end{proposition}
1378: 
1379: \begin{proof}
1380: Let us prove part~\refpart{prop:describe-cycgl}{4}.
1381: All the $x_{i}$ in $\ch{\torusgl}$ map to $\eta$ in $\ch{\mmu}$, so $\sigma_{p}$ maps to $\eta^{p}$, and all the $\sum_{s \in \cyc} sm$ map to $p\eta^{\deg m} = 0$.
1382: 
1383: Let us prove \refpart{prop:describe-cycgl}{1}. First of all let us construct the splitting $\phi\colon \bigl(\ch{\torusgl}\bigr)^{\cyc} \arr \ch{\cycgl}$ as a homomorphism of abelian groups. The group $\bigl(\ch{\torusgl}\bigr)^{\cyc}$ is free over the powers of $\sigma_{p}$ and the $\sum_{s \in \cyc}sm$.
1384: 
1385: The restriction of the canonical representation $V$ of $\cycgl$ to the maximal torus $\torusgl$ splits are a direct sum of 1-dimensional representations with first Chern characters $x_{1}$, \dots,~$x_{p}$; hence the $i\th$ Chern class $\c_{i}(V) \in \ch[i]{\cycgl}$ restricts to $\sigma_{i} \in (\ch[i]{\torusgl})$. We define the splitting by the rules
1386: \begin{enumeratea}
1387: 
1388: \item $\phi(\sigma_{p}^{r}) = \c_{p}(V)^{r} \in \ch{\cycgl}$ for each $r > 0$, and
1389: 
1390: \item $\phi(\sum_{s \in \cyc}sm) = \tsf{\torusgl}{\cycgl} m \in \ch{\cycgl}$
1391: for each free monomial $m$.
1392: 
1393: \end{enumeratea}
1394: 
1395: Notice that the transfer in the second part of the definition only depends on the orbit of $m$; hence $\phi$ is well defined.
1396: 
1397: We need to check that $\phi$ is a ring homomorphism, by taking two basis element $u$ and $v$ and showing that $\phi(uv)$ equals $\phi(u)\phi(v)$. This is clear when both $u$ and $v$ are powers of $\sigma_{p}$.
1398: 
1399: Consider the product $\sigma_{p}^{r}\sum_{s\in \cyc}sm = \sum_{s\in \cyc}s(\sigma_{p}^{r}m)$; we have
1400: %
1401:    \begin{align*}
1402:    \phi\Bigl(\sigma_{p}^{r}\sum_{s\in \cyc}sm\Bigr) &= 
1403:       \phi\Bigl(\sum_{s\in \cyc}s(\sigma_{p}^{r}m)\Bigr)\\
1404:    & = \tsf{\torusgl}{\cycgl} (\sigma_{p}^{r}m)
1405:       \quad\text{(because $\sigma_{p}^{r}m$ is still a free monomial)}\\
1406:    & = \c_{p}(V)^{r}\tsf{\torusgl}{\cycgl} (m)
1407:       \quad\text{(by the projection formula)}\\
1408:    & = \phi(\sigma_{p}^{r})\phi\Bigl(\sum_{s\in \cyc}sm\Bigr).
1409:    \end{align*}
1410: 
1411: Now the hardest case. Notice that if $m$ is any monomial, not necessarily free, we have the equality
1412:    \[
1413:    \phi\Bigl(\sum_{s\in \cyc}sm\Bigr) = \tsf{\torusgl}{\cycgl} m.
1414:    \]
1415: When $m$ is free this holds by definition, whereas when $m = \sigma_{p}^{r}$ we have
1416:    \begin{align*}
1417:    \smash{\phi\Bigl(\sum_{s\in \cyc}\sigma_{p}^{r}\Bigr)}
1418:    &= p \phi(\sigma_{p}^{r})\\
1419:    &= p\c_{p}(V)^{r} \\
1420:    &= \tsf{\torusgl}{\cycgl} \res{\cycgl}{\torusgl}\c_{p}(V)^{r}\\
1421:    &= \tsf{\torusgl}{\cycgl} \sigma_{p}^{r}.
1422:    \end{align*}
1423: Take two free monomials $m$ and $n$. We have
1424:    \begin{align*}
1425:    \phi\Bigl(\sum_{s\in \cyc}sm \cdot\sum_{s\in \cyc}sn\Bigr)
1426:       &= \phi\Bigl(\sum_{s,t \in \cyc}sm \cdot tn\Bigr)\\
1427:    &= \phi\Bigl(\sum_{s,t \in \cyc}sm \cdot stn\Bigr)\\
1428:    &= \sum_{t\in \cyc}\phi\Bigl(\sum_{s \in \cyc}s(m \cdot tn)\Bigr)\\
1429:    &= \sum_{t \in \cyc}\tsf{\torusgl}{\cycgl}(m\cdot tn)\\
1430:    &= \tsf{\torusgl}{\cycgl}\Bigl(m\cdot \sum_{t \in \cyc}tn\Bigr)\\
1431:    &= \tsf{\torusgl}{\cycgl}
1432:       \Bigl(m\cdot \res{\cycgl}{\torusgl}\tsf{\torusgl}{\cycgl}n\Bigr)\\
1433:    &= \tsf{\torusgl}{\cycgl}(m) \tsf{\torusgl}{\cycgl}(n)\\
1434:    &= \phi\Bigl(\sum_{s\in \cyc}sm\Bigr) \phi\Bigl(\sum_{s\in \cyc}sn\Bigr)
1435:    \end{align*}
1436: as claimed. This ends the proof of part~\refpart{prop:describe-cycgl}{1}.
1437: 
1438: For parts~\refpart{prop:describe-cycgl}{2} and \refpart{prop:describe-cycgl}{3}, notice the following fact: since the restriction of $\xi$ to $\ch{\torusgl}$ is $0$, from the projection formula it follows that $\xi \tsf{\torusgl}{\cycgl}(m) = 0 \in \ch{\cycgl}$ for any $m \in \ch{\torusgl}$; hence we get that $\phi(\sum_{s \in \cyc}m)\xi = 0 \in \ch{\cycgl}$, as claimed. Thus, the relations of the statement of the Proposition hold true.
1439: 
1440: Denote by $\ch[+]{\torusgl}$ the ideal of $\ch{\torusgl}$ generated by homogeneous elements of positive degree. Then the image of $\bigl(\ch[+]{\torusgl}\bigr)^{\cyc}$ in $\ch{\cycgl}$ via $\phi$ maps to $0$ under the restriction homomorphism $\res{\cycgl}{\cyc} \colon \ch{\cycgl} \arr \ch{\cyc}$. In fact, the image of $\ch[+]{\torusgl}$ is generated by elements of the form $\tsf{\torusgl}{\cycgl}m$, where $m \in \ch{\torusgl}$ is a monomial of positive degree, and by positive powers $\c_{p}(V)^{r}$ of the top Chern class of $V$. The fact that the restriction of $\tsf{\torusgl}{\cycgl}m$ is $0$ follows from Mackey's formula. On the other hand, the restriction of $V$ to $\cyc$ is a direct sum of 1-dimensional representations with first Chern classes $0$, $\xi$, $2\xi$, \dots,~$(p-1)\xi$, so the restriction of $V$ has trivial top Chern class.
1441: 
1442: \begin{lemma}\label{lem:keyfact-cycgl}
1443: The kernel of the restriction homomorphism
1444:    \[
1445:    \res{\cycgl}{\cyc} \colon \ch{\cycgl} \arr \ch{\cyc}
1446:    \]
1447: consists of the sum the image of $(\ch[+]{\torusgl})^{\cyc}$ in $\ch{\cycgl}$ via $\phi$, and of the ideal $\bigl(\c_{p}(V)\bigr) \subseteq \ch{\cycgl}$.
1448: \end{lemma}
1449: 
1450: \begin{proof}
1451: Consider the hyperplane $H_{i}$ in the canonical representation $V = \AA^{p}$ defined by the vanishing of the $i\th$ coordinate. Denote by $H = \cup_{i=1}^{p} H_{i} \subseteq V$ the union. If $V_{0} = V \setminus H$ we have an exact sequence
1452:    \[
1453:    \ch{\cycgl}(H)  \arr \ch{\cycgl}(V) \arr \ch{\cycgl}(V_{0}) \arr 0.
1454:    \]
1455: We identify $\ch{\cycgl}(V)$ with $\ch{\cycgl}$ via the pullback $\ch{\cycgl} \arr \ch{\cycgl}(V)$, which is an isomorphism. The action of $\torusgl$ on $V_{0}$ is free and transitive, and the stabilizer of the point $(1, 1, \dots, 1)$ is $\cyc \subseteq \cycgl$. Hence we have an isomorphism of $\ch{\cycgl}(V_{0})$ with $\ch{\cyc}$, and the pullback $\ch{\cycgl}(V) \arr \ch{\cycgl}(V_{0})$ is identified with the restriction homomorphism $ \ch{\cycgl} \arr \ch{\cyc}$. So the kernel of this restriction is the image of $\ch{\cycgl}(H)$.
1456: 
1457: Denote by $\widetilde{H}$ the disjoint union $\coprod_{i=1}^{p}H_{i} \sqcup \{0\}$ of the $H_{i}$ with the origin $\{0\}\subseteq V$. I claim that the proper pushforward $\ch{\cycgl}(\widetilde{H}) \arr \ch{\cycgl}(H)$ is surjective. This follows from Proposition~\ref{prop:envelope}: we need to check that every $\cycgl$-invariant closed subvariety of $H$ is the birational image of a $\cycgl$-invariant subvariety of $\widetilde{H}$. Denote by $W$ a  $\cycgl$-invariant closed subvariety of $H$. If $W = \{0\}$ we are done. Otherwise it is easy to see that $W$ will be the union of $p$ $\torusgl$-invariant irreducible components $W_{1}$, \dots,~$W_{p}$, such that each $W_{i}$ is contained in $H_{i}$. Then the disjoint union $\coprod_{i=1}^{p}W_{i} \subseteq \coprod_{i=1}^{p}H_{i} \subseteq \widetilde{H}$ is $\cycgl$-invariant and maps birationally onto $W$. Hence we conclude that the kernel of the restriction homomorphism is the sum of the images of the proper pushforwards    \[
1458:    \ch{\cycgl}(\{0\}) \arr \ch{\cycgl}(V)
1459:    \]
1460: and
1461:    \[
1462:    \ch{\cycgl}\bigl(\coprod_{i=1}^{p}H_{i}\bigr) \arr \ch{\cycgl}(V).
1463:    \]
1464: 
1465: After identifying $\ch{\cycgl}(V)$ with $\ch{\cycgl}$, the first pushforward is just multiplication by $\c_{p}(V)$, so its image is the ideal $\bigl(\c_{p}(V)\bigr) \subseteq \ch{\cycgl}$.
1466: 
1467: Notice that the disjoint union $\coprod_{i=1}^{p} H_{i}$ is canonically isomorphic, as a $\cycgl$-scheme, to $(\cycgl)\times^{\torusgl}H_{1}$; hence there is a canonical isomorphism
1468:     \[
1469:    \ch{\cycgl}\biggl(\,\coprod_{i=1}^{p}H_{i}\biggr) \simeq 
1470:    \ch{\torusgl}(H_{1}).
1471:    \]
1472: The pushforward $\ch{\torusgl}(H_{1}) \arr \ch{\cycgl}(V)$ is the composite of the proper pushforward $\ch{\torusgl}(H_{1}) \arr \ch{\torusgl}(V)$, followed by the transfer homomorphism $\ch{\torusgl}(V) \arr \ch{\cycgl}(V)$. After identifying $\ch{\torusgl}(H_{1})$ and $\ch{\torusgl}(V)$ with $\ch{\torusgl}$, $\ch{\cycgl}(V)$ with $\ch{\cycgl}$, we see that this implies that the image of $\ch{\cycgl}\bigl(\coprod_{i=1}^{p}H_{i}\bigr)$ in $\ch{\cycgl}(V) = \ch{\cycgl}$ is the image of the ideal $(x_{1}) \subseteq \ch{\torusgl}$ under the transfer map $\ch{\torusgl} \arr \ch{\cycgl}$. So each element of the image of $\ch{\cycgl}\bigl(\coprod_{i=1}^{p}H_{i}\bigr)$ can be written as a linear combination with integer coefficients of transfers of monomials of positive degree: and this completes the proof of the Lemma.
1473: \end{proof}
1474: 
1475: Now we show that $\ch{\cycgl}$ is generated, as an algebra over $\bigl(\ch{\torusgl}\bigr)^{\cyc}$, by the single element $\xi$. Take an element $\alpha$ of $\ch{\cycgl}$ of degree $d$, and write its image in $\ch{\cyc} = \ZZ[\xi]/(p\xi)$ in the form $m\xi^{d}$, where $m$ is an integer. Then $\alpha - m\xi^{d} \in \ch{\cycgl}$ maps to $0$ in $\ch{\cyc}$, so according to Lemma~\ref{lem:keyfact-cycgl} it is of the form $\beta + \sigma_{p}\gamma$, where $\beta$ is in $\bigl(\ch{\torusgl}\bigr)^{\cyc}$ and $\gamma \in \ch[d-p]{\cyc}$. The proof is concluded by induction on $d$.
1476: 
1477: Now we prove that the relations indicated generate the ideal of relations, and, simultaneously, part~\refpart{prop:describe-cycgl}{3}.
1478: 
1479: Take an element $\alpha \in \ch[d]{\cycgl}$; using the given relations, we can write $\alpha$ in the form $\alpha_{0} + \alpha_{1}\xi + \alpha_{2}\xi^{2} + \cdots$, where $\alpha_{0} \in \bigl(\ch[d]{\torusgl}\bigr)^{\cyc}$, while for each $i > 0$ the element $\alpha_{i}$ is of the form $d_{i}\sigma_{p}^{r}$, where $0 \leq d_{i} \leq p-1$, and $rp = d-i$, when $p$ divides $d-i$, and $0$ otherwise.
1480: 
1481: Assume that the image of $\alpha$ in $\ch{\torusgl} \times \ch{\cycmu}$ is $0$. The image of $\alpha$ in $\ch{\torusgl}$ is $\alpha_{0}$, hence $\alpha_{0} = 0$. 
1482: 
1483: \begin{lemma}\label{lem:restrictcanonical-mmu}
1484: The restriction of $\phi(\sigma_{p}) = \c_{p}(V)$ to $\ch{\cycmu} = \ZZ[\xi, \eta](p\xi, p\eta)$ equals $\eta^{p} - \eta\xi^{p-1}$.
1485: \end{lemma}
1486: 
1487: \begin{proof}
1488: The restriction of $V$ to $\cycmu$ decomposes as a direct sum of 1-dimensional representations with first Chern classes $\eta$, $\eta - \xi$, $\eta - 2\xi$, \dots,~$\eta - (p-1)\xi$, and
1489:    \[
1490:    \eta (\eta - \xi)(\eta - 2\xi) \dots \bigl(\eta - (p-1)\xi\bigr) = 
1491:    \eta^{p} - \eta\xi^{p-1}. \qedhere
1492:    \]
1493: \end{proof}
1494: 
1495: Since $\xi$ and $\eta^{p} - \eta\xi^{p-1}$ are algebraically independent in the polynomial ring $\FF_{p}[\xi, \eta]$, it follows that all the $\alpha_{i}$ are all $0$. This finishes the proof of \refpart{prop:describe-cycgl}{2} and \refpart{prop:describe-cycgl}{3}.
1496: 
1497: Finally, let us prove part~\refpart{prop:describe-cycgl}{5}.
1498: 
1499: Injectivity follows immediately from part~\refpart{prop:describe-cycgl}{3}. To show that the restriction homomorphism is surjective, it is sufficient to show that if $u$ is in the kernel of the homomorphism $\bigl(\ch{\torusgl}\bigr)^{\cyc} \arr \ch{\mmu}$, then $\phi(u)$ is in the kernel of $\ch{\cycgl} \arr \ch{\cycmu}$. Each element of $\bigl(\ch{\torusgl}\bigr)^{\cyc}$ of the form $\sum_{s \in \cyc}sm$ goes to $0$ in $\ch{\cyc}$, while $\sigma_{p}$ goes to $\eta^{p}$; hence $u$ is a linear combination of elements of the form $\sum_{s \in \cyc}m$ and $p\sigma_{p}^{r}$. So $\phi(u)$ is a linear combination of element of $\ch{\cycgl}$ of the form $p\chern_{p}(V)^{r}$ and $\tsf{\torusgl}{\cycgl}m$; from the following Lemma we see that all these elements to $\ch{\cycmu}$ is $0$.
1500: 
1501: 
1502: \begin{lemma}\label{lem:restriction-zero}
1503: If $u$ is an element of positive degree in $\ch{\torusgl}$, the restriction of $\tsf{\torusgl}{\cycgl}u$ to $\ch{\cycmu}$ is $0$.
1504: \end{lemma}
1505: \begin{proof}
1506: The double coset space $(\cycmu)\backslash (\cycgl) /\torusgl$ consists of a single point and $(\cycmu) \cap \torusgl = \mmu$, so we have
1507:    \[
1508:    \res{\cycgl}{\cycmu} \tsf{\torusgl}{\cycgl}u 
1509:    = \tsf{\mmu}{\cycmu}\res{\torusgl}{\mmu} u.
1510:    \]
1511: However, I claim that the transfer homomorphism
1512:    \[
1513:    \tsf{\mmu}{\cycmu}\colon \ch{\mmu} \arr \ch{\cycmu}
1514:    \]
1515: is $0$ in positive degree. In fact, the restriction homomorphism
1516:    \[
1517:    \res{\cycmu}{\mmu}\colon \ch{\cycmu} \arr \ch{\mmu}
1518:    \]
1519: is surjective, because the embedding $\mmu \into \cycmu$ is split by the projection $\cycmu \arr \mmu$. It follows immediately, again from Mackey's formula, that the composition $\tsf{\mmu}{\cycmu}\res{\cycmu}{\mmu}$ is multiplication by $p$; and all classes in $\ch{\cycmu}$ in positive degree are $p$-torsion.
1520: \end{proof}
1521: 
1522: This concludes the proof of Proposition~\ref{prop:describe-cycgl}.
1523: \end{proof}
1524: 
1525: \begin{remark}
1526: When $k = \CC$, Propositions \ref{prop:chcycgl-hcycgl} and \ref{prop:describe-cycgl} give a description of the cohomology $\H{\cycgl}$. This can be proved directly, by studying the Hochschild--Serre spectral sequence
1527:    \[
1528:    E_{2}^{ij} = \rH^{i}\bigl(\cyc, \rH^{j}_{\torusgl}\bigr) \Longrightarrow
1529:       \H[i+j]{\cycgl}.
1530:    \]
1531: \end{remark}
1532: 
1533: 
1534: 
1535: 
1536: 
1537: 
1538: \section{On $\cycpgl$}\label{sec:cycpgl}
1539: 
1540: In this section we study the Chow ring of the classifying space of the group $\cycpgl$. Here is our main result. Consider the subgroup $\mmu \subseteq \toruspgl$ defined, as in the Introduction, by the formula $\zeta \mapsto [\zeta, \zeta^{2}, \dots, \zeta^{p-1}, 1]$. This defines a homomorphism of rings $\ch{\toruspgl} \arr \ch{\mmu}$. 
1541: 
1542: \begin{proposition}\call{prop:describe-cycpgl}\hfil
1543: \begin{enumeratea}
1544: 
1545: \itemref{1} The image of the restriction homomorphism
1546:    \[
1547:    (\ch{\toruspgl})^{\cyc} \arr \ch{\mmu}  = \ZZ[\eta]/(p\eta)
1548:    \]
1549: is the subring generated by $\eta^{p}$.
1550: 
1551: \itemref{2} The ring homomorphism $\ch{\cycpgl} \arr \bigl(\ch{\toruspgl}\bigr)^{\cyc}$ induced by the embedding $\toruspgl \into \cycpgl$ is surjective, and admits a canonical splitting $\phi\colon \bigl(\ch{\toruspgl}\bigr)^{\cyc} \arr \ch{\cycpgl}$, which is a ring homomorphism.
1552: 
1553: \itemref{3} As an algebra over $\bigl(\ch{\toruspgl}\bigr)^{\cyc}$, the ring $\ch{\cycpgl}$ is generated by the element $\xi$, while the ideal of relations is generated by the following: $p\xi = 0$, and $\phi(u) \xi = 0$ for all $u$ in the kernel of the ring homomorphism $\ch{\toruspgl} \arr \ch{\mmu}$ induced by the embedding $\mmu \into \toruspgl$.
1554: 
1555: \itemref{4} The ring homomorphisms
1556:    \[
1557:    \ch{\cycpgl} \arr \ch{\toruspgl} \times \ch{\cycmu}
1558:    \]
1559: and
1560:    \[
1561:    \H{\cycpgl} \arr \H{\toruspgl} \times \H{\cycmu}
1562:    \]
1563: induced by the embeddings $\toruspgl \into \cycpgl$ and $\cycmu \into \cycpgl$ is injective.
1564: 
1565: \itemref{5} The restriction homomorphism $\ch{\cycpgl} \arr (\ch{\toruspgl})^{\cyc}$ sends the kernel of $\ch{\cycpgl} \arr \ch{\cycmu}$ bijectively onto the kernel of $\ch{\toruspgl} \arr \ch{\mmu}$.
1566: \end{enumeratea}
1567: 
1568: \end{proposition}
1569: 
1570: \begin{proof}
1571: One of the main ideas in the paper is to exploit the fact, already used in \cite{vezzosi-pgl3} and rediscovered in \cite{vavpetic-viruel}, that there is an isomorphism of tori
1572:    \[
1573:    \Phi \colon \toruspgl \simeq \torussl
1574:    \]
1575: defined by
1576:    \[
1577:    \Phi(t_1, \dots , t_p) = [t_1/t_p, t_2/t_1, t_2/t_2, \dots,
1578:    t_{p-1}/t_{p-2}, t_p/t_{p-1}].
1579:    \]
1580: This isomorphism is not $\s$-equivariant, but it is $\cyc$-equivariant; therefore it induces an isomorphism
1581:    \[
1582:    \Phi \colon \cycpgl \simeq \cycsl.
1583:    \]
1584: 
1585: The composite of the embedding $\mmu \into \toruspgl$ with the isomorphism $\Phi$ is the embedding $\mmu \into \torussl$ defined by $\zeta \mapsto [\zeta, \zeta, \dots, \zeta]$.
1586: 
1587: Now, take an open subset $U$ of a representation of $\cycgl$ on which $\cycgl$ acts freely. The projection $U/\cycsl \arr U/\cycgl$ is a $\gm$-torsor, coming from the determinant $\det \colon \cycgl \arr \gm$ of the canonical representation $V$ of $\torusgl$. Lemma~\ref{lem:exact-top} implies that there is an exact sequence
1588:    \[
1589:    \ch{\cycgl} \xarr{\c_{1}(V)} \ch{\cycgl} \arr \ch{\cycsl} \arr 0
1590:    \]
1591: and a ring isomorphism $\ch{\cycsl} \simeq \ch{\cycgl}/\bigl(\c_{1}(V)\bigr)$.
1592: 
1593: Consider the splitting $\phi \colon \bigl(\ch{\torusgl}\bigr)^{\cyc} \arr \ch{\cycgl}$ constructed in the previous section. I claim that $\c_{1}(V)$ coincides with $\phi(\sigma_{1}) = \tsf{\torusgl}{\cycgl}x_{1}$. To prove this it is enough, according to Proposition \refall{prop:describe-cycgl}{3}, to show that these two classes coincide after restriction to $\ch{\torusgl}$ and to $\ch{\cycmu}$. The restrictions of both classes to $\ch{\torusgl}$ coincide with $x_{1} + \dots + x_{p}$.
1594: 
1595: The action of $\cycmu$ on $V$ splits as a direct sum of 1-dimensional representations with characters $\eta + \xi$, $\eta + 2\xi$, \dots,~$\eta + (p-1)\xi$, $\eta$, so the restriction of $\c_{1}(V)$ to $\ch{\cycmu}$ is
1596:    \[
1597:    \eta + \xi + \eta + 2\xi + \dots + \eta + (p-1)\xi + \eta = 
1598:        p\eta + \frac{p(p-1)}{2}\xi = 0.
1599:    \]
1600: So we need to show that the restriction of $\tsf{\torusgl}{\cycgl}x_{1}$ to $\ch{\cycmu}$ is also $0$. This is a particular case of Lemma~\ref{lem:restriction-zero}.
1601: 
1602: 
1603: 
1604: There is also an exact sequence
1605:    \[
1606:    0 \arr \ch{\torusgl}\stackrel{\sigma_{1}}{\longrightarrow}\ch{\torusgl}
1607:       \arr \ch{\torussl} \arr 0,
1608:    \]
1609: so $\ch{\torussl}$ is the quotient $\ch{\torusgl}/(\sigma_{1})$.
1610: 
1611: \begin{lemma}\label{lem:permutation-rep}
1612: If $G$ is a subgroup of\/ $\s$, the projection $\bigl(\ch{\torusgl}\bigr)^{G} \arr \bigl(\ch{\torussl}\bigr)^{G}$ induces an isomorphism
1613:    \[
1614:    \bigl(\ch{\torussl}\bigr)^{G}/(\sigma_{1}) \simeq
1615:    \bigl(\ch{\torusgl}\bigr)^{G}.
1616:    \]
1617: \end{lemma}
1618: 
1619: \begin{proof}
1620: This is equivalent to saying that the exact sequence above stays exact after taking $G$-invariants; but we have that $\rH^{1}\bigl(G, \ch{\torusgl}\bigr) = 0$, because $\ch{\torusgl}$ is a torsion-free permutation module under $G$.
1621: \end{proof}
1622: 
1623: Part~\refpart{prop:describe-cycpgl}{1} comes from the surjectivity of the restriction homomorphism $\bigl(\ch{\torusgl}\bigr)^{\cyc} \arr \bigl(\ch{\torussl}\bigr)^{\cyc}$ and Proposition~\refall{prop:describe-cycgl}{4}.
1624: 
1625: We construct the splitting $\bigl(\ch{\torussl}\bigr)^{\cyc} \arr \ch{\cycsl}$ by taking the splitting $\bigl(\ch{\torusgl}\bigr)^{\cyc} \arr \ch{\cycgl}$ constructed in the previous section, tensoring it with $\bigl(\ch{\torusgl}\bigr)^{\cyc}/(\sigma_{1})$ over $\bigl(\ch{\torusgl}\bigr)^{\cyc}$, to get a ring homomorphism
1626:    \[
1627:    \bigl(\ch{\torusgl}\bigr)^{\cyc}/(\sigma_{1}) \arr 
1628:       \ch{\cycgl}/(\sigma_{1})
1629:    \]
1630: and using the isomorphisms
1631:    \[
1632:    \bigl(\ch{\torussl}\bigr)^{\cyc} \simeq
1633:    \bigl(\ch{\torusgl}\bigr)^{\cyc}/(\sigma_{1})
1634:    \]
1635: and
1636:    \[
1637:    \ch{\cycgl}/(\sigma_{1}) \simeq \ch{\cycsl}
1638:    \]
1639: constructed above. This proves part~\refpart{prop:describe-cycpgl}{2}. Part~\refpart{prop:describe-cycpgl}{3} follows from Proposition~\refall{prop:describe-cycgl}{2}.
1640: 
1641: To prove part~\refpart{prop:describe-cycpgl}{5} consider the diagram of restriction homomorphisms
1642:    \[
1643:    \xymatrix{
1644:    \ch{\cycgl} \ar[r]\ar[d]
1645:    & \ch{\cycsl}\ar[r]\ar[d] 
1646:    & \ch{\cycmu} \ar[d]\\
1647:    \bigl(\ch{\torusgl}\bigr)^{\cyc} \ar[r]
1648:    & \bigl(\ch{\torussl}\bigr)^{\cyc} \ar[r]
1649:    & \ch{\mmu} \hsmash{.}
1650:    }
1651:    \]
1652: The surjectivity of the map in the statement follows from Proposition~\refall{prop:describe-cycgl}{5} and from the fact that the first arrow in the bottom row is surjective.
1653: 
1654: To prove injectivity take an element $u$ of $\ch{\cycsl}$ that maps to $0$ in $\ch{\cycmu}$ and in $\bigl(\ch{\torussl}\bigr)^{\cyc}$. Let $v$ be an element of $\ch{\cycgl}$ mapping to $u$. Since the kernel of the homomorphism $\bigl(\ch{\torusgl}\bigr)^{\cyc} \arr \bigl(\ch{\torussl}\bigr)^{\cyc}$ is generated by $\sigma_{1}$, we can write the image of $v$ in $\bigl(\ch{\torusgl}\bigr)^{\cyc}$ as $\sigma_{1}w$ for some $w \in \bigl(\ch{\torusgl}\bigr)^{\cyc}$. Then the element $v - \phi(\sigma_{1}w)$ maps to $0$ in $\ch{\mmu}$ and in $\bigl(\ch{\torusgl}\bigr)^{\cyc}$; hence, by Proposition~\refall{prop:describe-cycgl}{3}, it is $0$. So $v = \phi(\sigma_{1})\phi(w)$ maps to $0$ in $\bigl(\ch{\torussl}\bigr)^{\cyc}$, as claimed.
1655: 
1656: 
1657: 
1658: Let us prove part~\refpart{prop:describe-cycpgl}{4}. The statement on Chow rings is an immediate consequence of part~\refpart{prop:describe-cycpgl}{5}.
1659: 
1660: For the cohomology, we will argue as follows. We have a long exact sequence
1661:    \[
1662:    \xymatrix@C+20pt{
1663:    &\cdots\ar[r]& \H[i-1]{\cycsl} \ar[dll] _{\partial} \\
1664:    \H[i-2]{\cycgl} \ar[r]_{\chern_{1}(V)} 
1665:    & \H[i]{\cycgl} \ar[r]
1666:    &\H[i]{\cycsl} \ar[dll]_{\partial}\\
1667:    \H[i-1]{\cycgl} \ar[r] & \cdots
1668:    }
1669:    \]
1670: 
1671: By Proposition~\ref{prop:chcycgl-hcycgl}, the cycle homomorphism $\ch{\cycgl} \arr \H{\cycgl}$ is an isomorphism. Hence, for each $i$ we have a commutative diagram with exact rows
1672:    \[
1673:    \xymatrix{
1674:    \ch[i-1]{\cycgl} \ar[r]\ar[d] &\ch[i]{\cycgl}\ar[r]\ar[d]
1675:    &\ch[i]{\cycsl}  \ar[r]\ar[d] & 0\\
1676:    \H[2i-2]{\cycgl} \ar[r] &\H[2i]{\cycgl}\ar[r]
1677:    &\H[2i]{\cycsl}  \ar[r] &\H[2i-1]{\cycgl}= 0
1678:    }
1679:    \]
1680: in which the first two columns are isomorphisms. This implies that the third column is also an isomorphism: so the cycle homomorphism $\ch{\cycsl}\arr \H[\even]{\cycsl}$ is an isomorphism. Therefore the homomorphism $\H[\even]{\cycsl} \arr \H[\even]{\torussl} \times \H[\even]{\cycmu}$ is injective.
1681: 
1682: When $i$ is odd, we have an exact sequence
1683:    \[
1684:    0 = \H[i]{\cycgl} \arr \H[i]{\cycsl}
1685:    \stackrel{\partial}{\longrightarrow} \H[i]{\cycgl}
1686:    \xarr{\chern_{1}(V)} \H[i+2]{\cycgl};
1687:    \]
1688: hence the boundary homomorphism $\partial\colon \H[\odd]{\cycsl} \H[\even]{\cycgl}$ yields an isomorphism of $\H[\odd]{\cycsl}$ with the annihilator of the element $\chern_{1}(V)$ of $\H[\even]{\cycgl} = \ch{\cycgl}$. From the description of the ring $\ch{\cycsl}$ in \refpart{prop:describe-cycgl}{2}, it is easy to conclude that this annihilator is the ideal generated by $\xi$.
1689: 
1690: Consider a free action of $\cycgl$ on an open subscheme $U$ of a representation. The diagram of embeddings
1691:    \[
1692:    \xymatrix{
1693:    \cycmu \ar[r]\ar[d] &\cyc\times \gm \ar[d]\\
1694:    \cycsl \ar[r] &\cycgl
1695:    }
1696:    \]
1697: induces a cartesian diagram
1698:    \[
1699:    \xymatrix{
1700:    U/\cycmu \ar[r]\ar[d] &U/\cyc\ltimes \gm \ar[d]\\
1701:    U/\cycsl \ar[r] &U/\cycgl
1702:    }
1703:    \]
1704: in which the rows are principal $\gm$-bundles, and the columns are $\gm$-equivariants. This in turn induces a commutative diagram
1705:    \[
1706:    \xymatrix{
1707:    \H[\odd]{\cycsl} \ar[r]^{\partial}\ar[d]
1708:    & \H[\even]{\cycgl} \ar[d] \\
1709:    \H[\odd]{\cycmu}\ar[r]
1710:    & \H[\even]{\cyc \times \gm}
1711:    }
1712:    \]
1713: in which the top row is injective, and has as its image the ideal $(\xi) \subseteq \H[\even]{\cycgl}$ as we have just seen. Furthermore, every element of $(\xi) \subseteq \H[\even]{\cycgl}$ maps to $0$ in $\H{\torusgl}$, because it is torsion: hence $(\xi)$ injects into $\H[\even]{\cycmu}$, by Proposition \refall{prop:describe-cycgl}{3}. Since $\cycmu$ is contained into $\cyc\times\gm$, it follows that $(\xi)$ also injects into $\H[\even]{\cyc\times\gm}$. So the composite arrow $\H[\odd]{\cycsl} \arr \H[\even]{\cyc\times\gm}$ in the commutative diagram above is injective. It follows that the left hand column is injective.
1714: 
1715: This ends the proof of Proposition~\ref{prop:describe-cycpgl}.
1716: \end{proof}
1717: 
1718: 
1719: \begin{proof}[Proof of Proposition~\ref{prop:ker-whole}]
1720: We need to analyze the action of the normalizer $\N$ of $\cyc$ in $\s$ on the Chow ring $\ch{\cycpgl}$. If we identify $\{1, \dots, p\}$ with the field $\mathbb{F}_p$ with $p$ elements, by sending each $i$ into its class modulo $p$, then $\cyc$ can be identified with the additive group $\mathbb{F}_p$ itself, acting by translations. There is also the multiplicative subgroup $\mathbb{F}^*_p$ of $\s$, acting via multiplication. This is contained in the normalizer of $\cyc = \mathbb{F}_p$, and, since $p$ is a prime, it is easy to show that the normalizer of $\cyc$ inside $\s$ is in fact the subgroup generated by $\mathbb{F}_p$ and $\mathbb{F}^*_p$, which is the semi-direct product $\norm$.
1721: 
1722: The subgroup $\cyc = \FF_{p}$ acts trivially, so in fact the action is through $\FF_{p}^{*}$. The action of $\FF_{p}^{*}$ leaves $\mmu$ invariant, and the result of the action of $a \in \FF_{p}^{*}$ on $\zeta \in \mmu$ is $\zeta^{a}$: hence $a$ acts on $\ch{\mmu} = \ZZ[\eta]/(p\eta)$ by sending $\eta$ to $a\eta$, and the ring of invariants is the subring generated by $\eta^{p-1}$. The image of $\ch{\toruspgl}$ into $\ch{\mmu}$ is the subring generated by $\eta^{p}$, by Proposition~\ref{prop:describe-cycpgl}, and its intersection with the ring of invariants in $\ch{\mmu}$ is the subring generated by $\eta^{p(p-1)}$. This shows that the image of $\bigl(\ch{\toruspgl}\bigr)^{\s}$ into $\ch{\mmu}$ is contained in the subring generated by $\eta^{p(p-1)}$. The opposite inclusion is ensured by the fact that the discriminant $\delta \in \bigl(\ch{\toruspgl}\bigr)^{\s}$ maps to $-\eta^{p(p-1)}$.
1723: \end{proof}
1724: 
1725: 
1726: 
1727: \section{On $\sympgl$}
1728: 
1729: The group $\s$ does not act on $\cycpgl$, only the normalizer $\norm$ of $\cyc$ does. Nevertheless, we define the subring $\bigl(\ch{\cycpgl}\bigr)^{\s}$ of $\ch{\cycpgl}$ consisting of all the elements that are  invariant under $\norm$, and whose images in $\ch{\toruspgl}$ are $\s$-invariant. The restriction homomorphism $\ch{\sympgl} \to \ch{\cycpgl}$ has its image in $\bigl(\ch{\cycpgl}\bigr)^{\s}$.
1730: 
1731: The result we need about  $\sympgl$ is the following. 
1732: 
1733: \begin{proposition}\label{prop:on-sympgl}
1734: The localized restriction homomorphism
1735:    \[
1736:    \ch{\sympgl}\invert \longrightarrow \bigl(\ch{\cycpgl}\bigr)^{\s}\invert
1737:    \]
1738: is an isomorphism.
1739: \end{proposition}
1740: 
1741: Of course the statement can not be correct without inverting $(p-1)!$, because the torsion part of $\ch{\cycpgl}$ is all $p$-torsion, while $\ch{\sympgl}$ contains a lot of $(p-1)!$-torsion coming from $\ch{\s}$. This is complicated, but fortunately we do not need to worry about it.
1742: 
1743: \begin{proof}
1744: Injectivity is clear: because of the projection formula, the composite
1745:    \[
1746:    \tsf{\sympgl}{\cycpgl} \res{\cycpgl}{\sympgl}
1747:    \colon \ch{\sympgl} \arr \ch{\cycpgl}
1748:    \]
1749: is multiplication by $\tsf{\sympgl}{\cycpgl} = (p-1)!$.
1750: 
1751: To show surjectivity, take a class $u \in \bigl(\ch{\cycpgl}\bigr)^{\s}$, and set 
1752:    \[
1753:    v \eqdef \tsf{\cycpgl}{\sympgl} u \in \ch{\sympgl}.
1754:    \]
1755: We apply  Mackey's formula (Proposition~\ref{prop:mackey}). The double quotient
1756:    \[
1757:    {\cycpgl}\backslash{\sympgl}/{\cycpgl} = {\cyc}\backslash{\s}/{\cyc}
1758:    \]
1759: consists of $p-1$ elements coming from the normalizer $\norm$, and $(p-1) \frac{(p-2)! - 1}{p}$ elements with the property that, if we call $s$ a representative in $\sympgl$, we have
1760:    \[
1761:    s (\cycpgl) s ^{-1} \cap \cycpgl = \toruspgl.
1762:    \]
1763: Therefore
1764:    \[
1765:    \res{\sympgl}{\cycpgl} v = (p-1)u +
1766:    (p-1)\frac{(p-2)! - 1}{p} \tsf{\toruspgl}{\cycpgl} 
1767:    \res{\cycpgl}{\toruspgl}u;
1768:    \]
1769: hence it is enough to show that an element in the image of the trasfer map 
1770:    \[
1771:    \tsf{\toruspgl}{\cycpgl} \colon \invtorus
1772:    \longrightarrow \bigl(\ch{\cycpgl}\bigr)^{\s}
1773:    \]
1774: is in the image of $\ch{\toruspgl}$, up to a multiple of $(p-1)!$. But again an easy application of Mackey's formula reveals that
1775:    \[
1776:     \res{\cycpgl}{\toruspgl}\tsf{\toruspgl}{\sympgl} w = (p-1)!w
1777:    \]
1778: for all $w \in \invtorus$, and this finishes the proof.
1779: \end{proof}
1780: 
1781: 
1782: \section{Some results on $\ch{\pgl}$}\label{sec:aux-pgl}
1783: 
1784: In this section we prove some auxilliary results, which play an important role in the proof of the main theorems.
1785: 
1786: The following observation is in \cite[Corollary~2.4]{vezzosi-pgl3}.
1787: 
1788: \begin{proposition}\label{prop:p-torsion}
1789: If $\xi$ is a torsion element of $\ch{\pgl}$, or $\H{\pgl}$, then $p\xi = 0$.
1790: \end{proposition}
1791: 
1792: \begin{proof}
1793: Suppose that $\xi \in \ch[m]{\pgl}$. Take a representation $V$ of $\pgl$ with an open subset $U$ on which $\pgl$ acts freely, such that the codimension of $V \setminus U$ has codimension larger than $m$, so that $\ch[m]{\pgl} = \ch[m]{}(B)$, where we have set $B \eqdef U/\pgl$. Let $\pi\colon E \arr B$ be the Brauer--Severi scheme associated with the $\pgl$-torsor $U \arr B$: this is the projection $U/H \arr U/\pgl$, where $H$ is the parabolic subgroup of $\pgl$ consisting of classes of matrices $(a_{ij})$ with $a_{i1} = 0$ when $i > 1$.
1794: The embedding $H \into \pgl$ lifts to an embedding $H \into \GL$, as the subgroup of matrices $(a_{ij})$ with $a_{i1} = 0$ when $i > 1$, and $a_{11} = 1$; hence the pullback $\ch[m]{}(B) \arr \ch[m]{}(E)$ factors through $\ch[m]{\GL}$, which is torsion-free. It follows that $\xi$ maps to $0$ in $\ch[m]{}(E)$.
1795: 
1796: Now consider the Chern class $\chern_{p-1}(\rT_{E/B}) \in \ch[p-1]{}(E)$ of the relative tangent bundle. This has the property that $\pi_{*}\chern_{p-1}(\rT_{E/B}) = p[B] \in \ch[0]{}(B)$; hence, by the projection formula we have
1797:    \begin{align*}
1798:    p\xi &= \xi\cdot\pi_{*}\bigl(\chern_{p-1}(\rT_{E/B})\bigr) \\
1799:    &= \pi_{*}\bigl(\pi^{*}\xi \cdot\chern_{p-1}(\rT_{E/B})\bigr)\\
1800:    &= 0.
1801:    \end{align*}
1802: 
1803: The proof for cohomology is identical, except for notation.
1804: \end{proof}
1805: 
1806: \begin{proposition}
1807: The restriction homomorphisms $\ch{\pgl} \arr \ch{\cycpgl}$ and $\H{\pgl} \arr \H{\cycpgl}$ are injective.
1808: \end{proposition}
1809: 
1810: \begin{proof}
1811: By a classical result of Gottlieb (\cite{gottlieb-euler}) the homomorphism $\H{\pgl} \arr \H{\sympgl}$ is injective; while the injectivity of $\ch{\pgl} \arr \ch{\sympgl}$ is a recent result of Totaro. This is unpublished: a sketch of proof is presented in \cite{vezzosi-pgl3}.
1812: 
1813: \begin{theorem}[Totaro]\label{thm:totaro-injectivity}
1814: If $G$ is a connected linear algebraic group over a field $k$ of characteristic $0$ acting on a scheme $X$ of finite type over $k$, and $N$ is the normalizer of maximal torus, then the restriction homomorphism $\ch{G}(X) \arr \ch{N}(X)$ is injective.
1815: \end{theorem}
1816: 
1817: 
1818: Now, the kernels of the homomorphisms in the statement are $p$-torsion, by Proposition~\ref{prop:p-torsion}, while the kernels of
1819:    \[
1820:    \ch{\sympgl} \arr \ch{\cycpgl}\quad
1821:    \text{and} \quad\H{\sympgl} \arr \H{\cycpgl}
1822:    \]
1823: are $(p-1)!$-torsion, by the projection formula, so the statement follows.
1824: \end{proof}
1825: 
1826: Here is the basic result that we are going to use in order to verify that a given relation holds in $\ch{\pgl}$ and $\H{\pgl}$.
1827: 
1828: \begin{proposition}\label{prop:keyinjectivity}
1829: The homomorphisms
1830:    \[
1831:    \ch{\pgl} \arr \ch{\toruspgl} \times \ch{\cycmu}
1832:    \]
1833: and
1834:    \[
1835:    \H{\pgl} \arr \H{\toruspgl} \times \H{\cycmu}
1836:    \]
1837: obtained from the embeddings $\toruspgl \into \pgl$ and $\cycmu \into \pgl$ are injective.
1838: \end{proposition}
1839: 
1840: \begin{proof}
1841: This follows from Propositions \ref{prop:keyinjectivity} and \refall{prop:describe-cycpgl}{4}.
1842: \end{proof}
1843: 
1844: 
1845: Here is another fundamental fact, which is one of the cornerstones of the treatment of $\pgl[3]$ in \cite{vezzosi-pgl3}. In the Lie algebra $\liesl$ of matrices of trace $0$ consider the Zariski open subset $\liesls$ consisting of matrices with distinct eigenvalues; this is invariant by the action of $\pgl$. Furthermore, we will consider the subspace $\diag \subseteq \liesl$ of diagonal matrices with trace equal to zero, and $\diags = \diag \cap \liesls$. The subspaces $\diag$ and $\diags$ are invariant under the action of $\sympgl \subseteq \pgl$.
1846: 
1847: 
1848: \begin{proposition}[see \cite{vezzosi-pgl3}, Proposition~3.1] \label{prop:rest-isom}
1849: The composites of restriction homomorphisms
1850:    \[
1851:    \ch{\pgl}(\liesls) \longrightarrow \ch{\sympgl}(\liesls)
1852:    \longrightarrow \ch{\sympgl}(\diags)
1853:    \]
1854: and
1855:    \[
1856:    \H{\pgl}(\liesls) \longrightarrow \H{\sympgl}(\liesls)
1857:    \longrightarrow \H{\sympgl}(\diags)
1858:    \]
1859: are isomorphisms.
1860: \end{proposition}
1861: 
1862: \begin{proof}
1863: The $\sympgl$-equivariant embedding $\diags \subseteq \liesls$ induces a $\pgl$\dash equivariant morphism $\pgl \times^{\sympgl} \diags \to \liesls$, which sends the class of a pair $(A, X)$ into $AXA^{-1}$. This morphism is easily seen to be an isomorphism, and the proof follows.
1864: \end{proof}
1865: 
1866: 
1867: \begin{corollary}\label{cor:mapstorestriction-equal}
1868: The restriction homomorphisms
1869:    \[
1870:    \ch{\pgl} \to \ch{\toruspgl} \quad\text{and} \quad
1871:    \ch{\sympgl} \to \ch{\toruspgl}
1872:    \]
1873: have the same image.
1874: \end{corollary}
1875: 
1876: \begin{proof}
1877: In the commutative diagram of restriction homomorphisms
1878:    \[
1879:    \xymatrix{
1880:    \ch{\pgl} \ar[r]\ar[d] & \ch{\pgl}(\liesls)\ar[d]\\
1881:    \ch{\toruspgl} \ar[r]  & \ch{\toruspgl}(\liesls)
1882:    }
1883:    \]
1884: the top row is surjective. On the other hand, the action on $\toruspgl$ on $\liesls$ is trivial and $\liesls$ is an open subscheme of an affine space, so the bottom row is an isomorphism. It follows that the image of $\ch{\pgl}$ in $\ch{\toruspgl}$ maps isomorphically onto the image of $\ch{\pgl}(\liesls)$ in $\ch{\toruspgl}(\liesls)$. A similar argument shows that the image of $\ch{\sympgl}$ in $\ch{\toruspgl}$ maps isomorphically onto the image of $\ch{\sympgl}(\diags)$ in $\ch{\toruspgl}(\diags)$. By we also have a commutative diagram
1885:    \[
1886:    \xymatrix{
1887:    \ch{\pgl}(\liesls) \ar[r]\ar[d] & \ch{\sympgl}(\diags)\ar[d]\\
1888:    \ch{\toruspgl}(\liesls) \ar[r]  & \ch{\toruspgl}(\diags)
1889:    }
1890:    \]
1891: where the top row is an isomorphism, by Proposition~\ref{prop:rest-isom}, and this concludes the proof.
1892: \end{proof}
1893: 
1894: 
1895: 
1896: 
1897: \section{Localization}
1898: 
1899: Consider the top Chern classes
1900:    \[
1901:    \chern_{p^2-1}(\liesl) \in \ch[p^2-1]{\pgl}
1902:    \quad\text{and}\quad
1903:    \chern_{p-1}(\diag) \in \ch[p-1]{\sympgl}.
1904:    \]We have the following fact.
1905: 
1906: \begin{proposition}\label{prop:localization}
1907: The restriction homomorphism $\ch{\pgl} \to \ch{\sympgl}$ carries $\chern_{p^2-1}(\liesl)$ into the ideal $\bigl(\chern_{p-1}(\diag)\bigr) \subseteq\ch{\sympgl}$. The induced homomorphism
1908:    \[
1909:    \ch{\pgl}\big/\bigl(\chern_{p^2-1}(\liesl)\bigr) \longrightarrow
1910:    \ch{\sympgl}/\bigl(\chern_{p-1}(\diag)\bigr)
1911:    \]
1912: %and
1913: %   \[
1914: %   \H{\pgl}\big/\bigl(\chern_{p^2-1}(\liesl)\bigr) \longrightarrow
1915: %   \H{\sympgl}\big/\bigl(\chern_{p-1}(\diag)\bigr)
1916: %   \]
1917: becomes an isomorphism when tensored with $\mathbb{Z}[1/(p-1)!]$.
1918: \end{proposition}
1919: 
1920: \begin{proof}
1921: The representation $\diag$ of $\sympgl$ is naturally embedded in $\liesl$,
1922: so we have that
1923:    \[
1924:    \chern_{p^2-1}(\liesl) = \chern_{p-1}(\diag)
1925:    \chern_{p+1}(\liesl/\diag) \in \ch[p^{2}-1]{\sympgl},
1926:    \]
1927: and this proves the first statement.
1928: 
1929: The pullbacks
1930:    \[
1931:    \ch{\pgl} \arr \ch{\pgl}(\liesl \setminus \{0\}) \quad \text{and}\quad 
1932:    \ch{\sympgl} \arr \ch{\sympgl}(\diag \setminus \{0\})
1933:    \]
1934: are surjective, and their kernels are the ideals generated by $\chern_{p^2-1}(\liesl)$ and $\chern_{p-1}(\diag)$ respectively: so it enough to show that the homomorphism
1935:    \[
1936:    \ch{\pgl}(\liesl \setminus \{0\}) \arr \ch{\sympgl}(\diag \setminus \{0\})
1937:    \]
1938: obtained by restricting the groups, and then pulling back along the embedding $\diag \setminus \{0\} \into \liesl \setminus \{0\}$ becomes an isomorphism after inverting $(p-1)!$.
1939: 
1940: Now, consider the diagram
1941:    \[
1942:    \xymatrix{
1943:    {}\ch{\pgl}(\liesl \setminus \{0\}) \ar[r] \ar[d]&
1944:       {}\ch{\pgl}(\liesl^{*}) \ar[d]\\
1945:    {}\ch{\sympgl}(\diag \setminus \{0\}) \ar[r]&
1946:       {}\ch{\sympgl}(\diag^{*})
1947:    }
1948:    \]
1949: where all the arrows are the obvious ones. The rows are surjective, while the right hand column is an isomorphism, by Proposition~\ref{prop:rest-isom}: hence it is enough to show that the rows are injective, after inverting $(p-1)!$.
1950: 
1951: The first step is to observe that the restriction homomorphism $\ch{\pgl}(\liesl \setminus \{0\}) \arr \ch{\sympgl}(\liesl \setminus \{0\})$ is injective, by Totaro's Theorem~\ref{thm:totaro-injectivity}. Next, the restriction homomorphisms $\ch{\sympgl}(\liesl \setminus \{0\}) \arr \ch{\cycpgl}(\liesl \setminus \{0\})$ and $\ch{\sympgl}(\diag^{*}) \arr \ch{\cycpgl}(\diag^{*})$ become injective after inverting $(p-1)!$. So it is enough to show that the restriction homomorphisms $\ch{\cycpgl}(\liesl \setminus \{0\}) \arr \ch{\cycpgl}(\liesl^{*})$ and $\ch{\cycpgl}(\diag \setminus \{0\}) \arr \ch{\cycpgl}(\diag ^{*})$ are injective.
1952: 
1953: \begin{lemma}\label{lem:localization}
1954: Suppose that $W$ is a representation of $\cycpgl$, and $U$ an open subset of $W\setminus \{0\}$. Assume that
1955: 
1956: \begin{enumeratea}
1957: 
1958: \item the restriction of $W$ to $\cycmu$ splits as a direct sum of $1$-dimensional representations $W = L_{1} \oplus \dots \oplus L_{r}$, in such a way that the characters $\cycmu \arr \gm$ describing the action of $\cycmu$ on the $L_{i}$ are all distinct, and each $L_{i}\setminus \{0\}$ is contained in $U$, and
1959: 
1960: \item $U$ contains a point that is fixed under $\toruspgl$.
1961: 
1962: \end{enumeratea}
1963: 
1964: Then the restriction homomorphism $\ch{\cycpgl}(W \setminus \{0\}) \arr \ch{\cycpgl}(U)$ is an isomorphism.
1965: \end{lemma}
1966: 
1967: \begin{proof}
1968: First of all, let us show that $\ch{\cycmu}(W \setminus \{0\}) \arr \ch{\cycmu}(U)$ is an isomorphism. Denote by $D$ the complement of $U$ in $W \setminus \{0\}$, with its reduced scheme structure. Let $P$ be the projectivization of $W$, and call $\overline{U}$ and $\overline{D}$ the (respectively open and closed) subschemes of $P$ corresponding to $U$ and $D$. We have a commutative diagram
1969:    \[
1970:    \xymatrix{
1971:    {}\ch{\cycmu}(\overline{D}) \ar[r]\ar[d]
1972:       &{}\ch{\cycmu}(P) \ar[r]\ar[d]
1973:       &{}\ch{\cycmu}(\overline{U}) \ar[r] \ar[d]
1974:       & 0\\
1975:    {}\ch{\cycmu}(D) \ar[r]
1976:       &{}\ch{\cycmu}(W \setminus \{0\}) \ar[r]
1977:       &{}\ch{\cycmu}(U) \ar[r]
1978:       & 0
1979:    }
1980:    \]
1981: where the columns are surjective pullbacks, and the rows are exact. It follows that is enough to show that the composite
1982:    \[
1983:    \ch{\cycmu}(\overline{D}) \arr \ch{\cycmu}(P) 
1984:    \arr \ch{\cycmu}(W \setminus \{0\})
1985:    \]
1986: is $0$, or, equivalently, that any element of the kernel of $\ch{\cycmu}(P) \arr \ch{\cycmu}(\overline{U})$ maps to $0$ in $\ch{\cycmu}(W \setminus \{0\})$. Denote by $q_{i} \in P$ the rational point corresponding to $L_{i}$.
1987: 
1988: Denote by $\ell_{i} \in \ch[1]{\cycmu}$ the first Chern class of the character $\cycmu \arr \gm$ describing the action of $\cycmu$ on $L_{i}$, and $h \in \ch[1]{\cycmu}$ the first Chern class of the sheaf $\cO(1)$ on $P$. We have presentations
1989:    \[
1990:    \ch{\cycmu}(P) =  \ZZ[\xi, \eta, h]/
1991:    \bigl(p\xi, p\eta, (h-\ell_{1}) \dots (h-\ell_{r})\bigr)
1992:    \]
1993: and
1994:    \[
1995:    \ch{\cycmu}(W \setminus \{0\}) = \ZZ[\xi, \eta]/
1996:    (p\xi, p\eta, \ell_{1} \dots \ell_{r}),
1997:    \]
1998: and a commutative diagram
1999:    \[
2000:    \xymatrix{
2001:    {}\ZZ[\xi, \eta, h]/ \bigl(p\xi, p\eta, (h-\ell_{1}) \dots
2002:       (h-\ell_{r})\bigr) \ar[r]\ar[d]& 
2003:    {}\ZZ[\xi, \eta]/ (p\xi, p\eta, \ell_{1} \dots \ell_{r}) \ar[d]\\
2004:    {}\FF_{p}[\xi, \eta, h]/ \bigl((h-\ell_{1}) \dots (h-\ell_{r})\bigr) \ar[r]
2005:    & \FF_{p}[\xi, \eta]/ (\ell_{1} \dots \ell_{r})
2006:    }
2007:    \]
2008: in which the first row is the map that sends $h$ to $0$, and corresponds to the pullback.
2009: 
2010: The restriction homomorphism $\ch{\cycmu}(P) \arr \ch{\cycmu}(q_{i}) = \ch{\cycmu}$ sends $h$ into $\ell_{i}$. But $\overline{U}$ contains all the $q_{i}$, so the kernel $K$ of the restriction $\ch{\cycmu}(P) \arr \ch{\cycmu}(\overline{U})$ is contained in the intersection of the ideals $(h - \ell_{i})$. In the polynomial ring $\FF_{p}[\xi, \eta, h]$, however, the intersection of the ideals $(h - \ell_{i})$ is the ideal generated by the product of the $h - \ell_{i}$, because $\FF_{p}[\xi, \eta, h]$ is a unique factorization domain, and the $h - \ell_{i}$ are pairwise non-associated primes. Hence the image of an element of $K$ is $0$ in $\FF_{p}[\xi, \eta]/ (\ell_{1} \dots \ell_{r})$; but the homomorphism
2011:    \[
2012:    \ch{\cycmu}(W \setminus \{0\})
2013:    \arr \FF_{p}[\xi, \eta]/ (\ell_{1} \dots \ell_{r})
2014:    \]
2015:    is an isomorphism in positive degree, and from this the statement follows.
2016: 
2017: Now consider the restriction homomorphism
2018:    \[
2019:    \ch{\cycpgl}(W \setminus \{0\}) \arr \ch{\cycpgl}(U).
2020:    \]
2021: Denote by $\gamma$ the top Chern class of $W$ in $\ch{\cycpgl}$; the kernel of the surjective pullback $\ch{\cycpgl} \arr \ch{\cycpgl}(W \setminus \{0\})$ is the ideal generated by $\gamma$, and we need to show that the kernel of the pullback $\ch{\cycpgl} \arr \ch{\cycpgl}(U)$ is also the ideal generated by $\gamma$.
2022: 
2023: Denote by $R$ the image of $\ch{\cycpgl}$ in $\ch{\cycmu} = \ZZ[\xi, \eta]/(p\xi, p\eta)$; this is the subring generated by $\xi$ and the image of $\sigma_{p}$, that is $\eta^{p} - \xi^{p-1}\eta$, by Lemma~\ref{lem:restrictcanonical-mmu}.
2024: 
2025: Take some $u$ in the kernel of $\ch{\cycpgl} \arr \ch{\cycpgl}(U)$. Since $\toruspgl$ has a fixed point in $U$, the pullback $\ch{\toruspgl} \arr \ch{\toruspgl}(U)$ is an isomorphism; hence $u$ is contained in the kernel of the restriction $\ch{\cycpgl} \arr \ch{\toruspgl}$. This kernel is the ideal $\xi\ch{\cycpgl}$, which is a vector space over the field $\FF_{p}$, with a basis consisting of the elements $\xi^{i}\sigma_{p}^{j}$, with $i > 0$ and $j \geq 0$. The homomorphism $\ch{\cycpgl} \arr \ch{\cycmu}$ sends $\xi^{i}\sigma_{p}^{j}$ into $\xi^{i}(\eta^{p} - \xi^{p-1}\eta)^{j}$. The two elements $\xi$ and $\eta^{p} - \xi^{p-1}\eta$ are algebraically independent in $\ch{\cycmu}$, so the ideal $\xi\ch{\cycpgl}$ map isomorphically onto the ideal $\xi R$. Hence it is enough to show that $u$ maps into the ideal $\gamma R$. But $u$ maps into the ideal $\gamma \ch{\cycmu}$, because by hypothesis maps into $0$ in $\ch{\cycmu}(W \setminus \{0\})$, so we will be done once we have shown that $\gamma R = R \cap \gamma \ch{\cycmu}$.
2026: 
2027: For this purpose, consider the diagram
2028:    \[
2029:    \xymatrix{
2030:    R \ar@{ >->}[r] \ar[d]& {}\ch{\cycmu}\ar[d]\\
2031:    {}\FF_{p}[\xi, \eta^{p} - \xi^{p-1}\eta] \ar@{ >->}[r]
2032:       &\FF_{p}[\xi, \eta]
2033:    }
2034:    \]
2035: where the horizontal arrows are inclusions and the vertical arrows are isomorphisms in positive degree. It suffices to prove that
2036:    \[
2037:    \gamma \FF_{p}[\xi, \eta^{p} - \xi^{p-1}\eta] = 
2038:       \FF_{p}[\xi, \eta^{p} - \xi^{p-1}\eta] \cap \gamma\FF_{p}[\xi, \eta];
2039:    \]
2040: but this follows from the fact that the extension $\FF_{p}[\xi, \eta^{p} - \xi^{p-1}\eta] \subseteq \FF_{p}[\xi, \eta]$ is faithfully flat, since it is a finite extension of regular rings.
2041: 
2042: This concludes the proof of the Lemma.
2043: \end{proof}
2044: The Lemma applies to the case $W = \diag$ and $W = \liesl$. In the first case this is straightforward; in the second one it follows from Lemma~\ref{lem:describe-pgl}.
2045: \end{proof}
2046: 
2047: 
2048: 
2049: 
2050: \section{The classes $\rho$ and $\beta$}\label{sec:rho}
2051: 
2052: In this section we construct the classes $\rho \in \ch[p+1]{\pgl}$ and $\beta \in \H[3]{\pgl}$. 
2053: 
2054: \begin{proposition}
2055: There exists a unique torsion class $\rho \in \ch[p+1]{\pgl}$, whose image in $\ch[p+1]{\cycmu}$ equals $r = \xi\eta(\xi^{p-1} - \eta^{p-1})$.
2056: 
2057: Furthermore we have $\rho^{p-1} = \chern_{p^{2}-1}(\liesl) \in \ch{\pgl}$.
2058: \end{proposition}
2059: 
2060: \begin{proof}
2061: Uniqueness is obvious from Proposition~\ref{prop:keyinjectivity}.
2062: 
2063: Let us construct a $p$-torsion element $\overline{\rho} \in \ch[p+1]{\sympgl}$ that maps to $r$ in $\ch{\cycmu}$.
2064: 
2065: Consider the element $-\xi\phi(\sigma_{p}) = \xi\chern_{p}(V) \in \ch[p+1]{\cycpgl}$; by  Lemma~\ref{lem:restrictcanonical-mmu}, its restriction to $\ch{\cycmu}$ is $r$. It is $p$-torsion, because $\xi$ is $p$-torsion; hence it maps to $0$ in $\ch{\toruspgl}$. Since the torsion part of $\ch{\cycmu}$ injects into $\ch{\cycmu}$, and the image of $\xi\chern_{p}(V)$ in $\ch{\cycmu}$ is invariant under $\norm$, it follows that $\xi\chern_{p}(V)$ is also invariant under $\norm$.
2066: 
2067: By Proposition~\ref{prop:on-sympgl}, there exists a $p$-torsion class $\overline{\rho} \in \ch[p+1]{\sympgl}$ whose image in $\ch{\cycmu}$ is $r$. By Proposition~\ref{prop:localization}, there exists a $p$-torsion element $\rho \in \ch[p+1]{\pgl}$ whose image in $\ch[p+1]{\sympgl}$ has the form $\overline{\rho} + \chern_{p-1}(D_{p})\sigma$ for a certain class $\sigma \in \ch[2]{\sympgl}$.
2068: 
2069: The image of $\rho$ in $\bigl(\ch{\cycmu}\bigr)^{\slfinite} = \ZZ[q,r]$ must be an integer multiple $ar$ of $r$, for reasons of degree. The image of $\chern_{p-1}(D_{p})$ is $-\xi^{p-1}$; hence by mapping into $\ch{\cycmu}$ we get an equality
2070:    \[
2071:    ar = r - \xi^{p-1}h \in \ch{\cycmu},
2072:    \]
2073: where $h \in \ch[2]{\cycmu}$ is the image of $\sigma$. From this equality it follows easily that $a$ is $1$ and $h$ is $0$, and therefore $\rho$ maps to $r$.
2074: 
2075: To check that $\rho^{p-1} = \chern_{p^{2}-1}(\liesl)$, observe that both members of the equality are 0 when restricted to $\toruspgl$; hence, by Proposition~\ref{prop:keyinjectivity}, it is enough to show that the restriction of $\chern_{p^{2}-1}(\liesl) = \chern_{p^{2}-1}(\liegl)$ to $\ch[p^{2}-1]{\cycmu}$ equals $r^{p-1}$; and this follows from Lemma~\ref{lem:restrict-chern}.
2076: \end{proof}
2077: 
2078: \begin{corollary}
2079: The restriction homomorphism $\ch{\pgl} \arr \bigl(\ch{\cycmu}\bigr)^{\slfinite}$ is surjective.
2080: \end{corollary}
2081: 
2082: \begin{proof}
2083: The ring $\bigl(\ch{\cycmu}\bigr)^{\slfinite}$ is generated by $q$ and $r$. The class $-\chern_{p^{2}-p}(\liesl)$ restricts to $q$, by Lemma~\ref{lem:restrict-chern}, while $\rho$ restricts to $r$.
2084: \end{proof}
2085: 
2086: \begin{remark}\label{rmk:azumaya}
2087: The class $\rho$ gives a new invariant for sheaves of Azumaya algebras of prime degree. Let $X$ be a scheme of finite type over $k$, and let $\cA$ be a sheaf of  Azumaya algebras of degree $p$. This corresponds to a $\pgl$-torsor $E \arr X$; and according to a result of Totaro (see \cite{totaro-classifying} and \cite{edidin-graham-characteristic}), we can associate to the class $\rho \in \ch[p+1]{\pgl}$ and the $\pgl$-torsor $E$ a class $\phi(\cA) \in \ch[p+1]{}(X)$ (where by $\ch{}(X)$ we mean the bivariant ring of $X$, see \cite{fulton}). Since by definition $\cA$ is the vector bundle associated with $E$ and the representation $\liegl$ of $\pgl$, we have the relation
2088:    \[
2089:    \rho(\cA)^{p-1} = \chern_{p^{2}-1}(\cA) \in \ch[p^{2}-1]{}(X).
2090:    \]
2091: \end{remark}
2092: 
2093: \begin{remark}
2094: The class $\rho$ depends on the choice of the primitive $p\th$ root of $1$ that we have denoted by $\omega$. If we substitute $\omega^{i}$ for $\omega$, then the new class $\rho$ is $i\rho$.
2095: \end{remark}
2096: 
2097: For the class $\beta$, one possibility it to obtain it as the Brauer class of the canonical $\pgl$-principal bundle, as explained in the Introduction. Another possibility is to define it via a transgression homomorphism, as follows. There is a well known Hochshild--Serre spectral sequence
2098:    \[
2099:    E_{2}^{ij} = \H[i]{\pgl}\otimes\H[j]{\gm} \Longrightarrow
2100:       \H[i+j]{\GL}
2101:    \]
2102: from which we get an exact sequence
2103:    \[
2104:    \H[2]{\GL} \arr \H[2]{\gm} \arr \H[3]{\pgl} \arr \H[3]{\toruspgl} = 0;
2105:    \]
2106: and $\H[2]{\gm}$ is the infinite cyclic group generated by the first Chern class $t$ of the identity character $\gm = \gm$, while $\H[2]{\GL}$ is the cyclic group generated by the first Chern class of the determinant $\GL = \gm$, whose image in $\H[2]{\gm}$ is $pt$. Hence $\H[3]{\pgl}$ is the cyclic group of order $p$ generated by the image of $t$. We define $\beta \in \H[3]{\pgl}$ to be this image.
2107: 
2108: The odd dimensional cohomology $\H[\odd]{\pgl}$ maps to $0$ in $\H{\toruspgl}$; hence, according to Proposition~\ref{prop:keyinjectivity}, maps injectively into $\H{\cycmu}$. By the results of Section~\ref{sec:cycmu}, we have that $\H[3]{\cycmu}$ is isomorphic to $\ZZ/p\ZZ$, hence the restriction homomorphism $\H[3]{\pgl} \arr \H[3]{\cycmu}$ is an isomorphism; and the image of $\beta$ generated $\H[3]{\cycmu}$. From Proposition~\ref{prop:H-invariants-cycmu} we obtain the following.
2109: 
2110: \begin{corollary}
2111: The restriction homomorphism $\H{\pgl} \arr \bigl(\H{\cycmu}\bigr)^{\slfinite}$ is surjective.
2112: \end{corollary}
2113: 
2114: 
2115: 
2116: 
2117: 
2118: \section{The splitting}\label{sec:splitting}
2119: 
2120: In this section we prove Theorem~\ref{thm:main-splitting}.
2121: 
2122: 
2123: Consider the embeddings
2124:    \[
2125:    \xymatrix{
2126:    \mmu \ar@{^(->}[r]\ar@{^(->}[d]& \toruspgl\ar@{^(->}[d]\\
2127:    \cycmu\ar@{^(->}[r] & \sympgl
2128:    }
2129:    \]
2130: which induce a diagram of restriction homomorphisms
2131:    \[
2132:    \xymatrix{
2133:    \ch{\sympgl} \ar[r]\ar[d] & \invtorus\ar[d]\\
2134:    \ch{\cycmu}\ar[r]     & \ch{\mmu}\hsmash{.}
2135:    }
2136:    \]
2137: 
2138: \begin{lemma}\label{lem:ontoker-sympgl}
2139: The induced homomorphism
2140:    \[
2141:    \ker\bigl(\ch{\sympgl} \to \ch{\cycmu}\bigr) \longrightarrow
2142:    \ker\bigl(\invtorus \to \ch{\mmu}\bigr)
2143:    \]
2144: is surjective.
2145: \end{lemma}
2146: 
2147: \begin{proof}
2148: We will prove surjectivity in two steps; first we will show that the map is surjective when tensored with $\mathbb{Z}[1/p]$, then that is surjective when tensored with $\mathbb{Z}[1/(p-1)!]$.
2149: 
2150: For the first case, notice that $\ch{\cycmu}\invertp$ is 0 in positive degree, while in degree~0 there is nothing to prove; so what we are really trying to show is that $\ch{\sympgl}\invertp \to \invtorus\invertp$ is surjective.
2151: 
2152: Consider the subgroup $\s[p-1] \subseteq \s$ of the Weyl group of $\pgl$, consisting of permutations of $\{1, \dots, p\}$ leaving $p$ fixed.
2153: 
2154: \begin{lemma}
2155: The restriction homomorphism $\ch{\s[p-1] \ltimes \toruspgl} \to (\ch{\toruspgl})^{\s[p-1]}$ is surjective.
2156: \end{lemma}
2157: 
2158: \begin{proof}
2159: There is an isomorphism $\torusgl[p-1] \simeq \toruspgl$, defined by
2160:    \[
2161:    (t_1, \dots, t_{p-1}) \mapsto (t_1, \dots, t_{p-1}, 1)
2162:    \]
2163: that is $\s[p-1]$-equivariant, and therefore induces an isomorphism of the semi-direct product $\s[p-1] \ltimes \toruspgl$ with the normalizer $\symgl[p-1]$ of the maximal torus in $\GL[p-1]$. Hence it is enough to show that $\ch{\symgl[p-1]} \to (\ch{\torusgl[p-1]})^{\s[p-1]}$ is surjective; but the composite
2164:    \[
2165:    \ch{\GL[p-1]} \arr \ch{\symgl[p-1]} \arr (\ch{\torusgl[p-1]})^{\s[p-1]}
2166:    \]
2167: is an isomorphism, and this proves what we want.
2168: \end{proof}
2169: 
2170: Take an element $u \in \invtorus$; according to the Lemma above, there is some $v \in \ch{\s[p-1] \ltimes \toruspgl}$ such that $\res{\s[p-1] \ltimes \toruspgl}{\toruspgl} v = u$. Consider the element
2171:    \[
2172:    w \eqdef \tsf{\s[p-1] \ltimes \toruspgl}{\sympgl}v \in \ch{\sympgl};
2173:    \]
2174: to compute its restriction to $\ch{\toruspgl}$ we use Mackey's formula (Proposition~\ref{prop:mackey}). The double quotient $\toruspgl \backslash \sympgl / \s[p-1] \ltimes \toruspgl$ has $p$ element, and we may take $\cyc$ as a set of representatives. Then the formula gives us that the restriction of $w$ to $\ch{\toruspgl}$ is
2175:    \[
2176:    \sum_{s \in \cyc} s\res{\s[p-1] \ltimes \toruspgl}{\toruspgl} v = pu.
2177:    \]
2178: If we invert $p$, this shows that $u$ is in the image of $\ch{\sympgl}$, and completes the proof of the first step.
2179: 
2180: For the second step, take some $u \in L$. According to Proposition \refall{prop:describe-cycpgl}{5} there exists $v$ in the kernel of the restriction homomorphism $\ch{\cycpgl} \to \ch{\cycmu}$ whose restriction to $\ch{\toruspgl}$ is $u$. Consider the element
2181:    \[
2182:    w \eqdef \tsf{\cycpgl}{\sympgl}v.
2183:    \]
2184: I claim that $w$ is in $K$. In fact the restriction of $w$ to $\ch{\toruspgl}$ is $(p-1)!v = -v$, and thefore further restricting it to $\cycpgl$ sends it to $0$.
2185: 
2186: The double quotient $\toruspgl \backslash \sympgl / \s[p-1] \ltimes \toruspgl$ has $(p-1)!$ elements, and a set of representatives is given by $\s[p-1]$. Hence according to Mackey's formula we have that the restriction of $w$ to $\ch{\toruspgl}$ is
2187:    \[
2188:    \sum_{s \in \s[p-1]} s\res{\cycpgl}{\toruspgl} v = (p-1)!u
2189:    \]
2190: and this completes the second step in the proof of Lemma~\ref{lem:ontoker-sympgl}.
2191: \end{proof}
2192: 
2193: Similarly, there is a diagram of restriction homomorphisms
2194:    \[
2195:    \xymatrix{
2196:    \ch{\pgl} \ar[r]\ar[d] & \invtorus\ar[d]\\
2197:    \ch{\cycmu}\ar[r]     & \ch{\mmu}\hsmash{.}
2198:    }
2199:    \]
2200: 
2201: 
2202: \begin{lemma}\label{lem:ontoker-pgl}
2203: The homomorphism
2204:    \[
2205:    \ker\bigl(\ch{\pgl} \to \ch{\cycmu}\bigr) \longrightarrow
2206:    \ker\bigl(\invtorus \to \ch{\mmu}\bigr)
2207:    \]
2208: induced by restriction is an isomorphism.
2209: \end{lemma}
2210: 
2211: \begin{proof}
2212: Injectivity follows from Proposition~\ref{prop:keyinjectivity}.
2213: 
2214: As in the previous case, we show surjectivity first after inverting $p$, and then after inverting $(p-1)!$. 
2215: 
2216: As before, we have $\ch{\cycmu}\invertp = \ZZ[1/p]$, so we only need to check that $\ch{\pgl}\invertp \arr \invtorus\invertp$ is surjective. This follows from Lemma~\ref{lem:ontoker-sympgl} and from Corollary~\ref{cor:mapstorestriction-equal}.
2217: 
2218: Now we invert $(p-1)!$. Choose an element
2219:    \[
2220:    u \in \ker\Bigl(\invtorus\to \ch{\mmu}\Bigr)\invert;
2221:    \]
2222: by Lemma~\ref{lem:ontoker-sympgl}, we can choose
2223:    \[
2224:    u' \in \ker\bigl(\ch{\sympgl} \to \ch{\cycmu}\bigr)\invert
2225:    \]
2226: mapping to $u$ in $\ch{\toruspgl}$. By Proposition~\ref{prop:localization}, we can write
2227:    \[
2228:    u' = v + \chern_{p-1}(D_{p})w,
2229:    \]
2230: where $v$ is in $\ch{\pgl}\invert$ and $w$ is in $\ch{\sympgl}\invert$. The image of $\chern_{p}(D_{p})$ in $\ch{\toruspgl}$ is $0$, because $\toruspgl$ acts trivially on $D_{p}$; so the image of $v$ in $\ch{\toruspgl}$ equals $u$. But there is no reason why $v$ should map to $0$ in $\ch{\cycmu}$.
2231: 
2232: Let us denote by $\overline{v}$ and $\overline{w}$ the images of $v$ and $w$ respectively in
2233:    \[
2234:    \ch{\cycmu}\invert = \ZZ[1/(p-1)!][\xi,\eta]/(p\xi,p\eta);
2235:    \]
2236: the restriction of $\chern_{p-1}(D_{p})$ equals $-\xi^{p-1}$, so we have $\overline{v} - \xi^{p-1}\overline{w} = 0$. On the other hand $\overline{v}$ is contained in 
2237:    \[
2238:    \bigl(\ch{\cycmu}\bigr)^{\slfinite}\invert = \ZZ[1/(p-1)!][q,r]/(pq,pr);
2239:    \]
2240: since $\overline{v}$ is contained in the ideal of $\ZZ[1/(p-1)!][\xi,\eta]/(p\xi,p\eta)$ generated by $\xi$, and the images of $q$ and $r$ in
2241:    \[
2242:    \ZZ[1/(p-1)!][\xi,\eta]/(\xi,p\eta) = \ZZ[1/(p-1)!][\eta]/(p\eta)
2243:    \]
2244: are $\eta^{p^{2}-p}$ and $0$, we see that $\overline{v}$ is a multiple of $r$; hence we can write $\overline{v} = r\phi(q,r)$, where $\phi$ is a polynomial with coefficients in $\ZZ[1/(p-1)!]$. Set
2245:    \[
2246:    v' = v - \rho\phi(-\chern_{p^{2}-p},\rho);
2247:    \]
2248: then $v'$ restricts to $0$ in $\ch{\cycmu}$, and its image in $\ch{\toruspgl}$ equals the image of $v$, which is $u$, because $\rho$ maps to $0$.
2249: 
2250: This concludes the proof of Lemma~\ref{lem:ontoker-pgl}.
2251: \end{proof}
2252: 
2253: Set $K = \ker\bigl(\ch{\pgl} \to \ch{\cycmu}\bigr)$ and $L =  \ker\bigl(\invtorus \to \ch{\mmu}\bigr)$. The induced homomorphism $K \arr L$ is an isomorphism, according to Lemma~\ref{lem:ontoker-pgl}.
2254: 
2255: 
2256: Consider the subring $\mathbb{Z} \oplus L \subseteq \invtorus$; Proposition \refall{prop:describe-cycpgl}{5} gives us a copy $\mathbb{Z} \oplus K$ of it inside $\ch{\pgl}$. To finish the proof of Theorem~\ref{thm:main-splitting} we need to extend this splitting to all of $\invtorus$. According to Proposition~\ref{prop:ker-whole}, we have that $\invtorus$ is generated as an algebra over $\mathbb{Z} \oplus L$ by the single element $\delta$. We need to find a lifting for $\delta$; this is provided by the following lemma.
2257: 
2258: \begin{lemma}
2259: The restriction of $\chern_{p^2-p}(\liesl) \in \ch{\pgl}$ to $\ch[p^2-p]{\toruspgl}$ equals $\delta$.
2260: \end{lemma}
2261: 
2262: \begin{proof}
2263: We use the notation in the beginning of Section~\ref{sec:mainresults}. The representations $\liesl$ and $\liegl = \liesl \oplus k$ of $\pgl$ have the same Chern classes. If $V = k^n$ is the standard representation of $\GL$, then $\liegl = V \otimes V^\vee$ has total Chern class
2264:    \[
2265:    \chern_t(\liegl) = \prod_{i, j}\bigl(1 + t(x_i-x_j)\bigr)
2266:    = \prod_{i \neq j}\bigl(1 + t(x_i-x_j)\bigr)
2267:    \]
2268: in $\ch{\torusgl}$; but $\ch{\toruspgl} \subseteq \ch{\torusgl}$, so the thesis follows.
2269: \end{proof}
2270: 
2271: Set $\delta_1 = \chern_{p^2-p}(\liesl) \in \ch{\pgl}$. We consider the subring $(\mathbb{Z}\oplus K)[\delta_1]$ of $\ch{\pgl}$; to finish the proof of the theorem we have left to show that it maps injectively into $(\mathbb{Z}\oplus L)[\delta] = \invtorus$.
2272: 
2273: Let us take a homogeneous element $x \in (\mathbb{Z}\oplus K)[\delta_1]$ that maps to $0$ in $\invtorus$; according to Proposition~\ref{prop:keyinjectivity}, to check that it is $0$ it is enough to prove that it restricts to $0$ into $\ch{\cycmu}$. Write
2274:    \[
2275:    x = a_0 + a_1 \delta_1 + a_2 \delta_1^2 + a_3 \delta_1^3 + \cdots.
2276:    \]
2277: The $a_i$ of positive degree are in $K$, and therefore map to $0$ in $\ch{\cycmu}$ by definition; so there can be at most one term that does not map to zero, and that has to be of the form $h \delta_1^d$, where $h$ is an integer. However, the restriction of $x$ to $\ch{\mmu} = \mathbb{Z}[\eta]/(p\eta)$ is zero, and since $\delta_1$ restricts to a nonzero multiple of $\eta^{p^2 - p}$ we see that $h$ must be divisible by $p$. This proves that $h \delta_1^d$ also restricts to $0$ in $\ch{\cycmu}$, and completes the proof of the theorem.
2278: 
2279: \begin{remark}
2280: The splitting $\bigl(\ch{\toruspgl}\bigr)^{\s} \arr \ch{\pgl}$ that we have constructed is not compatible with the splitting $\bigl(\ch{\toruspgl}\bigr)^{\cyc} \arr \ch{\cycpgl}$ constructed in Section~\ref{sec:cycpgl}, in the sense that the diagram
2281:    \[
2282:    \xymatrix{{}\bigl(\ch{\toruspgl}\bigr)^{\s} \ar[r] \ar[d]
2283:        & {}\ch{\pgl} \ar[d] \\
2284:    \bigl(\ch{\toruspgl}\bigr)^{\cyc}\ar[r]
2285:       & \ch{\cycpgl}\hsmash{,}
2286:    }
2287:    \]
2288: where the rows are the splittings and the columns are restrictions, does \emph{not} commute.
2289: 
2290: %In fact, there can not be two splittings that are compatible. This follows from the fact that the image of $\ch{\pgl}$ is the subring generated by $\eta^{p^{2}-p}$, while the image of $\ch{\cycpgl}$
2291: 
2292: 
2293: \end{remark}
2294: 
2295: 
2296: \section{The proofs of the main Theorems}
2297: 
2298: Let us prove Theorem~\ref{thm:main-ch}. 
2299: 
2300: First of all, let us check that $\rho$ generates $\ch{\pgl}$ as an algebra over $\invtorus$. Take a homogeneous element $\alpha \in \ch{\pgl}$. The image of $\delta \in \invtorus$ in $\ch{\pgl}$ is $\chern_{p^{2}-p}(\liesl)$, by construction; and this maps to $-q$ in $\ch{\cycmu}$, by Lemma~\ref{lem:restrict-chern}. So there is a polynomial $\phi(x,y)$ with integer coefficients such that $\alpha - \phi(\delta,\rho)$ is in the kernel of the restriction homomorphism $\ch{\pgl} \arr \ch{\cycmu}$; but this kernel is in the image of $\invtorus$, again by construction; and this shows that $\ch{\pgl}$ is generated by $\rho$ as an algebra over $\invtorus$.
2301: 
2302: The relations given in the statement are satisfied. We have $p\rho = 0$ by construction. Furthermore, by construction the splitting $\invtorus \arr \ch{\pgl}$ sends the kernel of the homomorphism $\invtorus \arr \ch{\mmu}$ into the kernel of $\ch{\pgl}\arr \ch{\cycmu}$; hence, if $u \in \ker(\invtorus \arr \ch{\pgl})$ we have that $u\rho \in \ch{\cycmu}$ goes to $0$ in $\ch{\toruspgl}$, because $\rho$ is torsion, and to $\ch{\cycmu}$. Hence $u\rho = 0$, because of Proposition~\ref{prop:keyinjectivity}.
2303: 
2304: Let $x$ be an indeterminate, $I$ the ideal in the polynomial algebra 
2305:    \[
2306:    \invtorus{[x]}
2307:    \]
2308: generated by $px$ and by the polynomials $ux$, where $u$ is in the kernel of the restriction homomorphism $\invtorus \arr \ch{\mmu}$; we need to show that the homomorphism $\invtorus{[x]}/I \arr \ch{\pgl}$ that sends $x$ to $\rho$ is an isomorphism. Pick a polynomial $\phi \in \invtorus{[x]}$ such that $\phi(\delta) = 0$ in $\ch{\pgl}$. After modifying it by an element of $I$, we may assume that is of the form $\alpha + \psi(\delta,\rho)$, where $\alpha$ is in the the kernel of $\invtorus \arr \ch{\mmu}$, while $\psi$ is a polynomial in two variables with coefficients in $\FF_{p}$. Since the images of $\delta$ and $\rho$ in $\ch{\cycmu}$, that are $q$ and $r$, are linearly independent in $\FF_{P}[\xi,\eta]$, we see that $\psi$ must be $0$. Hence $\alpha = 0$ in $\ch{\pgl}$; but since $\invtorus$ injects inside $\ch{\pgl}$, we have that $\phi(x) = 0$, as we want.
2309: 
2310: Next we prove Theorem~\ref{thm:main-H}. We start by proving Corollary~\ref{cor:isom-even}, that says that the cycle homomorphism $\ch{\pgl} \arr \H[\even]{\pgl}$ is an isomorphism.
2311: 
2312: Call $K$ and $L$, respectively, the kernels of the restriction homomorphisms $\ch{\pgl} \arr \bigl(\ch{\cycmu}\bigr)^{\slfinite}$ and $\H[\even]{\pgl} \arr \bigl(\H[\even]{\cycmu}\bigr)^{\slfinite}$; we have a commutative diagram
2313:    \[
2314:    \xymatrix{
2315:    0 \ar[r] & K \ar[r]\ar[d]
2316:       & \ch{\pgl} \ar[r]\ar[d]
2317:       & \bigl(\ch{\cycmu}\bigr)^{\slfinite}\ar[r]\ar[d] & 0\\
2318:    0 \ar[r] & L \ar[r]
2319:      & \H[\even]{\pgl} \ar[r]
2320:      & \bigl(\H[\even]{\cycmu}\bigr)^{\slfinite}\ar[r] & 0\\
2321:    }
2322:    \]
2323: with exact rows. The right hand column is an isomorphism, because of Propositions \ref{prop:describe-ch-cycmu} and \ref{prop:H-invariants-cycmu}. The group $L$ injects into
2324:    \[
2325:    \ker\Bigl(\bigl(\H{\toruspgl}\bigr)^{\s}\to \H{\mmu}\Bigr) = 
2326:    \ker\Bigl(\bigl(\ch{\toruspgl}\bigr)^{\s}\to \ch{\mmu}\Bigr),
2327:    \]
2328: because of Proposition~\ref{prop:keyinjectivity}; on the other hand the restriction homomorphism
2329:    \[
2330:    K \arr \ker\bigl(\bigl(\ch{\toruspgl}\bigr)^{\s}\to \ch{\mmu}\bigr)
2331:    \]
2332: is an isomorphism, because of Lemma~\ref{lem:ontoker-pgl}. This proves that $K \arr L$ is an isomorphism, and this proves Corollary~\ref{cor:isom-even}.
2333: 
2334: To show that  $\rho$ and $\beta$ generate $\H{\pgl}$ as an algebra over $\invtorus$, take a homogeneous element $\alpha \in \ch{\pgl}$. The element $\rho$ generates $\H[\even]{\pgl}$, because of Theorem~\ref{thm:main-ch} and the fact above.
2335: 
2336: If $\alpha$ is a homogeneous element of odd degree in $\H{\pgl}$, its image in $\H[\odd]{\cycmu}$ can be written in the form $\phi(q,r)s$, where $\phi$ is an integral polynomial, by Proposition~\ref{prop:H-invariants-cycmu}. Then $\alpha - \phi(-\delta,\rho)\beta$ maps to $0$ in $\H[\odd]{\cycmu}$. On the other hand $\H[\odd]{\pgl}$ injects into $\H[\odd]{\cycmu}$, by Proposition~\ref{prop:keyinjectivity}, and this completes the proof that $\rho$ and $\beta$ generated.
2337: 
2338: To prove that the given relations generated the ideal of relations is straightforward, and left to the reader.
2339: 
2340: Finally, let us prove Theorem~\ref{thm:additive-structure}.
2341: 
2342: Since the homomorphisms $\ch{\pgl}\otimes \QQ \arr \ch{\SL}\otimes\QQ$ and $\ch{\pgl}\otimes \QQ \arr \ch{\SL}\otimes\QQ$ are isomorphisms, the ranks of $\ch[i]{\pgl}$ and $\H[i]{\pgl}$ equal the ranks of $\ch[i]{\SL}$ and $\H[i]{\SL}$. The ranks of the $\H[i]{\pgl}$ are $0$ when $i$ is odd; while for any $m \geq 0$ the rank of $\ch[m]{\pgl} \simeq \H[2n]{\pgl}$ equal the number of monomials of degree $m$ in $\sigma_{2}$, \dots,~$\sigma_{p}$. Such a monomial $\sigma_{2}^{d_{2}} \dots p^{d_{p}}$ can be identified with a partition $\generate{2^{d_{2}} \dots p^{d_{p}}}$ of $m$, so this rank is the numbero of partitions of $m$ with numbers between $2$ and $p$. 
2343: 
2344:  On the other hand it follows from Theorem~\ref{thm:main-ch} that the torsion part of $\ch{\pgl}$ is a vector space over the field $\FF_{p}$, with a basis given by the elements $\delta^{i}\rho^{j}$, where $i \geq 0$ and $j > 0$. Similarly, from Corollary~\ref{cor:isom-even} we see that the same elements form a basis for $\H[\even]{\pgl}$, while $\H[\odd]{\pgl}$ is an $\FF_{p}$-vector space with a basis formed by the elements $\delta^{i}\rho^{j}\beta$, where $i \geq 0$ and $j \geq 0$.
2345:  
2346: The theorem follows easily from these facts.
2347: 
2348: 
2349: 
2350: 
2351: \section{On the ring $\invtorus$}\label{sec:invtorus}
2352: 
2353: If $T$ is a torus, we denote by $\widehat{T}$ the group of characters $T \arr \gm$. We have a homomorphism of $\widehat{T}$ into the additive group $\ch{T}$ that sends each character into its first Chern class: and this induced an isomorphism of the symmetric algebra $\sym_{\ZZ}\widehat{T}$ with $\ch{T}$.
2354: 
2355: In this section we study the ring of invariants $\invtorus$. It is convenient to view $\invtorus$ as a subring of $\bigl(\ch{\torusgl}\bigr)^{\s}$; this last ring is generated by the symmetric functions $\sigma_{1}$, \dots,~$\sigma_{p}$ of the first Chern characters $x_{1}$, \dots,~$x_{p}$ of the projections $\torusgl \arr \gm$.
2356: 
2357: If we tensor $\invtorus$ with $\ZZ[1/p]$, then we get a polynomial ring; and it is easy to exhibit generators. The homomorphism of groups of characters
2358:    \[
2359:    \chartorus{\pgl} \arr \chartorus{\SL}
2360:    \]
2361: induced by the projection $\torussl \arr \toruspgl$ is injective, with cokernel $\ZZ/p\ZZ$; hence it becomes an isomorphism when tensored with $\ZZ[1/p]$. Hence
2362:    \[
2363:    \invtorus\invertp \arr \bigl(\ch{\torussl}\bigr)^{\s}\invertp
2364:    \]
2365: is an isomorphism.
2366: 
2367: According to Lemma~\ref{lem:permutation-rep}, the ring $\bigl(\ch{\torussl}\bigr)^{\s}$ is a quotient
2368:    \[
2369:    \bigl(\ch{\torusgl}\bigr)^{\s}/(\sigma_{1})
2370:    = \ZZ[\sigma_{1}, \dots, \sigma_{p}]/(\sigma_{1})
2371:    = \ZZ[\tau_{2}, \dots, \tau_{p}],
2372:    \]
2373: where we have denoted by $\tau_{i}$ the image of $\sigma_{i}$ in $\ch{\torussl}$. One way to produce elements of $\invtorus$ is to write down explicitly the elements corresponding to the $\sigma_{i}$ in the isomorphism
2374:    \[
2375:    \invtorus\invertp \simeq \ZZ[1/p][\sigma_{2}, \dots, \sigma_{p}]
2376:    \]
2377: and then clear the denominators. 
2378: 
2379: The composite
2380:    \[
2381:    \xymatrix@R=10pt{
2382:    \ch{\toruspgl}\invertp \ar@{^(->}[r]
2383:       & \ch{\torusgl}\invertp  \ar[r] \ar@{=}[d]
2384:       & \ch{\torussl}\invertp  \ar@{=}[d] \\
2385:       & \ZZ[1/p][x_{1}, \dots, x_{p}] \ar[r]
2386:       &  \ZZ[1/p][x_{1}, \dots, x_{p}]/(\sigma_{1})
2387:    }
2388:    \]
2389: is an isomorphism, and the inverse $\ZZ[1/p][x_{1}, \dots, x_{p}]/(\sigma_{1}) \arr \ch{\toruspgl}\invertp$ is obtained by sending $x_{i}$ to $x_{i  } - \frac{1}{p}\sigma_{1}$. We need to compute the image of the $\sigma_{k}$ in $\ch{\pgl}\invertp \subseteq \ZZ[1/p][\sigma_{1}, \dots, \sigma_{p}]$, and this is given by the following formula (the one giving the Chern classes of the tensor product of a vector bundle and a line bundle).
2390: \begin{lemma}
2391: If $t$ is an indeterminate, we have
2392:    \begin{align*}
2393:       \sigma_{k}(x_{1}+ t, \dots, x_{p} + t) &=
2394:    \sum_{i=0}^{k} \binom{p-k+i}{i} t^{i}\sigma_{k-i}\\
2395:    &= \sigma_{k} 
2396:       + (p-k+1)t \sigma_{k-1}
2397:       + \binom{p-k+2}{2}t^{2}\sigma_{k-2}\\
2398:       &\qquad +\dots 
2399:       + \binom{p-1}{k-1}t^{k-1}\sigma_{1}
2400:       + \binom{p}{k}t^{k}.
2401:    \end{align*}in $\ZZ[x_{1}, \dots, x_{p}, t]$, for $k=0$, \dots,~$p$.
2402: \end{lemma}
2403: 
2404: \begin{proof}
2405: This follows by comparing terms of degree $k$ in the equality
2406:    \begin{align*}
2407:    \sum_{i=0}^{p}(1+t)^{i}\sigma_{p-i} &= \prod_{i=1}^{p}(1+t+x_{i})\\
2408:    & = \sum_{i=0}^{p}\sigma_{i}(x_{1}+ t, \dots, x_{p} + t).\qedhere
2409:    \end{align*}
2410: \end{proof}
2411: 
2412: If we subtitute $-\frac{1}{p}\sigma_{1}$ for $t$ we obtain the images of the $\tau_{k}$ in $\invtorus\invertp$; we denote them by $\gamma'_{k}$. In order to get elements of $\invtorus$, we can clear the denominators in the $\gamma'_{i}$; by a straightforward calculation we can check that
2413:    \begin{align*}
2414:    \gamma_{k} &= p^{k-1}\gamma'_{k} \\
2415:    &= \sum_{i=0}^{k-2}(-1)^{i}p^{k-i-1}
2416:       \binom{p-k+i}{i} \sigma_{k-i}\sigma_{1}^{i}
2417:       +(-1)^{k-1}\frac{k-1}{k}\binom{p-1}{k-1}\sigma_{1}^{k}
2418:    \end{align*}
2419: for $k = 2$, \dots,~$p-1$, while
2420:    \begin{align*}
2421:    \gamma_{p} &= p^{p}\gamma'_{p} \\
2422:    &= \sum_{i=1}^{p-2}(-1)^{i}p^{p-i}\sigma_{p-i}\sigma_{1}^{i}
2423:       +(p-1)\sigma_{1}^{p}.
2424:    \end{align*}
2425: 
2426: From the discussion above we get that $\invtorus\invertp$ is a polynomial ring over $\ZZ[1/p]$ over $\gamma_{2}$, \dots,~$\gamma_{p}$. However, the $\gamma_{i}$ cannot generate $\invtorus$ integrally, because all of them are in the kernel of the homomorphism $\invtorus \arr \ch{\mmu}$, while $\delta\in \bigl(\ch[p^{2} - p]{\toruspgl}\bigr)^{\s}$ is not.
2427: 
2428: When $p = 3$ the situation is simple. The following result was proved by Vezzosi.
2429: 
2430: \begin{theorem}[\mbox{\cite[Lemma~3.2]{vezzosi-pgl3}}]\hfil
2431:    \[
2432:    \invtorus[3] = \ZZ[\gamma_{2}, \gamma_{3}, \delta]/
2433:    \bigl(27\delta - 4\gamma_{2}^{3} - \gamma_{3}^{2}\bigr).
2434:    \]
2435: \end{theorem}
2436: 
2437: \begin{proof}
2438: What follows is essentially the argument given in the proof of Lemma~3.2 in \cite{vezzosi-pgl3}. We have
2439:    \begin{align*}
2440:    \gamma_{2} &= 3\sigma_{2} - \sigma_{1}^{2}\\
2441:    \intertext{and}
2442:    \gamma_{3} &= 27\sigma_{3} - 9\sigma_{1}\sigma_{2} + 2\sigma_{1}^{3}.
2443:    \end{align*}
2444: Let us express $\delta$ as a rational polynomial in $\gamma_{2}$ and $\gamma_{3}$. This is most easily done after projecting into
2445:    \[
2446:    \ch{\torussl} = \ZZ[x_{1}, x_{2}, x_{3}]/(\sigma_{1})
2447:    \]
2448: since we know that $\ch{\toruspgl}$ injects inside $\ch{\torussl}$. Since $\delta$ is the opposite of the classical discriminant $\prod_{1\leq i< j \leq3}^{3}(x_{i}-x_{j})^{2}$, the image of $\delta$ in $\ZZ[x_{1}, x_{2}, x_{3}]/(\sigma_{1})$ equals $4\sigma_{2}^{3} + 27\sigma_{3}^{2}$. The images of $\gamma_{2}$ and $\gamma_{3}$ in $\ZZ[x_{1}, x_{2}, x_{3}]/(\sigma_{1})$ are $3\sigma_{2}$ and $27\sigma_{3}$; hence we get the formula
2449:    \[
2450:    27\delta = 4\gamma_{2}^{3} + \gamma_{3}^{2}
2451:    \]
2452: showing that the relation in the statement of the theorem holds.
2453: 
2454: We will show that if $\phi \in \invtorus[3] \subseteq \ZZ[\sigma_{1},\sigma_{2},\sigma_{3}]$ is such that $3\phi$ is in $\ZZ[\gamma_2, \gamma_{3}, \delta]$, then $\phi$ is also in $\ZZ[\gamma_2, \gamma_{3}, \delta]$. This implies that $\ZZ[\gamma_2, \gamma_{3}, \delta] = \invtorus[3]$, because we know that $\gamma_{2}$ and $\gamma_{3}$ generate $\invtorus[3]\otimes \ZZ[1/3]$, hence if $\phi \in \invtorus[3]$ then $3^{n}\phi \in \ZZ[\gamma_2, \gamma_{3}, \delta]$ for sufficiently large $n$, and we can proceed by descending induction on $n$.
2455: 
2456: Write
2457:    \[
2458:    3\phi = p(\gamma_{2}, \gamma_{3}, \delta)
2459:    \in \ZZ[\sigma_{1}, \sigma_{2},\delta] \subseteq \invtorus[3];
2460:    \]
2461: for an integral polynomial $p$. The image of $p(\gamma_{2}, \gamma_{3}, \delta)$ in the polynomial ring $\FF_{3}[\sigma_{1}, \sigma_{2}, \sigma_{3}]$ is $0$; the images of $\gamma_{2}$, $\gamma_{3}$ and $\delta$ in $\FF_{3}[\sigma_{1}, \sigma_{2}, \sigma_{3}]$ are $-\sigma_{1}^{2}$, $-\sigma_{1}^{3}$ and $\sigma_{2}^{3}$ respectively; and the ideal of relations between these three polynomials is generated by $(-\sigma_{2})^{3} + (-\sigma^{3})^{2}$, which is the image in $\FF_{3}[\sigma_{1}, \sigma_{2}, \sigma_{3}]$ of
2462:    \[
2463:    4\gamma_{2}^{3} + \gamma_{3}^{2} = 27\delta.
2464:    \]
2465: Hence there are two integral polynomials $q$ and $r$  such that we can write
2466:    \begin{align*}
2467:    3\phi &= p(\sigma_{2}, \sigma_{3}, \delta)\\
2468:    &= 3q(\sigma_{2}, \sigma_{3},\delta)
2469:       + 27\delta \cdot r(\sigma_{2}, \sigma_{3},\delta).
2470:    \end{align*}
2471: Dividing by $3$ we see that $\phi$ is in $\ZZ[\sigma_{2}, \sigma_{3}, \delta] \subseteq \invtorus[3]$; and this concludes the proof that $\gamma_{2}$, $\gamma_{3}$ and $\delta$ generate.
2472: 
2473: Consider the surjective ring homomorphism
2474:    \[
2475:    \ZZ[x_{2}, x_{3}, y] \arr \invtorus[3]
2476:    \]
2477: that sends $x_{i}$ to $\gamma_{i}$ and $y$ to $\delta$; call $I$ its kernel. We know that
2478:    \[
2479:    (27y - 4x_{2}^{3} - x_{3}^{2}) \subseteq I.
2480:    \]
2481: After tensoring with $\ZZ[1/3]$, both rings
2482:    \[
2483:    \ZZ[x_{2}, x_{3}, y]/(27y - 4x_{2}^{3} - x_{3}^{2})
2484:    \quad\text{and}\quad
2485:    \invtorus[3]
2486:    \]
2487: become polynomial rings $\ZZ[1/3][x_{2}, x_{3}]$; hence, if $f \in I$, some multiple $3^{n}f$ is in $(27y - 4x_{2}^{3} - x_{3}^{2})$. But this implies that $f$ is in $(27y - 4x_{2}^{3} - x_{3}^{2})$ because $3$ is a prime in the unique factorization domain $\ZZ[x_{2}, x_{3}, y]$ and does not divide $27y - 4x_{2}^{3} - x_{3}^{2}$, so
2488:    \[
2489:    (27y - 4x_{2}^{3} - x_{3}^{2}) = I,
2490:    \]
2491: as claimed.
2492: \end{proof}
2493: 
2494: From this, Theorem~\ref{thm:pgl3} follows easily.
2495: 
2496: 
2497: As $p$ grows, the calculations become very complicated very quickly. The obvious generalization of the result above, that $\invtorus$ is generated by the $\gamma_{i}$ and $\delta$, fails badly.  When $p$ is larger than $3$, it is not hard to see that they fail to generate already in degree $4$. When $p = 5$ the ring $\invtorus[5]$ has $9$ generators, in degrees $2$, $3$, $4$, $5$, $6$, $7$, $9$, $12$ and $20$; with some pain, it is possible to write them down explicitly. The generators in degree $2$ and $3$ are $\gamma_{2}$ and $\gamma_{3}$. With more work it shoud also be possible to find the relations among them.
2498: 
2499: There are other approaches to calculations other than the one given here for $p = 3$; but none of them seem to give a lot of information in the general case.
2500: 
2501: 
2502: \nocite{edidin-graham-equivariant}
2503: \nocite{gottlieb-euler}
2504: \nocite{grothendieck-brauer3}
2505: \nocite{kono-mimura-shimada}
2506: \nocite{kono-mimura}
2507: \nocite{toda-classifying}
2508: 
2509: 
2510: \bibliographystyle{amsalpha}
2511: \bibliography{mrabbrev,VistoliRefs}
2512: 
2513: 
2514: \end{document}
2515: 
2516: 
2517: 
2518: 
2519: \end{thebibliography}
2520: