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
48907aab
Commit
48907aab
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Add restriction on r for c to be integral
parent
ce984275
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#27010
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tex
+40
-10
40 additions, 10 deletions
main.tex
with
40 additions
and
10 deletions
main.tex
+
40
−
10
View file @
48907aab
...
...
@@ -33,6 +33,7 @@ Practical Methods for Finding Pseudowalls}
\maketitle
\section
{
Introduction
}
\label
{
sec:intro
}
[ref] shows that for any rational
$
\beta
_
0
$
,
the vertical line
$
\{\sigma
_{
\alpha
,
\beta
_
0
}
\colon
\alpha
\in
\RR
_{
>
0
}
\}
$
only
...
...
@@ -81,6 +82,7 @@ bounds on $\chern_0(E)$ of potential destabilizers $E$ of $F$.
Characters
}
\section
{
Twisted Chern Characters of Pseudo Destabilizers
}
\label
{
sec:twisted-chern
}
For a given
$
\beta
$
, we can define a twisted Chern character
$
\chern
^
\beta
(
E
)
=
\chern
(
E
)
\cdot
\exp
(-
\beta
\ell
)
$
:
...
...
@@ -139,6 +141,7 @@ for the rank of $E$:
\section
{
Limitations
}
\section
{
Refinement
}
\label
{
sec:refinement
}
To get tighter bounds on the rank of destabilizers
$
E
$
of some
$
F
$
with some
fixed Chern character, we will need to consider each of the values which
...
...
@@ -756,16 +759,9 @@ These lines have the same assymptote at $r \to \infty$
(eqns
\ref
{
eqn:bgmlv2
_
d
_
bound
_
betamin
}
,
\ref
{
eqn:bgmlv3
_
d
_
bound
_
betamin
}
,
\ref
{
eqn:positive
_
rad
_
d
_
bound
_
betamin
}
).
The finiteness of these solutions will be entirely determined by whether
$
\beta
$
is rational or irrational, as covered next.
\minorheading
{
Rational
$
\beta
$}
Suppose
$
\beta
=
\frac
{
*
}{
n
}$
for some
$
n
\in
\NN
,
*
\in
\ZZ
$
.
\minorheading
{
Irrational
$
\beta
$}
As mentioned in the introduction (sec
\ref
{
sec:intro
}
), the finiteness of these
solutions is entirely determined by whether
$
\beta
$
is rational or irrational.
Some of the details around the associated numerics are explored next.
\begin{figure}
\centering
...
...
@@ -780,6 +776,40 @@ Suppose $\beta = \frac{*}{n}$ for some $n \in \NN,* \in \ZZ$.
\label
{
fig:d
_
bounds
_
xmpl
_
gnrc
_
q
}
\end{figure}
\minorheading
{
Rational
$
\beta
$}
The strategy here is similar to what was shown in (sect
\ref
{
sec:twisted-chern
}
),
% ref to Schmidt?
Suppose
$
\beta
=
\frac
{
a
}{
n
}$
for some coprime
$
n
\in
\NN
,a
\in
\ZZ
$
.
Then fix a value of
$
q
$
:
\begin{equation}
q:=
\chern
_
1
^{
\beta
}
(E)
=
\frac
{
b
}{
n
}
\in
\frac
{
1
}{
n
}
\ZZ
\cap
[0,
\chern
_
1
^{
\beta
}
(F)]
\end{equation}
as noted at the beginning of this section (
\ref
{
sec:refinement
}
).
Firstly, we can ignore
$
r
$
-values for which
$
c:
=
\chern
_
1
(
E
)
$
is not integral:
\begin{sagesilent}
var("a b n") # Define symbols introduce for values of beta and q
q
_
value
_
expr = (q == b/n)
beta
_
value
_
expr = (beta == a/n)
\end{sagesilent}
\begin{equation}
c =
\sage
{
c
_
in
_
terms
_
of
_
q.subs([q
_
value
_
expr,beta
_
value
_
expr])
}
\in
\ZZ
\end{equation}
That is,
$
r
\equiv
-
a
^{
-
1
}
b
$
mod
$
n
$
(
$
a
$
is coprime to
$
n
$
, and so invertible mod
$
n
$
).
\minorheading
{
Irrational
$
\beta
$}
\egroup
\section
{
Conclusion
}
...
...
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