-
Notifications
You must be signed in to change notification settings - Fork 0
/
lct_paper.tex
863 lines (784 loc) · 56 KB
/
lct_paper.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
\documentclass{amsart}
\usepackage{cite}
\usepackage{amscd,amssymb,amsmath,nccmath,microtype}
\usepackage{calligra,mathrsfs}
\usepackage{graphicx}
\usepackage[hyphens]{url}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{changepage}
\usepackage{caption}
\usepackage{listings}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{nicefrac}
\usepackage{stmaryrd}
\usepackage[hyphens]{url}
\usepackage{hyperref}
\usepackage{lmodern}
%\PassOptionsToPackage{gray}{xcolor}
\usepackage{xcolor}
\usepackage{colortbl}
\usepackage[most]{tcolorbox}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{xypic}
\usepackage{tikz}
\usepackage{multirow}
\usepackage{hyperref}
\usepackage{subcaption}
\usepackage{mathtools}
\usepackage[draft,multiuser,layout={margin,index}]{fixme}
\usepackage{pifont}
\usepackage{tikz-cd}
\makeatletter
\newcommand*{\@rowstyle}{}
\newcommand*{\rowstyle}[1]{% sets the style of the next row
\gdef\@rowstyle{#1}%
\@rowstyle\ignorespaces%
}
\newcolumntype{=}{% resets the row style
>{\gdef\@rowstyle{}}%
}
\newcolumntype{+}{% adds the current row style to the next column
>{\@rowstyle}%
}
\makeatother
\newtheorem{theorem}{Theorem}[section]
\newtheorem*{ttheorem}{Tian's criterion}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem*{conjecture}{Conjecture}
\newtheorem{corollary}[theorem]{Corollary}
{\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{remarks}[theorem]{Remarks}
\newtheorem{notation}[theorem]{Notation}
}
\newtheorem{maintheorem}[theorem]{Theorem}
\renewcommand{\theenumi}{\roman{enumi}}
%
\theoremstyle{definition}
\newtheorem{construction}[theorem]{Construction}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\newcommand{\pt}{\{\mathbf{pt}\}}
\renewcommand{\Vert}{\mathcal{V}}
\newcommand{\Hor}{\mathcal{H}}
%\newcommand{\QGIT}{/^{^{\mathsf{GIT}}}}
\newcommand{\QGIT}{{\!/\!\!/}}
\newcommand{\tXn}{{\widetilde{X}^\circ}}
\newcommand{\Xn}{{X^\circ}}
\newcommand{\tX}{{\widetilde{X}}}
\newcommand{\tD}{{\widetilde{D}}}
\newcommand{\tL}{{\widetilde{\L}}}
\newcommand{\T}{{\mathcal{T}}}
\newcommand{\tY}{{\widetilde{Y}}}
\newcommand{\CC}{\mathbb{C}}
\renewcommand{\L}{\mathcal{L}}
\newcommand{\RR}{\mathbb{R}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\QQ}{\mathbb{Q}}
\newcommand{\ZZ}{\mathbb{Z}}
\newcommand{\NN}{\mathbb{N}}
\newcommand{\PP}{\mathbb{P}}
\newcommand{\A}{\mathbb{A}}
\newcommand{\m}{\mathfrak{m}}
\newcommand{\lin}[1]{\text{span}\,(#1)}
\newcommand{\equivn}{{\stackrel{\scriptscriptstyle\text{num}}{\sim}}}
\newcommand{\KK}{k}
\newcommand{\xx}{\mathrm{x}}
\newcommand{\savefootnote}[2]{\footnote{\label{#1}#2}}
\newcommand{\repeatfootnote}[1]{\textsuperscript{\ref{#1}}}
\newcommand{\LCS}{\text{LCS}}
\newcommand{\fan}{\Xi}
\newcommand{\CO}{{\mathcal{O}}}
\newcommand{\f}{{\mathfrak{f}}}
\newcommand{\h}{{\mathfrak{h}}}
\newcommand{\cA}{{\mathcal{A}}}
\newcommand{\X}{{\mathcal{X}}}
\newcommand{\Y}{{\mathcal{Y}}}
\newcommand{\Z}{{\mathcal{Z}}}
\newcommand{\D}{{\mathfrak{D}}}
\newcommand{\R}{{\mathcal{R}}}
\newcommand{\bphi}{\bar \Phi}
\newcommand{\sufficient}{valuable }
\DeclareMathOperator{\TV}{TV}
\DeclareMathOperator{\barycenter}{bary}
\DeclareMathOperator{\DF}{DF}
\DeclareMathOperator{\Sl}{Sl}
\DeclareMathOperator{\GIT}{GIT}
\DeclareMathOperator{\GL}{GL}
\DeclareMathOperator{\Bl}{Bl}
\DeclareMathOperator{\Loc}{Loc}
\DeclareMathOperator{\ray}{ray}
\DeclareMathOperator{\codim}{codim}
\DeclareMathOperator{\NE}{NE}
\DeclareMathOperator{\face}{face}
\DeclareMathOperator{\quot}{Quot}
\DeclareMathOperator{\rk}{rank}
\DeclareMathOperator{\relint}{relint}
\DeclareMathOperator{\tail}{tail}
\DeclareMathOperator{\SF}{SF}
\DeclareMathOperator{\tcadiv}{T-CaDiv}
\DeclareMathOperator{\tdiv}{T-Div}
\DeclareMathOperator{\im}{im}
\DeclareMathOperator{\coker}{coker}
\DeclareMathOperator{\Hom}{Hom}
\DeclareMathOperator{\divisor}{div}
\DeclareMathOperator{\cadiv}{CaDiv}
\DeclareMathOperator{\wdiv}{Div}
\DeclareMathOperator{\pic}{Pic}
\DeclareMathOperator{\spec}{Spec}
\DeclareMathOperator{\proj}{Proj}
\DeclareMathOperator{\ord}{ord}
\DeclareMathOperator{\supp}{supp}
\DeclareMathOperator{\Pol}{Pol}
\DeclareMathOperator{\loc}{Loc}
\DeclareMathOperator{\SPEC}{\mathbf{Spec}}
\DeclareMathOperator{\conv}{conv}
\DeclareMathOperator{\pos}{pos}
\DeclareMathOperator{\vol}{vol}
\DeclareMathOperator{\cl}{Cl}
\DeclareMathOperator{\num}{NS}
\DeclareMathOperator{\syz}{Rel}
\DeclareMathOperator{\Aut}{Aut}
\DeclareMathOperator{\glct}{g\bf{lct}}
\DeclareMathOperator{\init}{in}
\DeclareMathOperator{\numq}{NS_{\hspace{.2pt}\QQ}}
\DeclareMathOperator{\Div}{div}
\DeclareMathOperator{\Cox}{Cox}
\DeclareMathOperator{\Cl}{Cl}
\DeclareMathOperator{\Ric}{Ric}
\DeclareMathOperator{\PGL}{PGL}
\DeclareMathOperator{\lct}{lct}
\title[K\"ahler-Einstein metrics on symmetric general arrangement varieties]{K\"ahler-Einstein metrics on symmetric general arrangement varieties}
\author[J. Cable]{Jacob Cable}
\address{Jacob Cable\\ School of Mathematics, Faculty of Science and Engineering,
The University of Manchester,
Alan Turing Building, Oxford Road,
Manchester M13 9PL}
\email{\href{mailto:[email protected]}{[email protected]}}
\subjclass[2010]{14J45 (Primary), 32Q20 (Secondary)}
\keywords{}
\begin{document}
\begin{abstract}
We calculate Chow quotients of some families of symmetric \(T\)-varieties. In complexity two we obtain new examples of K\"ahler-Einstein metrics by bounding the symmetric alpha invariant of their orbifold quotients. As an additional application we determine the homeomorphism class of the orbit space of the compact torus action.
\end{abstract}
\maketitle
\section{Introduction}
In this paper we are interested in finding new K\"ahler-Einstein metrics on certain Fano manifolds. Whether or not a manifold \(X\) admits such a metric is characterized by the algebreo-geometric notion of \(K\)-stability, see \cite{CDS12}, \cite{CDS13}. An equivariant version of \(K\)-stability has been used in the spherical \cite{del2016}, and complexity-one \(T\)-variety \cite{ilten2015} settings to obtain an effective K\"ahler-Einstein criterion.
Generally, with group actions of complexity greater than one, \(K\)-stability is a difficult condition to check. Another approach is to apply the sufficient criterion of Tian, \cite{Tian87}. In \cite{Su13} it was shown that Tian's criterion reduces to a related problem on the torus quotient if the original variety admits enough additional symmetries.
In the present paper the examples we consider are \textit{general arrangement varieties}, that is they are \(T\)-varieties where the torus quotient is a projective space and the critical values of the quotient map form a general arrangement of hyperplanes in that projective space. Smooth projective general arrangement varieties of complexity and Picard rank \(2\) were classified according to their Cox ring in \cite{hausen2018torus}. Following the methods of \cite{Su13}, we find three new examples of K\"ahler-Einstein metrics on some symmetric complexity two general arrangement varieties.
The first examples we are interested in are some hypersurfaces of bidegree \((a,b)\). Consider the following varieties:
\[
X_{a,b}^{2n-1} := V \left( \sum_{i=0}^n x_i^a y_i^b \right) \subseteq \PP^n \times \PP^n
\]
%
%
%
%
%
%
Let \(d = \gcd(a,b)\) and \(p= a/d, \ q = b/d\). There is an effective \(n\)-torus action prescribed by weights \((0|pI_n|0|-qI_n)\) on the homogeneous coordinates \((x,y)\). Note, as an aside, that \(X^{2n-1}_{1,1}\) is a flag manifold of type \((1,n-1)\), which is known to admit a K\"ahler-Einstein metric as a homogeneous manifold, see remarks immediately preceeeding \cite[Theorem 3]{Matsushima} for example. By adjunction, \(X^{2n-1}_{a,b}\) is Fano iff \(a,b < n+1\). When \(a = 1\) then \(X^{2n-1}_{a,b}\) is smooth. Our first result is the following:
\begin{theorem}\label{thm:KE1}
\(X_{1,2}^5\) and \( X_{1,3}^5\) admit \(T\)-invariant K\"ahler-Einstein metrics.
\end{theorem}
Note that \(X_{1,2}^5, X_{1,3}^5\ \) appear in the classification of \cite{hausen2018torus} as varieties \(4E, 4F\) respectively. Secondly we consider an iterated blow-up of the even-dimensional quadric hypersurface. Consider the following representation:
\begin{align*}
Q^{2n} &:= V \left( \sum_{i=0}^{n} x_{i}y_{i} \right) \subset \PP^{2n+1}.
\end{align*}
Where we have labelled the projective coordinates \([x_0,\dots,x_n,y_0,\dots,y_n]\). There is a \(T \cong (\CC^*)^{n+1}\) action on \(Q^{2n}\), specified on these coordinates by weight matrix \((I_n| - I_n)\). We obtain an \textit{effective} \(T' := T / \langle \pm I_{n+1} \rangle \)-action on \(Q^{2n}\). Let \(Z_i := V(x_{i},y_i) \subset Q^{2n}\) for \(i=0,\dots,n\). Consider the variety:
\[
W^{2n} := \Bl_{\tilde{Z_n}} \dots Bl_{\tilde{Z_1}} Bl_{\tilde{Z_0}} Q^{2n}.
\]
In Section \ref{subsec:wonderful} we show that \(W^{2n}\) is Fano, and independent with respect to permuting the indexing of the \(Z_i\). It is known as the \textit{wonderful compactification} of the arrangement of subvarieties of \(Q\) built by \(Z_0,\dots,Z_n\). Note that these blowups are equivariant with respect to the \(T'\)-action, and we may induce an effective \(T'\)-action on \(W^{2n}\). Our second result is the following:
\begin{theorem}\label{thm:KE2}
\(W^6\) admits a \(T'\)-invariant K\"ahler-Einstein metric.
\end{theorem}
We will use the following theorem of Tian, involving an invariant \(\alpha_{G}(X)\), the alpha invariant of a Fano manifold \(X\).
\begin{ttheorem}\label{thm:tcrit}
Let \(X\) be a Fano manifold and \(G \subset \Aut(X)\) reductive group of symmetries. If
\[
\alpha_{G} (X) > \frac{\dim(X)}{\dim(X) + 1}
\]
Then \(X\) admits a \(G\)-invariant K\"ahler-Einstein metric.
\end{ttheorem}
In the case where \(G\) is finite, the alpha invariant coincides with the \textit{global log canonical threshold} of \(X\), denoted \(\glct_G(X)\). A proof of this fact can be found in Demailley's appendix of \cite{cheltsov08}.
%
%
%
%
%
%
Suppose now \(X\) admits an effective action of an algebraic torus \(T = (\CC^*)^{n+1} \subset \Aut(X)\). Let \(K \cong (S^1)^n\) be the maximal compact subtorus in \(T\). Given a finite subgroup \(H\) of the normalizer \(\mathcal{N}_{\Aut(X)}(T)\), we have an induced \(H\)-action on the character lattice \(M\) of \(T\).
Following \cite{batyrev99}, \(X\) is said to be symmetric with respect to the \(T\)-action if there exists such an \(H\) which fixes only the identity of \(M\). Since \(H\) normalizes \(T\) then they generate a subgroup \(H T \subset \Aut(X)\). As \(H\) and \(T\) have trivial intersection this is a semidirect product of \(H\) and \(T\). It can be shown that \(HT\) is the complexification of its maximal compact subgroup \(HK\). Minor adjustments to Demailly's proof give us that \( \glct_{HT}(X) = \alpha_{HT}(X) \) here also.
Let \(X\) be a symmetric \(T\)-variety. There is a natural quotient \(\pi:X \dashrightarrow Y\) by the torus action, the Chow quotient, first introduced by Kapranov \cite{kapranov1993}. Since \(H\) is in the normalizer of \(T\) then its action descends to \(Y\). In the setting of this paper we assume that \(\pi\) is surjective. For any prime divisor \(Z\) on \(Y\) the generic stabilizer on a component of \(\pi^{-1}(Z)\) is a finite abelian group. The maximal order across these components is denoted \(m_Z\). We then obtain a boundary divisor for \(\pi\) given by:
\begin{equation} \label{boundary}
B := \sum_Z \frac{m_Z-1}{m_Z} \cdot Z
\end{equation}
We call the pair \((Y,B)\) the Chow quotient pair of the \(T\)-variety \(X\). S{\"u}{\ss}, \cite{Su13}, showed that the global log canonical threshold of \(X\) with respect to \(HT\) coincides with that of the pair \((Y,B)\) with respect to \(H\):
\begin{theorem}[S{\"u}{\ss}, {\cite[Theorem 1.2]{Su13}}]\label{thm:SU}
Let \(X\) be a symmetric log terminal Fano \(T\)-variety. Then
\[
\glct_{HT}(X) = \min \{1, \glct_H(Y,B) \}.
\]
\end{theorem}
%
%
%
%
%
%
To prove Theorems \ref{thm:KE1}, \ref{thm:KE2} we would like to apply Theorem~\ref{thm:SU} and then Tian's criterion. We begin by calculating Chow quotients. The GIT quotients of \(X\) by \(T\) form a finite inverse system, and the inverse limit of this system contains a distinguished component, known as the \textit{limit quotient} of \(X\). In \cite{baker2012} it was shown that this limit quotient and the Chow quotient coincide. For the varieties \(X_{a,b}^{2n-1}\) we use the Kempf-Ness theorem to calculate GIT quotients. The inverse system is simple enough in this case to then deduce the Chow quotient pair.
For \(\gamma \in \QQ\) define the \(\QQ\)-divisor \(\gamma B := \gamma \sum_i H_i\), where \(H_1,\dots,H_n\) are the coordinate hyperplanes of \(\PP^{n-1}\) and \(H_0\) is the hyperplane \(V( \sum_{i=1}^n z_i)\). In Section~\ref{subsec:hypersurfaces} we will prove the following:
\begin{lemma}\label{lem:1.4}
The Chow quotient pair of \(X_{a,b}^{2n-1}\) by \(T\) is \((\PP^{n-1},\gamma B)\) with \(\gamma = \max \left(\frac{p-1}{p}, \frac{q - 1}{q} \right)\).
\end{lemma}
%
%
%
%
%
%
By \cite[Proposition 2.6]{suess18-2} this allows us to calculate, as an additional application, the homeomorphism class of the quotient space \(X_{a,b}^n/T\). For the proof of the following corollary see Section~\ref{subsec:hypersurfaces}.
\begin{corollary}\label{cor:topquot}
Let \(K\) be the maximal compact torus of \(T\). There is a homeomorphism:
\[
X_{a,b}^{2n-1}/K \cong S^{n-1} \ast \PP^{n-1}.
\]
Where the later is the topological join of the \((n-1)\)-sphere and complex projective \((n-1)\)-space.
\end{corollary}
In particular, this shows that the \(K\)-orbit space of the flag manifolds \(F(1,n-1,\CC^n) = X_{1,1}^{2n-1}\) is of this form.
Consider the variety \(W^{2n}\). Using results of \cite{kirwan} we may obtain the Chow quotient of \(W^{2n}\) from that of \(Q^{2n}\). In Section \ref{subsec:wonderful} we prove the following:
\begin{lemma}\label{lem:1.6}
The Chow quotient pair of \(W^{2n}\) by its \(T'\)-action is \((\PP^{n-1},\frac{1}{2} B)\).
\end{lemma}
\begin{remark}
It is worth noting that Lemma 1.4 and Lemma 1.6 also follow from the basic theory of general arrangement varieties, see \cite[Proposition 3.16, Remark 6.19]{hausen2018torus}
\end{remark}
%
%
%
Note that there is a natural \(S_{n+1}\)-action on \(X^{2n-1}_{a,b}\) permuting the indices of variables. Additionally, by results of \cite{li06}, the \(S_{n+1}\)-action on \(Q^{2n}\) permuting the \(Z_i\) induces an action on \(W^{2n}\). These actions descend to the \(S_{n+1}\)-action on \(\PP^{n-1}\) permuting the hyperplanes \(H_i\). We leave it to the reader to check that these finite group actions make \(X_{a,b}^{2n},Q^{2n},W^{2n}\) symmetric \(T\)-varieties.
We are now in a situation where we may be able to apply Theorem~\ref{thm:SU}. For \(n=3\) we are able to calculate the log canonical threshold for the Chow quotient pairs. Let \(Y = \PP^2\), with projective coordinates \(x,y,z\), and consider the divisor \(B\) given by \(xyz(x+y+z) = 0\). Consider the \(S_4\)-actions on \(Y\) permuting the lines \(x=0, \ y=0, \ z=0, \ x+y+z=0\).
\begin{lemma} \label{lem:1.7}
Suppose \(\gamma < \frac{3}{4}\) so that the pair \((\PP^2,\gamma B)\) is log Fano. We have:
\[
\glct_{S_4}(\PP^2, \gamma B) = \min \left( \frac{2}{3-4 \gamma},\frac{4(1-\gamma)}{3-4\gamma} \right).
\]
\end{lemma}
%
%
%
%
%
%
%
%
%
%
%
%
\subsection*{Acknowledgement}
This work was partially supported by the grant 346300 for IMPAN from the Simons Foundation and the matching 2015-2019 Polish MNiSW fund. I would like to thank my supervisor Hendrik S{\"u}{\ss}, Vanya Cheltsov, and my anonymous referee for many useful comments and suggestions while this paper was in preparation.
\section{Preliminaries}
\subsection{Chow and GIT quotients} \
Here we recall the definition of GIT, Chow, and limit quotients of a projective variety by a reductive algebraic group \(G\). We also explain how, when \(G\) is a torus, they may be explicitely calculated via the Kempf-Ness theorem.
\subsubsection{GIT quotients}
Recall the basic setup of Mumford's geometric invariant theory, which provides a method for finding geometric quotients on open subsets of a scheme \(X\) when the acting algebraic group \(G\) is reductive. A good reference for the material here is \cite{mumford1994}.
%
%
%
In \cite{mumford1994} Mumford introduced the notion of a good categorical quotient, which can be shown to be unique if it exists.
%
%
%
\begin{definition}
A surjective \(G\)-equivariant morphism \(\pi : X \to Y\) is a good categorical quotient if the following hold:
\begin{enumerate}
\item We have \(\mathcal{O}_Y = (\pi_* \mathcal{O}_X)^G\);
\item if \(V\) is a closed \(G\)-invariant subset of \(X\) then \(\pi(V)\) is closed;
\item if \(V,W\) are closed \(G\)-invariant subsets of \(X\) and \(V \cap W = \emptyset\) then we have \(\pi(V) \cap \pi(W) = \emptyset\).
\end{enumerate}
\end{definition}
%
%
%
Good quotients do not always exist for a given scheme \(X\), but we might hope that there exists some dense open subset of \(X\) which does admit a good quotient. Consider the affine case, where \(X = \spec A\). For \(G\) reductive then it can be shown that \(X \sslash G : = \spec A^G\) is a good categorical quotient.
The same ansatz works in the projective case once we make a choice of a lift of the action to the ring of sections of a given ample line bundle. This choice is known as a linearization of the group action.
%
%
%
\begin{definition}
Let \(X\) be a projective scheme together with an action \( \lambda : G \times X \to X\) of a reductive algebraic group \(G\). Let \(L\) be a line bundle on \(X\). A linearization of the action \(\lambda\) on \(L\) is an action \(\tilde{\lambda}\) on \(L\) such that:
\begin{itemize}
\item The projection \(\pi\) is \(G\)-equivariant, \(\pi \circ \tilde{\lambda} = \lambda \circ \pi \)
\item For \(g \in G\) and \(x \in X\), the induced map \(L_x \mapsto L_{g \cdot x}\) is linear.
\end{itemize}
\end{definition}
%
%
%
Note a linearization to \(L\) naturally induces linearizations to \(L^\vee\) and \(L^{\otimes r}\) for \(r \in \mathbb{N}\).
%
%
%
\begin{example}
A linearization of the trivial bundle on a projective variety \(X\) must be of the form:
\[
g \cdot (x,z) = (g \cdot x, \chi(g,x)z),
\]
for some \(\chi \in H^0(G \times X, \mathcal{O}_{G \times X}^*) \cong H^0(G, \mathcal{O}_G^*) = \mathfrak{X}(G).\)
\end{example}
The above example tells us that any two linearizations \(\lambda_1,\lambda_2\) of an action to the same line bundle differ by multiplication by some character \(\chi\) of \(G\): fiberwise we have \(\tilde{\lambda}_1 = \chi(g,x) \tilde{\lambda}_2\).
A linearization \(u\) of a group action \(G\) on \(X\) to \(L\) induces an action of \(G\) on the ring of sections \(R(X,L) := \bigoplus_{j \ge 0} H^0(X,L^{\otimes j}) \). Consider the scheme \(X \sslash_u G := \proj R(X,L)^G\). Note we have a birational map from \(X\) to \(X \sslash_u G\), defined precisely at those \(x \in X\) such that there exists some \(m> 0 \) and \(s \in R(X,L)^G_m\) such that \(s(x) \neq 0\). Such a \(x\) are said to be semi-stable. If in addition \(G \cdot x\) is closed and the stabilizer \(G_x\) is of dimension zero, the point \(x\) is said to be stable. The sets of semi-stable and stable points will be denoted by \(X^{ss}(u)\) and \(X^{s}(u)\) respectively.
%
%
%
\begin{construction}[{\cite[Chapter 1, Section 4]{mumford1994}}]
The canonical morphism \(X^{ss}(u) \to X\sslash_u G := \proj R(X,L)^G \) is a good categorical quotient.
\end{construction}
\subsubsection{Chow and limit quotients}
Recall the definition of the Chow quotient, as introduced in \cite{kapranov1993}. If \(G\) is any connected linear algebraic group and \(X\) is a projective \(G\)-variety, then orbit closures of points are generically of the same dimension and degree, and so define points in the corresponding Chow variety. The Chow quotient of the \(G\)-action on \(X\) is the closure of this set of points.
We now recall the definition of the limit quotient, from \cite{mumford1994}. The limit quotient is discussed in detail in \cite{baker2012}. Let \(G\) be a reductive algebraic group, and \(X\) a projective \(G\)-variety. Suppose there are finitely many sets of semi-stable points \(X_1,\dots,X_r\) arising from \(G\)-linearized ample line bundles on \(X\). Whenever \(X_i \subseteq X_j\) holds, there is a dominant projective morphism \(X_i \sslash G \to X_j \sslash G\) which turns the set of GIT quotients into an inverse system. The associated inverse limit \(Y\) admits a canonical morphism \(\bigcap_{i=1}^r X_i \to Y\). The closure of the image of this morphism is the limit quotient.
When \(G\) is an algebraic torus there are indeed finitely many semi-stable loci. Moreover, by \cite[Corollary 2.7]{baker2012}, we may calculate the limit quotient by taking the inverse limit of the subsystem obtained by only considering linearizations of powers of one fixed ample line bundle \(L\).
%
%
%
In \cite[Proposition 2.5]{baker2012} it is shown that the Chow quotient and limit quotient coincide when \(G\) is an algebraic torus.
\subsubsection{Kempf-Ness approach to GIT quotients}
One approach to calculating GIT quotients is via the Kempf-Ness theorem. Let \(X \subseteq \PP^N\) be a nonsingular complex projective variety and let \(G\) be reductive algebraic group acting effectively on \(\PP^N\), restricting to an action on \(X\). Let \(K\) be the maximal compact subgroup in \(G\), with Lie algebra \(\mathfrak{k}\). The action of \(G\) is given by a representation \(\rho: G \to \text{GL}(N+1)\), and by choosing appropriate coordinates we may assume \(K\) maps to \(U(N+1)\) and so preserves the Fubini-Study form. It can be checked that a moment map \(\mu: X \to \mathfrak{k}^*\) is given by:
\begin{equation}\label{eq:mu}
\mu([x]) \cdot a := \frac{x^t \rho_*(a) x}{ |x|^2},
\end{equation}
where \(x\) is any representative of \([x] \in X \subseteq \PP^N\). Note we are now in the situation of the previous subsection, with \(L = \mathcal{O}_X(1)\) under the embedding \(X \subseteq \PP^N\). This moment map is unique up to translations in \(\mathfrak{k}^*\). A different choice of linearization in this setting corresponds to multiplying \(\rho\) by some character \(\chi \in \mathfrak{X}(G)\).
Since \(\chi(K)\) is compact it sits inside \(S^1 \subset \CC^*\), and hence we do not need to change coordinates when considering the effect on the moment map. When we plug this into (\ref{eq:mu}) we see that we have translated the moment map by \(\chi \in \mathfrak{X}(G) \otimes \RR \cong \mathfrak{k}^*\). Moreover, taking the \(r\)th power of \(L\) corresponds to scaling the moment map by a factor of \(r\). This gives a correspondence between rational elements \(\chi \in \mathfrak{X}(G) \otimes \QQ \subset \mathfrak{k}^*\) and linearizations of powers of \(L\).
\begin{example}
Suppose \(G = T\) is an algebraic torus with character and cocharacter lattices \(M,N\) respectively. Then \(\rho\) is a diagonal matrix of characters \(u_0,\dots,u_{N}\) and we obtain:
\[
\mu([x]) = \frac{\sum_{j=0}^N |x_i|^2 u_i}{|x|^2} \in M.
\]
Then, by Atiyah, \cite{atiyah1982convexity}, and Guillemin-Sternberg, \cite{guillemin1982convexity}, the image of \(\mu\) is a convex polytope \(P \subset M\).
\end{example}
%
%
%
We will make use of the following theorem of Kempf and Ness. A proof is given in \cite[Chapter 8]{mumford1994}. See also the original work \cite{kempf1979}.
\begin{theorem}[{\cite[Theorem 8.3]{kempf1979}}]\label{thm:KN}
Let \(X \subseteq \PP^N\) be a nonsingular complex projective variety and let \(G\) be reductive algebraic group acting effectively on \(\PP^N\), restricting to an action on \(X\). Consider a linearization of some power of \(L\) corresponding to a rational element \(u \in \mathfrak{k}^*\).
\begin{enumerate}
\item \(X^{ss}(u) = \{ x \in X | \overline{Gx} \cap \mu^{-1}(u) \neq \emptyset \} \). \\
\item The inclusion of \(\mu^{-1}(u)\) into \(X^{ss}(u)\) induces a homeomorphism
\[
\mu^{-1}(u)/K \to X\sslash_u G,
\]
where \(\mu^{-1}(u)/K\) is endowed with the quotient topology induced from the classical (closed submanifold topology) on \(\mu^{-1}(u)\), and \(X \sslash_u G\) is endowed with its classical (complex manifold) topology
\end{enumerate}
\end{theorem}
%
%
%
We can use Theorem~\ref{thm:KN} to calculate GIT quotients by inspection. To be explicit, suppose \(\mu^{-1}(u)/K\) has the structure of a complex projective variety and \(\pi: X^{ss}(u) \to \mu^{-1}(u)/K\) is a \(G\)-invariant morphism which restricts to the topological quotient map on the moment fibre, such that \(q_* \mathcal{O}_X^G = \mathcal{O}_Y\). The following fact is probably well known, but we prove it here for the reader's convenience.
\begin{lemma}\label{lem:catquot}
The morphism \(q\) is a good categorical quotient and hence is isomorphic to the GIT quotient map \(X \to X\sslash_u G\).
\end{lemma}
%
%
%
\begin{proof}
It is enough to show that \(q\) sends closed \(G\)-invariant subsets to closed subsets, and disjoint pairs of closed invariant subsets to disjoint pairs of closed subsets.
Firstly suppose that \(V\) is a \(G\)-invariant Zariski-closed subset of \(X\). Then \(q(V) = q(V \cap \mu^{-1}(u))\), and \(V \cap \mu^{-1}(u)\) is \(K\)-invariant and closed in the classical topology of \(\mu^{-1}(u)\). This implies that \(q(V)\) is closed in the classical topology on \(\mu^{-1}(u)/K \simeq X\sslash_u G\). But \(q(V)\) is constructable, as the image of a Zariski-closed subset of \(X\), and so we may conclude that \(q(V)\) is Zariski-closed in \(\mu^{-1}(u)/K \simeq X\sslash_u G\).
Now suppose \(V,W\) are \(G\)-invariant and Zariski-closed in \(X\), with \(x \in V\) and \(y \in W\) such that \(q(x) = q(y)\). By \ref{thm:KN} we may take \({x'} \in \overline{Gx} \cap \mu^{-1}(u), \ {y'} \in \overline{Gy} \cap \mu^{-1}(u)\) such that \(q({x'}) = q({y'})\). These two points lie in the same \(K\)-orbit. By the \(G\)-invariance of \(V,W\) we have \(V \cap W \neq \emptyset\).
\end{proof}
%
%
%
%
%
%
%Consider the action of an algebraic torus \(T\) on complex projective space \(\PP^n\). Suppose we have some subvariety \(X \subseteq \PP^n\) invariant under the \(T\) action. As usual we have character and cocharacter lattices \(M,N\) of \(T\). Putting homogeneous coordinates \(z_i\) on \(\PP^n\) suppose the action is given by weight \(u_i \in M\) on \(z_i\). A moment map for this action on \(\PP^n\) is given by
%\[
%[z_0:\dots : z_n] \mapsto \frac{\sum_i |z_i|^2 u_i}{\sum |z_i|^2}
%\]
%Any other moment map differs by a character \(u \in M \). The restriction, \(\mu, \) of this moment map to \(X\) serves as a moment map on \(X\). The image of \(X\) under \(\mu\) is a convex polytope \(P \subset M \).
%\begin{theorem}[ Cohomology of...]
%Take \(u \in M\). If \(x \in \mu^{-1}(u) \) then
%\[
%T \cdot x \cap \mu^{-1}(u) = S \cdot x
%\]
%\end{theorem}
%\begin{theorem}
%\end{theorem}
\subsection{Log canonical thresholds} \
Here we recall the definition of the global log canonical threshold of a log pair, which features in Theorem~\ref{thm:SU} and Lemma~\ref{lem:1.7}. A log pair \((Y,D)\) consists of a normal variety \(Y\) and a \(\QQ\)-divisor \(D\), where the coefficients of the irreducible components of \(D\) lie in \([0,1]\). The canonical divisor of such a pair is \(K_Y+D\). A pair \((Y,D)\) is called smooth if \(Y\) is smooth and \(D\) is a simple normal crossings divisor. A log resolution of a log pair \((Y,D)\) is a birational map \(\varphi: \tilde{Y} \to Y\) such that \((\tilde{Y},\varphi^*D)\) is smooth.
\begin{definition}
Suppose \(\varphi: \tilde{Y} \to Y\) is a log resolution of a pair \((Y,D)\). Write \(D = \sum a_i D_i\) for prime \(D_i\) and rational \(a_i\). Then:
\begin{equation} \label{eq:res}
\varphi^*(K_Y+ D) - K_{\tilde{Y}}\sim_{\QQ} \sum_i a_i \tilde{D_i} + \sum_j b_j E_j,
\end{equation}
where \(\tilde{D_i}\) is the proper transform of \(D_i\) and the \(E_j\) are the \(\varphi\)-exceptional divisors. We say \((Y,D)\) is log canonical at \(P \in Y\) if we have \(a_i \le 1 \) for \(P \in D_i\), and \(b_j \le 1\) for \(E_j\) such that \(\varphi(E_j) = P\). This condition is independent of the choice of resolution. If \((Y,D)\) is log canonical at all \(P \in Y\) then we say \((Y,D)\) is (globally) log canonical.
\end{definition}
\begin{example} \label{examplelct}
Consider the pair \(Y = \PP^2\) and \(D = \sum a_i L_i\) where \(L_i\) are all lines through a point \(P \in Y\). Blowing up at \(P\) we obtain the following:
\[
\pi^*(K_Y+D) - K_{\tilde{Y}} \sim_{\QQ} (\deg D - 1) E + \sum a_i \tilde{L}_i,
\]
where \(E\) is the exceptional divisor of the blow-up. Therefore \((Y,D)\) is log-canonical whenever we have \(\deg D \le 2\) and all \(a_i \le 1\).
\end{example}
Recall the following consequence of the main theorem of \cite{demailly2001}, as stated in the proof of \cite[Lemma 5.1]{cheltsov08}. This allows us to degenerate a pair under a \(\CC^*\)-action if we want to show it is log canonical.
\begin{proposition} \label{degenpair}
Let \((Y,D)\) be a log pair. Suppose \(\{ D_t | t \in \CC\}\) is a family of \(\QQ\)-divisors such that \(D_t \sim_\QQ D\), \(D_1 = D\), and for \(t \neq 0\) there exists \(\phi_t \in \Aut(X)\) such that \(D_t = \phi_t(D)\). Then \((Y,D)\) is log canonical if \((Y,D_0)\) is.
\end{proposition} \label{def:lct}
Now we recall the definition of the global log canonical threshold of a pair, as given in \cite{suess18-2}.
\begin{definition}
The global \(G\)-equivariant log canonical threshold of a log pair \((Y,B)\) is defined to be
\[
\glct_{G}(Y,B) := \sup \{ \lambda | (Y,B+ \lambda D) \text{ log canonical } \forall D \in | -K_X - B |_{\QQ}^G \}.
\]
When \(B\) is trivial we will suppress it in our notation, writing \(\glct_G(X)\) for the \(G\)-equivariant log canonical threshold of a normal variety \(X\).
\end{definition}
With the same notation as in (\ref{eq:res}), recall the following definitions, as a reference see \cite{positivity}. The multiplier sheaf of a log pair \((Y,D)\) is defined as follows:
\[
\mathcal{I}(Y,D) := \varphi_* \mathcal{O} \left( -\sum_i \lfloor a_i \rfloor \tilde{D}_i -\sum_j \lfloor b_j \rfloor {E}_j \right),
\]
the subscheme of log canonical singularities of the pair is the corresponding subscheme \(\L(Y,D)\) to the ideal sheaf \(\mathcal{I}(Y,D)\), and the support of \(\L(Y,D)\) is known as the locus of log canonical singularities, denoted \(\LCS(Y,D)\). Note \((Y,D)\) is not log canonical at \(P \in Y\) if and only if \(P \in \LCS(Y,D)\).
\begin{theorem}[{\cite[Theorem 9.4.8]{positivity}}] \label{thm:nadelvanish}
Suppose \(H\) is a big and nef \(\QQ\)-divisor on \(Y\) such that \(K_Y+D+H=F\) for some Cartier divisor \(F\) on \(Y\). Then
\[
H^i\left( \mathcal{I}(Y,D) \otimes F \right) = 0
\]
for every \(i \ge 1\).
\end{theorem}
\begin{corollary}[{\cite[Lemma 5.7]{shokurov}}] \label{cor:connect}
Suppose that \(-K_Y -D \) is nef and big. Then \(\LCS(Y,D)\) is connected.
\end{corollary}
Corollary \ref{cor:connect} is proved using a long exact sequence in cohomology. The following lemma is proved in a similar way, and is just a special case of \cite[Lemma 2.9]{cheltsov2011exceptional}.
\begin{lemma} \label{lem:threepoint}
Suppose that \(D\) is a \(\QQ\)-divisor on \(\PP^2\), with \(d:= \deg D\) satisfying \(3< d < 4\). Suppose \(\LCS(\PP^2,D)\) is a finite non-empty set of points. Then \(\LCS(\PP^2,D)\) consists of at most 3 points.
\end{lemma}
\begin{proof}
Let \(H\) be a line in \(\PP^2\). Note \(K_{\PP^2} + D \sim_\QQ (d - 3) H\). By Theorem~\ref{thm:nadelvanish} we have an exact sequence:
\[
0 \to H^0 ( \mathcal{I}(\PP^2,D) \otimes \mathcal{O}(\lceil d - 3 \rceil) ) \to H^0 ( \mathcal{O}(\lceil d - 3 \rceil) ) \to H^0(\mathcal{O}_{\L(\PP^2,D)}) \to 0
\]
Now \(|\LCS(\PP^2,D)| \le h^0(\mathcal{O}_{\L(\PP^2,D)}) \le h^0(\mathcal{O}(\lceil d-3 \rceil)) = 3\).
\end{proof}
Finally, in Demailly's appendix of \cite{cheltsov08} it is shown that \(\glct_{G}(X) = \alpha_G(X)\) for \(G \subseteq \Aut(X)\) a finite subgroup. The same proof may be easily extended to our setting, where \(G\) is the semidirect product of a torus \(T\) and a finite subgroup \(H\) of the normalizer of \(T\) in \(\Aut(X)\). We outline one way of doing this in the following lemma.
\begin{lemma}
Suppose that \(X\) is a \(T\)-variety and \(H\) is a finite subgroup of the normalizer \( \mathcal{N}_{\Aut(X)}(T)\). Then \(\glct_{HT}(X) = \alpha_{HT}(X)\).
\end{lemma}
\begin{proof}
One may define the log canonical threshold of a linear system \(|\Sigma| \subset |mL|\) for any line bundle \(L\) on \(X\), see remarks succeeding \cite[Definition A.2]{cheltsov08}. Note, by definition, if \(D \in |\Sigma|\) then \(\lct(\frac{1}{m} D) \le \lct( \frac{1}{m} |\Sigma|)\) with equality when \(\Sigma\) is one-dimensional. As stated in \cite[(A.1)]{cheltsov08} we have:
\[
\alpha_{HT}(L) = \inf_{m \in \mathbb{Z}_{>0}} \inf_{\substack{|\Sigma| \subset |mL| \\ |\Sigma| \text{ is } HT-\text{invariant}}} \lct ( \frac{1}{m} |\Sigma|. )
\]
Clearly we have the inequality:
\[
\alpha_{HT}(L) \le \inf_{m \in \mathbb{Z}_{>0}} \inf_{D \in |mL|^{HT}} \lct (\frac{1}{m} D).
\]
Now suppose \(|\Sigma| \subset |mL|\) is a \(HT\)-invariant linear system. Take \(D \in |\Sigma|\). We may repeatedly degenerate \(D\) along \(\CC^*\)-actions to obtain \(D' \in |mL|^{T}\), with \(\lct(\frac{1}{m}D') \le \lct(\frac{1}{m}D) \le \lct( \frac{1}{m}|\Sigma|)\) by Proposition~\ref{degenpair}. Let \(r = |H|\). Since \(H\) normalizes \(T\), we may take \(D'':= \sum_{h \in H} h \cdot D'\), and then:
\[
\lct(\frac{1}{m r }D'') \le \lct( \frac{1}{mr} | r\Sigma|) = \lct( \frac{1}{m}|\Sigma|).
\]
Then we have:
\[
\alpha_{HT}(L) = \inf_{m \in \mathbb{Z}_{>0}} \inf_{D \in |mL|^{HT}} \lct (\frac{1}{m} D).
\]
In particular when \(L = -K_X\) the left hand side is equal to \(\glct_{HT}(X)\).
\end{proof}
\section{Examples}
\subsection{Bidegree $(a,b)$ hypersurfaces $X_{a,b}^{2n-1}$} \label{subsec:hypersurfaces} \ \\
Recall the setup mentioned briefly in the introduction. Fix natural numbers \(n,a,b>0\), and consider:
\[
X = X_{a,b}^{2n-1} := V \left( \sum_{i=0}^n x_i^a y_i^b \right) \subseteq \PP^n \times \PP^n.
\]
Let \(p = a/d, q = b/d\), where \(d = \text{gcd}(a,b)\) and let \(T\) be the \(n\)-torus acting with weights \((0|q I_n|0|-p I_n)\). Let \(K\) denote the maximal compact torus in \(T\).
First we calculate our GIT and Chow quotients, proving Lemma~\ref{lem:1.4}. Let \(L\) be the restriction of \( \mathcal{O}(1,1)\) to \(X\). Using (\ref{eq:mu}) we can explicitely give a moment map for the torus action:
\[
([x],[y]) \mapsto \frac{ \sum |x_iy_j|^2( q e_i - p e_j)}{\sum |x_iy_j|^2}.
\]
Where we take \(e_0 := 0\). The moment image polytope \(P\) is the convex hull of the vectors \(\{ q e_i - p e_j \}_{i,j}\). Consider a boundary point \(u \in \partial P\). In this case we show that the moment fibre of \(u\) is contained in one \(T\)-orbit, and so the GIT quotient is just contraction to a point. The key observation here is the following:
%
%
%
\begin{lemma}\label{lem:X}
Suppose \(\mu([x],[y]) = \mu([x'],[y'])\) and for each \(j\) we have
\[
x_jy_j = {x'}_j{y'}_j = 0.
\]
Then for each \(j\) we have \(x_i=0 \iff {x'}_i = 0\) and \(y_i = 0 \iff {y'}_i = 0 \).
\end{lemma}
%
%
%
\begin{proof}
Suppose first \(i>0\). We have:
\[
A \sum_{j=0}^n |x_iy_j|^2 - B\sum_{j=0}^n |x_jy_i|^2 = C \sum_{j=0}^n |{x'}_i{y'}_j|^2 - D \sum_{j=0}^n |{x'}_j{y'}_i|^2.
\]
For positive constants \(A,B,C,D\). The conclusion follows by considering signs. Suppose now \(i =0\). By applying the affine linear functional \(l(w) := w \cdot \left( \sum e_j \right) - (b-a)\) to \(\mu(x,y) = \mu(x',y')\) we obtain:
\[
E \sum_{j=1}^n |x_jy_0|^2 - F \sum_{j=0}^n |x_0y_j|^2 = G \sum_{j=1}^n |{x'}_j{y'}_0|^2 - H \sum_{j=0}^n |{x'_0}{y'_j}|^2.
\]
For positive constants \(E,F,G,H\). Again by signs we obtain the result.
\end{proof}
%
%
%
\begin{lemma} \label{lem:3.2}
For \(u \in \partial P\) the moment fibre \(\mu^{-1}(u)\) is contained in one \(T\)-orbit.
\end{lemma}
%
%
%
\begin{proof}
Suppose \(\mu([x],[y]) = \mu([{x'}],[{y'}]) \in \partial P\). Since \( (q-p)e_i \in P^\circ\) then \(x_iy_i = {x'}_i{y'}_i = 0\) for each \(i>0\). By the defining equation of \(X\) then also \(x_0y_0 = x_0y_0 = 0\). Applying Lemma~\ref{lem:X} we are done.
\end{proof}
%
%
%
Now consider moment fibres of points in the interior of \(P\). We calculate the associated GIT quotient by selecting an appropriate rational map, as in Lemma~\ref{lem:catquot}.
\begin{lemma} \label{lem:3.3}
For \(u \in P^\circ\) the topological quotient \(\mu^{-1}(u) \to \mu^{-1}(u)/K \) is:
\[
\mu^{-1}(u) \to \PP^{n-1}; \ \ ([x],[y]) \mapsto (x_1^p y_1^q: \dots : x_n^p y_n^q ).
\]
\end{lemma}
%
%
%
\begin{proof}
The map is clearly \(K\)-invariant. If \((x,y), ({x'},{y'}) \in \mu^{-1}(u)\) Then for any representatives \(x,y,{x'},{y'}\) we have:
\[
(x_1^p y_1^q: \dots : x_n^p y_n^q) = ({x'_1}^p {y'_1}^q: \dots : {x'_n}^p {y'_n}^q).
\]
Fix a representative \(x\) of \([x]\). Pick a representative \(y\) of \([y]\) such that \(|x||y| = 1\). For any representatives \({x'},{y'}\) of \([x'],[y']\) respectively, there is \(\lambda \in \CC^*\) such that \( x_i^p y_i^q = \lambda {{x'_i}}^p {{y'_i}}^q\) for \(i>0\). Now, by Lemma~\ref{lem:X} we may pick a representative \({x'}\) such that \(x_0 = {{x'_0}}\). Pick a representative\footnote{Note that rescaling our chosen \({y'}\) by an element of \(S^1\) does not change anything here.} \({y'}\) such that \(\lambda = 1\). By the defining equation of \(X\) then \(x_0^a y_0^b = {x'_0}^a {y_0'}^b \). Applying Lemma~\ref{lem:X} we have \(\nu \in \CC^*\) such that \(y_0 = \nu{y'_0}\). As \(x_0 = {x'_0}\) then \(\nu \in S^1\), and we may rescale \({y'}\) by \(1/\nu\) so that \({y'_0} = y_0\).
\\ \\
If \(x_iy_i = 0\) then by Lemma~\ref{lem:X} we can pick \(t \in \CC^*\) such that \(x_i = t^b x_i', \ y_i = t^{-a} x_i'\). Suppose now \(x_iy_i \neq 0\). Then \(x_i,y_i,{x'_i},{y'_i} \neq 0\).
%
%
%
%
Pick \(t\) such that \(t^p = {y'_i}/y_i\). Now \(x_i^p = t^{p q} {x'_i}^p\). Hence there exists some \(p\)th root of unity, say \(\xi\), such that \(x_i = \xi t^q {x'_i}\). Since \(p,q\) are coprime we may pick another \(p\)th root of unity \(\gamma\) such that \(\gamma^q = \xi\). Picking \(s\) such that \(s^d = \gamma t\) we obtain \(x_i = s^b {x'}_i\) and \(y_i = s^{-q} {y'_i}\). We then have
\[
([x],[y]) \in T \cdot ([x'],[y']) \ \cap \ \mu^{-1}(u) = S \cdot ([x'],[y']).
\]
Thus we have described a closed map with fibres precisely the \(S\)-orbits of \(\mu^{-1}(u)\). This must be the topological quotient of the \(S\)-action.
\end{proof}
%
%
%
By Lemma~\ref{lem:catquot}, we see for any \(u \in P^\circ\) the GIT quotient, according to the associated linearization of \(L\), is given by:
\[
([x],[y]) \mapsto (x_1^p y_1^q: \dots : x_n^p y_n^q).
\]
By Lemma~\ref{lem:catquot} this implies the Chow quotient is given by the same formula. We may now calculate the boundary divisor of this quotient, completing the proof of Lemma~\ref{lem:1.4}.
\begin{proof}[Proof of Lemma~\ref{lem:1.4}]
From the above discussion we know the Chow quotient map is given by:
\[
X \to \PP^{n-1}; \ \ ([x],[y]) \mapsto (x_1^p y_1^q: \dots : x_n^p y_n^q ).
\]
Suppose that \(Z\) is a prime divisor on the quotient, and \(D\) is a component of \(\pi^{-1}(Z)\). If \(D\) intersects the open set where \(x_i,y_i \neq 0\), then \(t_i^p = t_i^q = 1\) for any \(t\) in the generic stabilizer of \(D\). As \(p,q\) are coprime this would imply \(t_i = 1\). Suppose \(D\) is a component of \(\pi^{-1}(Z)\) for some \(Z\) not of the form \(H_j\). Then for each \(i\), \(D\) intersects the open set where \(x_i,y_i \neq 0\), so \(D\) has trivial generic stabilizer.
Now consider the prime divisor \(H_j\) on the quotient, for some fixed \(j\). The irreducible components of \(\pi^{-1}(H_i)\) are given by the homogeneous ideals \((x_j^p)\), \((y_j^q)\). The generic stabilizer of the first is a cyclic group of order \(p\), generated by the element \(t \in T\) with \(t_i = 1\) for \(i \neq j\) and \(t_j\) a primitive \(p\)th root of unity. By symmetry the generic stabilizer of the second is a cyclic group of order \(q\). This gives the required boundary divisor.
\end{proof}
\begin{proof}[Proof of Corollary~\ref{cor:topquot}]
By Lemma~\ref{lem:3.2} and Lemma~\ref{lem:3.3} we see that the \(T\)-action on \(X^{2n-1}_{a,b}\) has almost trivial variation of GIT, as defined in \cite[Definition 2.7]{suess18-2}, with \(Y = \PP^{n-1}\). The result follows by \cite[Proposition 2.9]{suess18-2}.
\end{proof}
\subsection{Wonderful compactification of the quadric $W$} \label{subsec:wonderful}
In this section we construct a wonderful compactification of an arrangement on an even dimensional quadric. We show that this compactification is Fano and we calculate the Chow quotient pair with respect to an induced torus action. First recall the notion of wonderful compactifications of arrangements of subvarieties, as introduced in \cite{li06}.
\begin{definition}
Let \(X\) be a nonsingular algebraic variety. An arrangement of subvarieties of \(X\) is a finite collection \(\mathcal{S}\) of subvarieties closed under pairwise scheme-theoretic intersection. A building set of \(\mathcal{S}\) is a subset \(\mathcal{G} \subset \mathcal{S}\) such that for any \(S \in \mathcal{S} \backslash \mathcal{G}\) the minimal elements of \(\{G \in \mathcal{G} | G \supset S\}\) intersect transversally and the intersection is \(S\). We will say that \(\mathcal{S}\) is built by \(\mathcal{G}\) if \(\mathcal{G}\) is a building set for \(\mathcal{S}\).
\end{definition}
We will use the following result:
\begin{theorem}[{\cite[Theorem 1.3]{li06}}] \label{thm:wonderful}
Let \(X\) be a nonsingular projective variety, and \(V_1,\dots,V_k\) a collection of subvarieties such any non-empty subset of \(\{V_1,\dots, V_k\}\) forms a building set for an arrangement of subvarieties. Consider the iterated blowup:
\[
W := \Bl_{\tilde{V}_k} \Bl_{\tilde{V}_{k-1}} \dots \Bl_{\tilde{V}_2} \Bl_{V_1} X.
\]
Then:
\begin{itemize}
\item Each blowup is along a nonsingular variety;
\item \(W\) is isomorphic to the blowup along the ideal \(I_1 I_2 \cdots I_k\), where \(I_i\) is the homogeneous ideal corresponding to \(V_i\) for each \(i\).
\end{itemize}
\end{theorem}
Following \cite{li06}, we will call \(W\) the wonderful compactification of the arrangement built by \(V_1,\dots,V_k\). Note that the composition of blowups \(\pi: W \to X\) is independent of the ordering of the \(V_i\).
We now turn to our particular example mentioned in the introduction. Let \(W\) be the wonderful compactification of the arrangement of subvarieties of \(Q\) built by \(Z_0,\dots,Z_n\), where \(Z_i := V(x_{2i},x_{2i+1}) \subseteq Q\). We have the following:
\begin{lemma}
\(W\) is Fano.
\end{lemma}
\begin{proof}
By adjunction it is enough to show that \(-K_B - W\) is ample, where \(B\) is the wonderful compactification of the arrangement of subvarieties of \(\PP^{2n+1}\) built by \(V_0,\dots,V_n\), where \(V_i := V(x_{2i},x_{2i+1}) \subseteq \PP^{2n+1}\).
For each \(i\) pick \(\sigma_i \in S_n\) such that \(\sigma_i(1) = i\). Each \(\sigma_i\) corresponds to a sequence of blowups whose composition is independent of \(i\), as in Theorem~\ref{thm:wonderful}. Denote by \( \psi_i: \Bl_{V_i} \PP^{2n+1} \to \PP^{2n+1}\) the first blowup of this sequence, and \(\pi_i: B \to \Bl_{V_i}\) the composition of the remaining blowups, so that the wonderful compactification is given by the composition \(\pi_i \circ \psi_i\). Denote the exceptional divisor of \(\psi_i\) by \(E_i\).
Consider the divisor \(D_i := \psi_i^* \mathcal{O}(1) - E_i\) on \(\Bl_{V_i} \PP^{2n+1}\). Note that \(D_i\) is nef, since for any curve \(C\) in \(\Bl_{V_i} \PP^{2n+1}\) we may pick a hyperplane \(H \subset \PP^{2n+1} \) such that \(C \not\subset \tilde{H}\) but \(Z_i \subset \tilde{H}\), whereupon \((\pi^* \mathcal{O}(1) - E_i) \cdot C = \tilde{H} \cdot C \ge 0\).
Now
\[
-K_B - W \sim \sum_{i=0}^{n} \pi_i^* D_i + (\pi_0 \circ \psi_0)^* \mathcal{O}(n).
\]
The divisors \((\pi \circ \psi)^* \mathcal{O}(1), \ \pi_0^* D_0, \dots, \pi_{n-1}^* D_{n} \) form a basis of the Picard group of \(W\). Therefore they span a full dimensional subcone of the nef cone of \(B\). Now \(-K_B - W\) is on the interior of this cone, and so is ample.
\end{proof}
By construction there is a natural morphism \(\pi: W \to Q\) which is a composition of blowups, each centered at a smooth subvariety by Theorem~\ref{thm:wonderful}. Fix the line bundle \(L = \mathcal{O}(1)_{|Q} \) on \(Q\). Recall that there is an \(n\)-torus \(T\) acting on \(Q\) prescribed by \(\deg x_{2i} = e_{i+1}, \deg x_{2i+1} = -e_{i+1}\). This torus action may be extended to \(W\). These torus actions are not effective, but we may quotient by the global stabilizer, a cyclic group of order two generated by \(-\text{Id} = (-1,\dots,-1) \in T\), to obtain the action of an effective torus \(T'\) on \(Q\) and \(W\). Quotienting does not affect the calculation of GIT quotients. In \cite{suess18-2} the GIT quotients \(\pi: Q \to Q \sslash T'\) were determined. They are either trivial contractions to a point, or of the following form:
\begin{equation} \label{blowupquot}
Q \to \PP^{n-1}; \ \ [x] \mapsto (x_1x_2:\dots :x_{2n-1}x_{2n}).
\end{equation}
The Chow quotient is also then given by (\ref{blowupquot}). Following \cite{kirwan}, there is an ample line bundle \(\tilde{L}\) on \(W\) such that any linearization of \(\tilde{L}\) is a lift of a linearization of \(L\). Moreover, given a linearization, it can be shown that \(W^{ss} \subset \pi^{-1}(X^{ss})\). By \cite[Lemma 3.11]{kirwan} the GIT quotients of \(W\) given by a linearization of \(\tilde{L}\) are precisely the restrictions of compositions \(q \circ \pi\), where \(q\) is the GIT quotient map for \(Q\) given by the corresponding linearization of \(L\).
We can conclude that the Chow quotient is the restriction of a composition of the blowup map \(\pi\) followed by the map (\ref{blowupquot}). We now calculate the boundary divisor of this quotient, proving Lemma~\ref{lem:1.6}:
\begin{proof}[Proof of Lemma~\ref{lem:1.6}]
Recall the definition of the boundary divisor in the Chow quotient pair, see (\ref{boundary}). From the formula (\ref{blowupquot}) it is easy to calculate that the boundary divisor of the Chow quotient pair of \(Q\) is trivial. Therefore the only chance for \(m_Z >1\) occurs at the exceptional loci of blowups. If we construct \(W\) with the following sequence of blowups
\[
W = \Bl_{\tilde{Z}_{n}} \dots \Bl_{\tilde{Z}_1} \Bl_{Z_0} Q.
\]
The exceptional divisor of the composition of blowup maps is of the form \(E_{n-1} + \dots + E_0\), where \(E_i\) is the exceptional divisor of the \((i+1)\)th blowup in the sequence. By symmetry it is enough to calculate the generic stabilizer of \(E_0\). Consider \(\Bl_{Z_0}Q\), realized as a subvariety of \(Q \times \PP^1 \), given by the additional equation \(vx_0 - ux_1\), where \(u,v\) are the homogeneous variables in the second factor.
There is an induced \(T\)-action on \(\Bl_{Z_0} Q\), under which the equation \(vx_0 - ux_1\) must be homogeneous with respect to the induced grading of the character lattice of \(T\). This implies that \(\deg u = \deg v + 2e_1\), and we see that the generic stabilizer of the \(T' = T/ \langle \pm \text{Id} \rangle \)-action on the exceptional divisor must be a cyclic group of order \(2\), generated by the element \((-1,1,\dots,1) + \langle \pm \text{Id} \rangle\).
\end{proof}
\section{Threshold Bounds and new K\"ahler-Einstein metrics}
Let \(Y = \PP^2\), with projective coordinates \(x,y,z\), and consider the divisor \(B\) given by \(xyz(x+y+z) = 0\). Consider the \(S_4\)-actions on \(Y\) permuting the lines \(x=0, \ y=0, \ z=0, \ x+y+z=0\). First we prove Lemma~\ref{lem:1.7}:
\begin{proof}[Proof of Lemma~\ref{lem:1.7}]
Set \(m = \min \left( \frac{2}{3-4 \gamma},\frac{4(1-\gamma)}{3-4\gamma} \right)\). In definition \ref{def:lct}, considering the two cases \[
D = \frac{(3-4 \gamma)}{4}B, \ \frac{2}{3-4 \gamma} C,
\]
where \(C\) is the unique \(S_4\)-invariant conic in \(\PP^2\), we see \(\glct_{S_4}(\PP^2, \gamma B) \le m \). Suppose, for a contradiction, that \(\glct_{S_4}(\PP^2, \gamma B) < m\). Pick \(D \in |-K_{\PP^2} - \gamma B|^{S_4}_\QQ \) such that \((\PP^2, \gamma B + a D)\) is log canonical but not Kawatama log terminal, for some rational \(a<m\).
If \(\gamma B + aD = bC +R \) for some curve \(C\), a rational number \(b>1\), and an effective \(\QQ\)-divisor \(R\), then \(C \neq B \) because \(a(3-4 \gamma) < 4(1-\gamma)\). We must then have \(\deg C \le 1\), as now \(d < a(3-4\gamma) <2\). No line is fixed under \(S_4\), so no such \(C\) exists, and so \(\LCS(\PP^2, \gamma B + aD)\) consists of finitely many points. Observe that
\[
\deg (\gamma B + aD) = 4\gamma + a(3-4 \gamma) < \begin{cases}
2 + 2 = 4 & \text{for } \gamma \le \frac{1}{2};\\
4 \gamma + 4(1-\gamma) =4 & \text{for } \gamma \ge \frac{1}{2}.
\end{cases}
\]
Now, by Lemma~\ref{lem:threepoint}, \(\LCS(\PP^2,\gamma B + aD)\) consists of at most \(3\) points. As \(\LCS(\PP^2,\gamma B + aD)\) is \(S_4\)-invariant, it must be the points \([-1,1,1],[1,-1,1],[1,1,-1]\). Since these points do not lie in the support of \(B\), then we see \(\LCS(\gamma B+aD) = \LCS(aD) \). But \(\deg aD <3\), so by Corollary~\ref{cor:connect} \(\LCS(aD) = \{[-1,1,1],[1,-1,1],[1,1,-1]\}\) is connected, which is a contradiction.
\end{proof}
It is possible to obtain a rougher bound through another method, taking degenerations along \(\CC^*\)-actions. This bound is still sufficient for our applications. We include it here for completeness:
\begin{lemma}
Consider the log pair \((\PP^2,\gamma B)\), with \(\gamma < \frac{3}{4}\). We have:
\[
\glct_{S_4}(\PP^2, \gamma B) \ge
\min \left(\frac{1}{3-4 \gamma}, \frac{2(1-\gamma)}{3-4\gamma}\right)
\]
\end{lemma}
\begin{proof} \
To show \(\glct_{G}(Y,\gamma B) \ge r\) it is sufficient to show that \(\gamma B + rD\) is log canonical for any \( D \in |-K_Y - \gamma B|_{\QQ}^G\). Fix such a \(D\) and take \(P \in Y\). At most two of the \(H_i\) pass through \(P\), so without loss of generality suppose \(H_0,H_3\) do not. Modify \(\gamma B+r D\) by removing any components supported at \(H_0,H_3\), to obtain a divisor \(D'\). Note \(\gamma B+r D\) is log canonical at \(P\) if \(D'\) is globally log canonical. Note also that although \(D'\) may not be \(G\)-invariant, it is still invariant under the involution \(\sigma \) swapping \(x_1\) and \(x_2\). Finally note \(D' \ge \gamma H_1 + \gamma H_2\).
Consider the \(\CC^*\)-action \(t \cdot [x_1:x_2:x_3] = [ t x_1: t x_2 : x_3]\). By (\ref{degenpair}), \(D'\) is log canonical if \(D_0' := \lim_{t \to 0} \left( t \cdot D' \right) \) is log canonical. This \(\CC^*\)-action commutes with \(\sigma \), and so \(D_0'\) is invariant under \(\sigma\). Moreover is is clear that each component of \(D_0'\) must be a line through the point \([0,0,1]\). By \(\sigma\)-invariance \(D_0'\) must be of the form:
\[
D_0' = \gamma (H_1+H_2) + a V (x_1+x_2) + b V(x_1-x_2) + \sum_i c_i (L_i + \sigma L_i)
\]
for some \(a,b,c_i \in \QQ\), where \(a + b + \sum_i 2 c_i \le 2 \gamma + 3 r - 4 \gamma r\). This is a divisor of the form described in Example \ref{examplelct}. It is therefore log canonical iff the following inequalities hold:
\begin{align*}
2\gamma + 3 r - 4\gamma r &< 2; \\
3 r - 4\gamma r &\le 1.
\end{align*}
Basic manipulation of inequalities gives our bounds on the global threshold.
\end{proof}
\begin{proof}[Proof of Theorems \ref{thm:KE1} and \ref{thm:KE2}]
If \(X\) is \(X_{1,2}^5\) or \(W^6\) then \(X\) has Chow quotient \((\PP^2,\frac{1}{2}B)\), and applying Theorem~\ref{thm:SU} and Lemma~\ref{lem:1.7} we see that \(\alpha_{S_4}(X) = 2\). By Tian's criterion then \(X\) admits an invariant K\"ahler-Einstein metric. Similarly the Chow quotient of \(X_{1,3}^5\) is \((\PP^2,\frac{2}{3}B)\), and we see \(\alpha_{S_4}(X_{1,3}^5) \ge 2\), so \(X_{1,3}^5\) is also K\"ahler-Einstein.
\end{proof}
%- Calculate the kernel of $Q \colon \ZZ^r \rightarrow K /K_0, e_i \mapsto [u_i]$
%- Calculate the Hilbertbasis $H$ for $ker(Q) \cap \ZZ_{\geq 0}^r$.
%- Output 1: $(f^\nu:= f_1^{\nu_1}\ldots f_r^{\nu_r}; \nu \in H)$: generators of $A_{K_0}$
%- Calculate generators $h_1, \ldots, h_s$ of the kernel of $$K[S_\nu; \nu \in H] \rightarrow A, S_\nu \mapsto f^\nu$$.
%- Output 2: $h_1, \ldots, h_s$ with $$A_{K_0} \cong K[S_\nu; \nu \in H]/\bangle{h_1, \ldots, h_s}$$
%\ \\ \\
%Run calculation assuming we have the different parts
\bibliographystyle{spmpsci}
\begin{thebibliography}{10}
\providecommand{\url}[1]{{#1}}
\providecommand{\urlprefix}{URL }
\expandafter\ifx\csname urlstyle\endcsname\relax
\providecommand{\doi}[1]{DOI~\discretionary{}{}{}#1}\else
\providecommand{\doi}{DOI~\discretionary{}{}{}\begingroup
\urlstyle{rm}\Url}\fi
\bibitem{atiyah1982convexity}
Atiyah, M.F.: Convexity and commuting {H}amiltonians.
\newblock Bull. London Math. Soc. \textbf{14}(1), 1--15 (1982)
\bibitem{baker2012}
B\"{a}ker, H., Hausen, J., Keicher, S.: On {C}how quotients of torus actions.
\newblock Michigan Math. J. \textbf{64}(3), 451--473 (2015)
\bibitem{batyrev99}
Batyrev, V.V., Selivanova, E.N.: Einstein-{K}{\"a}hler metrics on symmetric
toric {F}ano manifolds.
\newblock {J}. {R}eine {A}ngew. {M}ath. (512), 225 -- 236 (1999)
\bibitem{cheltsov2011exceptional}
Cheltsov, I., Shramov, C.: On exceptional quotient singularities.
\newblock Geom. Topol. \textbf{15}(4), 1843--1882 (2011).
\newblock \doi{10.2140/gt.2011.15.1843}.
\newblock \urlprefix\url{https://doi.org/10.2140/gt.2011.15.1843}
\bibitem{cheltsov08}
Cheltsov, I.A., Shramov, K.A.: Log canonical thresholds of smooth {F}ano
threefolds.
\newblock Russian Mathematical Surveys \textbf{63}(5), 859 (2008)
\bibitem{CDS13}
Chen, X., Donaldson, S., Sun, S.: K{\"a}hler-{E}instein metrics on {F}ano
manifolds. {I}{I}{I}: {L}imits as cone angle approaches $2 \pi$ and
completion of the main proof.
\newblock Journal of the American Mathematical Society \textbf{28}(1), 235--278
(2015)
\bibitem{CDS12}
Chen, X.X., Donaldson, S., Sun, S.: K{\"a}hler-{E}instein metrics and
stability.
\newblock Int. Math.Res. Not. IMRN (8), 2119--2125 (2014)
\bibitem{del2016}
Delcroix, T.: K-stability of {F}ano spherical varieties.
\newblock Ann. Sci. \'{E}c. Norm. Sup\'{e}r. (4) \textbf{53}(3), 615--662
(2020)
\bibitem{demailly2001}
Demailly, J.P., Koll{\'a}r, J.: Semi-continuity of complex singularity
exponents and {K}{\"a}hler-{E}instein metrics on {F}ano orbifolds.
\newblock In: Annales scientifiques de l'Ecole normale sup{\'e}rieure, vol.~34,
pp. 525--556 (2001)
\bibitem{guillemin1982convexity}
Guillemin, V., Sternberg, S.: Convexity properties of the moment mapping. {II}.
\newblock Invent. Math. \textbf{77}(3), 533--546 (1984).
\newblock \doi{10.1007/BF01388837}.
\newblock \urlprefix\url{https://doi.org/10.1007/BF01388837}
\bibitem{hausen2018torus}
Hausen, J., Hische, C., Wrobel, M.: On torus actions of higher complexity.
\newblock Forum Math. Sigma \textbf{7}, Paper No. e38, 81 (2019)
\bibitem{ilten2015}
Ilten, N., S{\"u}{\ss}, H.: K-stability for {F}ano manifolds with torus action
of complexity 1.
\newblock Duke Math. J. \textbf{166}(1), 177--204 (2017)
\bibitem{kapranov1993}
Kapranov, M.M.: Chow quotients of {G}rassmannians. {I}.
\newblock In: I. {M}. {G}elfand {S}eminar, \emph{Adv. Soviet Math.},
vol.~16, pp. 29--110. Amer. Math. Soc., Providence, RI (1993)
\bibitem{kempf1979}
Kempf, G., Ness, L.: The length of vectors in representation spaces.
\newblock In: Algebraic geometry, pp. 233--243. Springer (1979)
\bibitem{positivity}
Lazarsfeld, R.: Positivity in algebraic geometry II.
\newblock Springer-Verlag, Berlin (2004)
\bibitem{li06}
Li, L.: Wonderful compactification of an arrangement of subvarieties.
\newblock Michigan Math. J. \textbf{58}(2), 535--563 (2009)
\bibitem{Matsushima}
{M}atsushima, Y.: Remarks on {K}{\"a}hler-{E}instein manifolds.
\newblock Nagoya {M}ath. {J}. \textbf{46}, 161--173 (1972)
\bibitem{mumford1994}
Mumford, D., Fogarty, J., Kirwan, F.: Geometric invariant theory,
\emph{Ergebnisse der Mathematik und ihrer Grenzgebiete (2) [Results in
Mathematics and Related Areas (2)]}, vol.~34, third edn.
\newblock Springer-Verlag, Berlin (1994).
\newblock \doi{10.1007/978-3-642-57916-5}.
\newblock \urlprefix\url{https://doi.org/10.1007/978-3-642-57916-5}
\bibitem{Su13}
S\"{u}\ss, H.: K\"{a}hler-{E}instein metrics on symmetric {F}ano
{$T$}-varieties.
\newblock Adv. Math. \textbf{246}, 100--113 (2013)
\bibitem{suess18-2}
S{\"u}{\ss}, H.: {Orbit spaces of maximal torus actions on oriented
{G}rassmannians of planes} (2018).
\newblock \urlprefix\url{http://arxiv.org/abs/1810.00981}
\bibitem{Tian87}
Tian, G.: On {K}\"{a}hler-{E}instein metrics on certain {K}\"{a}hler manifolds
with {$C_1(M)>0$}.
\newblock Invent. Math. \textbf{89}(2), 225--246 (1987).
\newblock \doi{10.1007/BF01389077}.
\newblock \urlprefix\url{https://doi.org/10.1007/BF01389077}
\bibitem{shokurov}
V.Shokurov: Three-fold log flips.
\newblock Russian Academy of Sciences, Izvestiya Mathematics \textbf{40},
95--202 (1993)
\end{thebibliography}
\end{document}