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
13537135
Commit
13537135
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Find good alt expression for hyp term of bgmlv3
parent
8f631ac0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.tex
+23
-6
23 additions, 6 deletions
main.tex
with
23 additions
and
6 deletions
main.tex
+
23
−
6
View file @
13537135
...
@@ -571,17 +571,19 @@ bgmlv3_d_upperbound_exp_term = (
...
@@ -571,17 +571,19 @@ bgmlv3_d_upperbound_exp_term = (
# Verify the simplified forms of the terms that will be mentioned in text
# Verify the simplified forms of the terms that will be mentioned in text
var("chbv",domain="real") # symbol to represent ch
_
1
^
\beta
(v)
var("chb1v chb2v",domain="real") # symbol to represent ch
_
1
^
\beta
(v)
var("psi phi", domain="real") # symbol to represent ch
_
1
^
\beta
(v) and
# ch
_
2
^
\beta
(v)
assert bgmlv3
_
d
_
upperbound
_
const
_
term == (
assert bgmlv3
_
d
_
upperbound
_
const
_
term == (
(
(
# keep hold of this alternative expression:
# keep hold of this alternative expression:
bgmlv3
_
d
_
upperbound
_
const
_
term
_
alt := (
bgmlv3
_
d
_
upperbound
_
const
_
term
_
alt := (
chbv
phi
+ beta*q
+ beta*q
)
)
)
)
.subs(
chbv
== v.twist(beta).ch[2]) # subs real val of ch
_
1
^
\beta
(v)
.subs(
phi
== v.twist(beta).ch[2]) # subs real val of ch
_
1
^
\beta
(v)
.expand()
.expand()
)
)
...
@@ -590,13 +592,25 @@ assert bgmlv3_d_upperbound_exp_term == (
...
@@ -590,13 +592,25 @@ assert bgmlv3_d_upperbound_exp_term == (
# Keep hold of this alternative expression:
# Keep hold of this alternative expression:
bgmlv3
_
d
_
upperbound
_
exp
_
term
_
alt :=
bgmlv3
_
d
_
upperbound
_
exp
_
term
_
alt :=
(
(
R*
chbv
R*
phi
+ (C - q)
^
2/2
+ (C - q)
^
2/2
+ R*beta*q
+ R*beta*q
- D*R
- D*R
)/(r-R)
)/(r-R)
)
)
.subs(chbv == v.twist(beta).ch[2]) # subs real val of ch
_
1
^
\beta
(v)
.subs(phi == v.twist(beta).ch[2]) # subs real val of ch
_
1
^
\beta
(v)
.expand()
)
assert bgmlv3
_
d
_
upperbound
_
exp
_
term == (
(
# Keep hold of this alternative expression:
bgmlv3
_
d
_
upperbound
_
exp
_
term
_
alt2 :=
(
(psi - q)
^
2/2/(r-R)
)
)
.subs(psi == v.twist(beta).ch[1]) # subs real val of ch
_
1
^
\beta
(v)
.expand()
.expand()
)
)
\end{sagesilent}
\end{sagesilent}
...
@@ -611,7 +625,10 @@ The linear term in $r$ is
...
@@ -611,7 +625,10 @@ The linear term in $r$ is
$
\sage
{
bgmlv
3
_
d
_
upperbound
_
linear
_
term
}$
.
$
\sage
{
bgmlv
3
_
d
_
upperbound
_
linear
_
term
}$
.
Finally, there's an hyperbolic term in
$
r
$
which tends to 0 as
$
r
\to
\infty
$
,
Finally, there's an hyperbolic term in
$
r
$
which tends to 0 as
$
r
\to
\infty
$
,
and can be written:
and can be written:
$
\frac
{
R
\chern
^{
\beta
}_
2
(
F
)
+
(
C
-
q
)
^
2
/
2
+
R
\beta
q
-
DR
}{
r
-
R
}$
.
\bgroup
\def\psi
{
\chern
_
1
^{
\beta
}
(F)
}
$
\sage
{
bgmlv
3
_
d
_
upperbound
_
exp
_
term
_
alt
2
}$
.
\egroup
In the case
$
\beta
=
\beta
_{
-
}$
(or
$
\beta
_{
+
}$
) we have
In the case
$
\beta
=
\beta
_{
-
}$
(or
$
\beta
_{
+
}$
) we have
$
\chern
^{
\beta
}_
2
(
F
)
=
0
$
,
$
\chern
^{
\beta
}_
2
(
F
)
=
0
$
,
so some of these expressions simplify, and in particular, the constant and
so some of these expressions simplify, and in particular, the constant and
...
...
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