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
396bb237
Commit
396bb237
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Start subsection on third bogomolov inequality
parent
d80344cb
No related branches found
No related tags found
No related merge requests found
Pipeline
#26869
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tex
+94
-0
94 additions, 0 deletions
main.tex
with
94 additions
and
0 deletions
main.tex
+
94
−
0
View file @
396bb237
...
...
@@ -341,6 +341,100 @@ Notice that for $\beta = \beta_{-}$ (or $\beta_{+}$), that is when
$
\chern
^{
\beta
}_
2
(
F
)=
0
$
, the constant and linear terms match up with the ones
for the bound found for
$
d
$
in subsection
\ref
{
subsect-d-bound-bgmlv1
}
.
\subsection
{$
\Delta
(
G
)
\geq
0
$}
\label
{
subsect-d-bound-bgmlv3
}
This condition expressed in terms of
$
R,C,D,r,c,d
$
looks as follows:
\begin{sagesilent}
# Third Bogomolov-Gieseker form expression that must be non-negative:
bgmlv3 = Δ(v-u)
\end{sagesilent}
\begin{equation}
\sage
{
0 <= bgmlv3.expand()
}
\end{equation}
\noindent
Expressing
$
c
$
in terms of
$
q
$
as defined in (eqn
\ref
{
eqn-cintermsofm
}
)
we get the following:
\begin{sagesilent}
bgmlv3
_
with
_
q = bgmlv3.expand().subs(c == c
_
in
_
terms
_
of
_
q)
\end{sagesilent}
\begin{equation}
\sage
{
0 <= bgmlv3
_
with
_
q
}
\end{equation}
\noindent
This can be rearranged to express a bound on
$
d
$
as follows:
\begin{sagesilent}
var("r
_
alt",domain="real") # r
_
alt = r - R temporary substitution
bgmlv3
_
with
_
q
_
reparam = (
bgmlv3
_
with
_
q.subs(r == r
_
alt + R)
/r
_
alt # This operation assumes r
_
alt > 0
).expand()
bgmlv3
_
d
_
ineq = (
((0 <= bgmlv3
_
with
_
q
_
reparam)/2 + d) # Rearrange for d
.subs(r
_
alt == r - R) # Resubstitute r back in
.expand()
)
# Check that this equation represents a bound for d
assert bgmlv3
_
d
_
ineq.lhs() == d, f"Inequality is of the form:
{
bgmlv3
_
d
_
ineq
}
"
bgmlv3
_
d
_
upperbound = bgmlv3
_
d
_
ineq.rhs() # Keep hold of lower bound for d
\end{sagesilent}
\begin{dmath}
\label
{
eqn-bgmlv3
_
d
_
upperbound
}
\sage
{
bgmlv3
_
d
_
ineq
}
\end{dmath}
\begin{sagesilent}
# Seperate out the terms of the lower bound for d
bgmlv3
_
d
_
upperbound
_
without
_
hyp = bgmlv3
_
d
_
upperbound.subs(1/(R-r) == 0)
bgmlv3
_
d
_
upperbound
_
const
_
term = bgmlv3
_
d
_
upperbound
_
without
_
hyp.subs(r==0)
bgmlv3
_
d
_
upperbound
_
linear
_
term = (
bgmlv3
_
d
_
upperbound
_
without
_
hyp
- bgmlv3
_
d
_
upperbound
_
const
_
term
).expand()
bgmlv3
_
d
_
upperbound
_
exp
_
term = (
bgmlv3
_
d
_
upperbound
- bgmlv3
_
d
_
upperbound
_
without
_
hyp
).expand()
# Verify the simplified forms of the terms that will be mentioned in text
assert bgmlv3
_
d
_
upperbound
_
const
_
term == (
v.twist(beta
_
min).ch[2]
+ beta
_
min*q
).expand()
\end{sagesilent}
Hyperbolic term:
\begin{equation}
\sage
{
bgmlv3
_
d
_
upperbound
_
exp
_
term
}
\end{equation}
\noindent
Viewing equation
\ref
{
eqn-bgmlv3
_
d
_
upperbound
}
as an upper bound for
$
d
$
give:
as a function of
$
r
$
, the terms can be rewritten as follows.
The constant term in
$
r
$
is
$
\chern
^{
\beta
}_
2
(
F
)
+
\beta
q
$
.
The linear term in
$
r
$
is
$
\sage
{
bgmlv
3
_
d
_
upperbound
_
linear
_
term
}$
.
Finally, there's an hyperbolic term in
$
r
$
which tends to 0 as
$
r
\to
\infty
$
,
and can be written:
$
?
$
.
In the case
$
\beta
=
\beta
_{
-
}$
(or
$
\beta
_{
+
}$
) we have
$
\chern
^{
\beta
}_
2
(
F
)
=
0
$
,
so some of these expressions simplify, and in particular, the constant and
linear terms match those of the other bounds in the previous subsections.
\section
{
Conclusion
}
\newpage
...
...
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