Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Max Destabilizer Rank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luke naylor latex documents
research
Max Destabilizer Rank
Commits
dc237ada
Commit
dc237ada
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
First of the recurring examples for 3,2l,-2
parent
33b1ac28
No related branches found
No related tags found
1 merge request
!1
Draft: Resolve "Running example (3, 2l, -4)"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tex
+39
-0
39 additions, 0 deletions
main.tex
with
39 additions
and
0 deletions
main.tex
+
39
−
0
View file @
dc237ada
...
...
@@ -16,6 +16,7 @@
\newcommand
{
\ZZ
}{
\mathbb
{
Z
}}
\newcommand
{
\RR
}{
\mathbb
{
R
}}
\newcommand
{
\NN
}{
\mathbb
{
N
}}
\newcommand
{
\PP
}{
\mathbb
{
P
}}
\newcommand
{
\chern
}{
\operatorname
{
ch
}}
\newcommand
{
\lcm
}{
\operatorname
{
lcm
}}
\newcommand
{
\firsttilt
}
[1]
{
\mathcal
{
B
}^{
#1
}}
...
...
@@ -29,6 +30,7 @@
\newtheorem
{
dfn
}{
Definition
}
[section]
\newtheorem
{
lemma
}{
Lemma
}
[section]
\newtheorem
{
fact
}{
Fact
}
[section]
\newtheorem
{
example
}{
Example
}
[section]
\begin{document}
...
...
@@ -40,6 +42,16 @@ from pseudowalls import *
Δ = lambda v: v.Q
_
tilt()
mu = stability.Mumford().slope
def beta
_
minus(v):
beta = stability.Tilt().beta
solutions = solve(
stability.Tilt(alpha=0).degree(v)==0,
beta)
return min(map(lambda s: s.rhs(), solutions))
class Object(object):
pass
\end{sagesilent}
\title
{
Explicit Formulae for Bounds on the Ranks of Tilt Destabilizers and
...
...
@@ -471,6 +483,7 @@ normal one. So $0 \leq \Delta(E)$ yields:
\end{equation}
\begin{theorem}
[Bound on
$
r
$
- Benjamin Schmidt]
\label
{
thm:loose-bound-on-r
}
Given a Chern character
$
v
$
such that
$
\beta
_
-
:
=
\beta
_{
-
}
(
v
)
\in\QQ
$
, the rank
$
r
$
of
any semistabilizer
$
E
$
of some
$
F
\in
\firsttilt
{
\beta
_
-
}$
with
$
\chern
(
F
)=
v
$
is
bounded above by:
...
...
@@ -507,6 +520,32 @@ bound for the rank of $E$:
\end{proof}
\begin{example}
[
$
v
=(
3
,
2
\ell
,
-
2
)
$
on
$
\PP
^
2
$
]
\begin{sagesilent}
recurring = Object()
recurring.chern = Chern
_
Char(3, 2, -2)
recurring.b = beta
_
minus(recurring.chern)
recurring.twisted = recurring.chern.twist(recurring.b)
\end{sagesilent}
Taking
$
\ell
=
c
_
1
(
\mathcal
{
O
}
(
1
))
$
as the standard polarization on
$
\PP
^
2
$
, so
that
$
m
=
2
$
,
$
\beta
_
-=
\sage
{
recurring.b
}$
,
giving
$
n
=
\sage
{
recurring.b.denominator
()
}$
and
$
\chern
_
1
^{
\sage
{
recurring.b
}}
(
F
)
=
\sage
{
recurring.twisted.ch
[
1
]
}$
.
\begin{sagesilent}
n = recurring.b.denominator()
m = 2
loose
_
bound = (
m*n
^
2*recurring.twisted.ch[1]
^
2
) / gcd(m, 2*n
^
2)
\end{sagesilent}
Using the above theorem
\ref
{
thm:loose-bound-on-r
}
, we get that the ranks of
tilt semistabilizers for
$
v
$
are bounded above by
$
\sage
{
loose
_
bound
}$
.
However, when computing all tilt semistabilizers for
$
v
$
on
$
\PP
^
2
$
, the maximum
rank that appears turns out to be 25. This will be a recurring example to
illustrate the performance of later theorems about rank bounds
\end{example}
\section
{
B.Schmidt's Method
}
Goals:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment