Khovanov Homology: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
No edit summary
 
(27 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Manual TOC Sidebar}}
{{Manual TOC Sidebar}}


(See also: [[Tweaking JavaKh]])
The Khovanov Homology <math>\operatorname{\it KH}(L)</math> of a knot or a link <math>L</math>, also known as Khovanov's categorification of the Jones polynomial of <math>L</math>, was defined by Khovanov in {{ref|Khovanov1}} (also check {{ref|Bar-Natan1}}), where the notation is closer to the notation used here). It is a graded homology theory; each homology group <math>\operatorname{\it KH}^r(L)</math> is in itself a direct sum <math>\bigoplus_j\operatorname{\it KH}^r_j(L)</math> of homogeneous components. Over a field on can form the two-variable "Poincar\'e polynomial" <math>\operatorname{\it Kh}(L)</math> (which deserves the name "the Khovanov polynomial of $L$"),

The Khovanov Homology <math>\operatorname{\it KH}(L)</math> of a knot or a link <math>L</math>, also known as Khovanov's categorification of the Jones polynomial of <math>L</math>, was defined by Khovanov in {{ref|Khovanov1}} (also check {{ref|Bar-Natan1}}), where the notation is closer to the notation used here). It is a graded homology theory; each homology group <math>\operatorname{\it KH}^r(L)</math> is in itself a direct sum <math>\bigoplus_j\operatorname{\it KH}^r_j(L)</math> of homogeneous components. Over a field one can form the two-variable "Poincaré polynomial" <math>\operatorname{\it Kh}(L)</math> (which deserves the name "the Khovanov polynomial of <math>L</math>"),


<center><math>\operatorname{\it Kh}(L)(q,t) := \sum_{r,j}t^rq^j\dim\operatorname{\it KH}^r_j(L)</math>.</center>
<center><math>\operatorname{\it Kh}(L)(q,t) := \sum_{r,j}t^rq^j\dim\operatorname{\it KH}^r_j(L)</math>.</center>
Line 9: Line 11:
<!--$$?Kh$$-->
<!--$$?Kh$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{HelpLine|
{{Help1|n=1|s=Kh}}
n = 2 |
Kh[L][q, t] returns the Poincare polynomial of the Khovanov Homology of a knot/link L (over a field of characteristic 0) in terms of the variables q and t. Kh[L, Program -> prog] uses the program prog to perform the computation. The currently available programs are "FastKh", written in Mathematica by Dror Bar-Natan in the winter of 2005 and "JavaKh" (default), written in java (java 1.5 required!) by Jeremy Green in the summer of 2005. The java program is several thousand times faster than the Mathematica program, though java may not be available on some systems. "JavaKh" also takes the option "Modulus -> p" which changes the characteristic of the ground field to p. If p==0 JavaKh works over the rational numbers; if p==Null JavaKh works over Z (see ?ZMod for the output format).
in = <nowiki>Kh</nowiki> |
{{Help2}}
out= <nowiki>Kh[L][q, t] returns the Poincare polynomial of the Khovanov Homology of a knot/link L (over a field of characteristic 0) in terms of the variables q and t. Kh[L, Program -> prog] uses the
program prog to perform the computation. The currently available programs are "FastKh", written in Mathematica by Dror Bar-Natan in the winter of 2005, "JavaKh-v1", written in java (java 1.5
required!) by Jeremy Green in the summer of 2005 and "JavaKh-v2" (default), an update of "JavaKh-v1" (now requiring java 1.6) written by Scott Morrison in 2008.
("JavaKh" is also available, currently an alias for "JavaKh-v2".)
The java programs are several thousand times faster than the Mathematica program, though java may not be available on some systems. "JavaKh2" also takes the option "Modulus -> p" which changes the characteristic of the ground field to p. If p==0 JavaKh works over the rational numbers; if p==Null JavaKh works over Z (see ?ZMod for the output format).</nowiki>}}
<!--END-->
<!--END-->


Line 18: Line 25:
<!--$$kh = Kh[Knot[5, 1]][q, t]$$-->
<!--$$kh = Kh[Knot[5, 1]][q, t]$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut1|n=2}}
{{InOut|
n = 3 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>kh = Kh[Knot[5, 1]][q, t]</nowiki></pre>
in = <nowiki>kh = Kh[Knot[5, 1]][q, t]</nowiki> |
{{InOut2|n=2}}<pre style="border: 0px; padding: 0em"><nowiki> -5 -3 1 1 1 1
out= <nowiki> -5 -3 1 1 1 1
q + q + ------ + ------ + ------ + -----
q + q + ------ + ------ + ------ + -----
15 5 11 4 11 3 7 2
15 5 11 4 11 3 7 2
q t q t q t q t</nowiki></pre>
q t q t q t q t</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


Line 35: Line 42:
<!--$${kh /. t -> -1, Expand[(q+1/q)Jones[Knot[5, 1]][q^2]]}$$-->
<!--$${kh /. t -> -1, Expand[(q+1/q)Jones[Knot[5, 1]][q^2]]}$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut1|n=3}}
{{InOut|
n = 4 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>{kh /. t -> -1, Expand[(q+1/q)Jones[Knot[5, 1]][q^2]]}</nowiki></pre>
in = <nowiki>{kh /. t -> -1, Expand[(q+1/q)Jones[Knot[5, 1]][q^2]]}</nowiki> |
{{InOut2|n=3}}<pre style="border: 0px; padding: 0em"><nowiki> -15 -7 -5 -3 -15 -7 -5 -3
{-q + q + q + q , -q + q + q + q }</nowiki></pre>
out= <nowiki> -15 -7 -5 -3 -15 -7 -5 -3
{-q + q + q + q , -q + q + q + q }</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->

{{Knot Image Pair|5_1|gif|10_132|gif}}


Khovanov's homology is a strictly stronger invariant than the Jones polynomial. Indeed, <math>J(5_1)=J(10_{132})</math> though <math>\operatorname{\it Kh}(5_1)\neq\operatorname{\it Kh}(10_{132})</math>:
Khovanov's homology is a strictly stronger invariant than the Jones polynomial. Indeed, <math>J(5_1)=J(10_{132})</math> though <math>\operatorname{\it Kh}(5_1)\neq\operatorname{\it Kh}(10_{132})</math>:
Line 49: Line 58:
}$$-->
}$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut1|n=4}}
{{InOut|
n = 5 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>{
in = <nowiki>{
Jones[Knot[5, 1]] === Jones[Knot[10, 132]],
Jones[Knot[5, 1]] === Jones[Knot[10, 132]],
Kh[Knot[5, 1]] === Kh[Knot[10, 132]]
Kh[Knot[5, 1]] === Kh[Knot[10, 132]]
}</nowiki></pre>
}</nowiki> |
{{InOut2|n=4}}<pre style="border: 0px; padding: 0em"><nowiki>{True, False}</nowiki></pre>
out= <nowiki>{True, False}</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


Line 61: Line 70:


* <tt>FastKh</tt>: My original implementation, written in Mathematica in the winter of 2005. This implementation can be explicitly invoked using the syntax <code>Kh[L, Program -> "FastKh"][q, t]</code> or by changing the default behaviour of <code>Kh</code> by evaluating <code>SetOptions[Kh, Program -> "FastKh"]</code>.
* <tt>FastKh</tt>: My original implementation, written in Mathematica in the winter of 2005. This implementation can be explicitly invoked using the syntax <code>Kh[L, Program -> "FastKh"][q, t]</code> or by changing the default behaviour of <code>Kh</code> by evaluating <code>SetOptions[Kh, Program -> "FastKh"]</code>.
* <tt>JavaKh</tt>: In the summer of 2005 Jeremy Green re-implemented the algorithm in java '''(java 1.5 required!)''' with much further care to the details, leading to an improvemnet factor of several thousands for large knots/links. This implementation is the default. It can also be explicitly invoked from within Mathematica using the syntax <code>Kh[L, Program -> "JavaKh"][q, t]</code>.
* <tt>JavaKh</tt>: In the summer of 2005 Jeremy Green re-implemented the algorithm in java ('''java 1.5 required''', can be had from http://java.sun.com/) with much further care to the details, leading to an improvement factor of several thousands for large knots/links. This implementation is the default. It can also be explicitly invoked from within Mathematica using the syntax <code>Kh[L, Program -> "JavaKh"][q, t]</code>.


<!--$$Options[Kh]$$-->
<!--$$Options[Kh]$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut1|n=5}}
{{InOut|
n = 6 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Options[Kh]</nowiki></pre>
in = <nowiki>Options[Kh]</nowiki> |
{{InOut2|n=5}}<pre style="border: 0px; padding: 0em"><nowiki>{ExpansionOrder -> Automatic, Program -> JavaKh, Modulus -> 0,
out= <nowiki>{ExpansionOrder -> Automatic, Program -> JavaKh-v2, Modulus -> 0,
JavaOptions -> }</nowiki></pre>
KnotTheory`FastKh`Universal -> False, JavaOptions -> }</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


Line 77: Line 86:
<!--$$T65 = TorusKnot[6, 5]; kh = Kh[T65][q, t];$$-->
<!--$$T65 = TorusKnot[6, 5]; kh = Kh[T65][q, t];$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{In1|n=6}}
{{In|
n = 7 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>T65 = TorusKnot[6, 5]; kh = Kh[T65][q, t];</nowiki></pre>
in = <nowiki>T65 = TorusKnot[6, 5]; kh = Kh[T65][q, t];</nowiki>}}
{{In2}}
<!--END-->
<!--END-->


Line 91: Line 100:
Kh[TorusKnot[6, 5], Modulus->7] = Function @@ {kh /. {q->#1, t->#2}};
Kh[TorusKnot[6, 5], Modulus->7] = Function @@ {kh /. {q->#1, t->#2}};
$--><!--END-->
$--><!--END-->

<!--$$Kh[T65, Modulus -> 3][q, t] - kh$$-->
<!--$$Kh[T65, Modulus -> 3][q, t] - kh$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut1|n=7}}
{{InOut|
n = 8 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Kh[T65, Modulus -> 3][q, t] - kh</nowiki></pre>
in = <nowiki>Kh[T65, Modulus -> 3][q, t] - kh</nowiki> |
{{InOut2|n=7}}<pre style="border: 0px; padding: 0em"><nowiki> 43 13 43 14
q t + q t</nowiki></pre>
out= <nowiki> 43 13 43 14
q t + q t</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


<!--$$Kh[T65, Modulus -> 5][q, t] - kh$$-->
<!--$$Kh[T65, Modulus -> 5][q, t] - kh$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut1|n=8}}
{{InOut|
n = 9 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Kh[T65, Modulus -> 5][q, t] - kh</nowiki></pre>
in = <nowiki>Kh[T65, Modulus -> 5][q, t] - kh</nowiki> |
{{InOut2|n=8}}<pre style="border: 0px; padding: 0em"><nowiki> 35 10 35 11 39 11 39 12
q t + q t + q t + q t</nowiki></pre>
out= <nowiki> 35 10 35 11 39 11 39 12
q t + q t + q t + q t</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


<!--$$Kh[T65, Modulus -> 7][q, t] - kh$$-->
<!--$$Kh[T65, Modulus -> 7][q, t] - kh$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut1|n=9}}
{{InOut|
n = 10 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Kh[T65, Modulus -> 7][q, t] - kh</nowiki></pre>
in = <nowiki>Kh[T65, Modulus -> 7][q, t] - kh</nowiki> |
{{InOut2|n=9}}<pre style="border: 0px; padding: 0em"><nowiki>0</nowiki></pre>
out= <nowiki>0</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->

{{Knot Image|T(6,5)|jpg}}


The following further example is a bit tougher. It takes my computer nearly an hour and some 256Mb of memory to find that the Khovanov homology of the 48-crossing torus knot T(8,7) has 3, 5 and 7 torsion but no 11 torsion:
The following further example is a bit tougher. It takes my computer nearly an hour and some 256Mb of memory to find that the Khovanov homology of the 48-crossing torus knot T(8,7) has 3, 5 and 7 torsion but no 11 torsion:
Line 122: Line 132:
<!--$$?JavaOptions$$-->
<!--$$?JavaOptions$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{HelpLine|
{{Help1|n=10|s=JavaOptions}}
n = 11 |
JavaOptions is an option to Kh. Kh[L, Program -> "JavaKh", JavaOptions -> jopts] calls java with options jopts. Thus for example, JavaOptions -> "-Xmx256m" sets the maximum java heap size to 256MB - useful for large computations.
in = <nowiki>JavaOptions</nowiki> |
{{Help2}}
out= <nowiki>JavaOptions is an option to Kh. Kh[L, Program -> "JavaKh2", JavaOptions -> jopts] calls java with options jopts. Thus for example, JavaOptions -> "-Xmx256m" sets the maximum java heap size to 256MB - useful for large computations.</nowiki>}}
<!--END-->
<!--END-->


<!--$$SetOptions[Kh, JavaOptions -> "-Xmx256m"];$$-->
<!--$$SetOptions[Kh, JavaOptions -> "-Xmx256m"];$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{In1|n=11}}
{{In|
n = 12 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>SetOptions[Kh, JavaOptions -> "-Xmx256m"];</nowiki></pre>
in = <nowiki>SetOptions[Kh, JavaOptions -> "-Xmx256m"];</nowiki>}}
{{In2}}
<!--END-->
<!--END-->


Line 151: Line 162:
};
};
$--><!--END-->
$--><!--END-->

<!--$$T87 = TorusKnot[8, 7]; kh = Kh[T87][q, t];$$-->
<!--$$T87 = TorusKnot[8, 7]; kh = Kh[T87][q, t];$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{In1|n=12}}
{{In|
n = 13 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>T87 = TorusKnot[8, 7]; kh = Kh[T87][q, t];</nowiki></pre>
in = <nowiki>T87 = TorusKnot[8, 7]; kh = Kh[T87][q, t];</nowiki>}}
{{In2}}
<!--END-->
<!--END-->


Line 177: Line 187:
Kh[TorusKnot[8, 7], Modulus->11] = Function @@ {kh /. {q->#1, t->#2}};
Kh[TorusKnot[8, 7], Modulus->11] = Function @@ {kh /. {q->#1, t->#2}};
$--><!--END-->
$--><!--END-->

<!--$$Factor[Kh[T87, Modulus -> 3][q, t] - kh]$$-->
<!--$$Factor[Kh[T87, Modulus -> 3][q, t] - kh]$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
{{InOut1|n=13}}
n = 14 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Factor[Kh[T87, Modulus -> 3][q, t] - kh]</nowiki></pre>
in = <nowiki>Factor[Kh[T87, Modulus -> 3][q, t] - kh]</nowiki> |
{{InOut2|n=13}}<pre style="border: 0px; padding: 0em"><nowiki> 79 25
out= <nowiki> 79 25
q t (1 + t)</nowiki></pre>
q t (1 + t)</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


<!--$$Factor[Kh[T87, Modulus -> 5][q, t] - kh]$$-->
<!--$$Factor[Kh[T87, Modulus -> 5][q, t] - kh]$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
{{InOut1|n=14}}
n = 15 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Factor[Kh[T87, Modulus -> 5][q, t] - kh]</nowiki></pre>
in = <nowiki>Factor[Kh[T87, Modulus -> 5][q, t] - kh]</nowiki> |
{{InOut2|n=14}}<pre style="border: 0px; padding: 0em"><nowiki> 61 11 12 10 14 12 18 13
q t (1 + t) (1 + q t + q t + q t )</nowiki></pre>
out= <nowiki> 61 11 12 10 14 12 18 13
q t (1 + t) (1 + q t + q t + q t )</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


<!--$$Factor[Kh[T87, Modulus -> 7][q, t] - kh]$$-->
<!--$$Factor[Kh[T87, Modulus -> 7][q, t] - kh]$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
{{InOut1|n=15}}
n = 16 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Factor[Kh[T87, Modulus -> 7][q, t] - kh]</nowiki></pre>
in = <nowiki>Factor[Kh[T87, Modulus -> 7][q, t] - kh]</nowiki> |
{{InOut2|n=15}}<pre style="border: 0px; padding: 0em"><nowiki> 61 14 8 6 12 7 10 8 14 9
q t (1 + t) (1 + q t + q t + q t + q t )</nowiki></pre>
out= <nowiki> 61 14 8 6 12 7 10 8 14 9
q t (1 + t) (1 + q t + q t + q t + q t )</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


<!--$$Factor[Kh[T87, Modulus -> 11][q, t] - kh]$$-->
<!--$$Factor[Kh[T87, Modulus -> 11][q, t] - kh]$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
{{InOut1|n=16}}
n = 17 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Factor[Kh[T87, Modulus -> 11][q, t] - kh]</nowiki></pre>
in = <nowiki>Factor[Kh[T87, Modulus -> 11][q, t] - kh]</nowiki> |
{{InOut2|n=16}}<pre style="border: 0px; padding: 0em"><nowiki>0</nowiki></pre>
out= <nowiki>0</nowiki>}}
{{InOut3}}
<!--END-->
<!--END-->


Line 217: Line 226:
<!--$$?ZMod$$-->
<!--$$?ZMod$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{HelpLine|
{{Help1|n=17|s=ZMod}}
n = 18 |
ZMod[m] denotes the cyclic group Z/mZ. Thus if m=0 it is the infinite cyclic group Z and if m>0 it is the finite cyclic group with m elements. ZMod[m1, m2, ...] denotes the direct sum of ZMod[m1], ZMod[m2], ... .
in = <nowiki>ZMod</nowiki> |
{{Help2}}
out= <nowiki>ZMod[m] denotes the cyclic group Z/mZ. Thus if m=0 it is the infinite cyclic group Z and if m>0 it is the finite cyclic group with m elements. ZMod[m1, m2, ...] denotes the direct sum of ZMod[m1], ZMod[m2], ... .</nowiki>}}
<!--END-->
<!--END-->


Line 231: Line 241:
<!--$$Coefficient[Kh[T87, Modulus -> Null][q, t], t^22 * q^73]$$-->
<!--$$Coefficient[Kh[T87, Modulus -> Null][q, t], t^22 * q^73]$$-->
<!--Robot Land, no human edits to "END"-->
<!--Robot Land, no human edits to "END"-->
{{InOut|
{{InOut1|n=18}}
n = 19 |
<pre style="color: red; border: 0px; padding: 0em"><nowiki>Coefficient[Kh[T87, Modulus -> Null][q, t], t^22 * q^73]</nowiki></pre>
{{InOut2|n=18}}<pre style="border: 0px; padding: 0em"><nowiki>ZMod[2, 4, 5, 7]</nowiki></pre>
in = <nowiki>Coefficient[Kh[T87, Modulus -> Null][q, t], t^22 * q^73]</nowiki> |
out= <nowiki>ZMod[2, 4, 5, 7]</nowiki>}}
{{InOut3}}
<!--END-->

T(8,7) is currently not on the Knot Atlas. Let us see what it looks like:

<!--$$Show[TubePlot[TorusKnot[8, 7]]]$$-->
<!--Robot Land, no human edits to "END"-->
{{Graphics|
n = 20 |
in = <nowiki>Show[TubePlot[TorusKnot[8, 7]]]</nowiki> |
img= Khovanov_Homology_Out_20.gif |
out= <nowiki>-Graphics3D-</nowiki>}}
<!--END-->
<!--END-->


Line 246: Line 267:
(Type <tt>java JavaKh -help</tt> for some further help).
(Type <tt>java JavaKh -help</tt> for some further help).


('''Warning''', as of August 2008, you need to include the .jar files in JavaKh/jars on the classpath. If this causes confusion, ask Scott for a script that manages this automatically, or look at p. 29 of [http://arxiv.org/abs/0906.5177] for an example.)
<center>[[Image:Mikhail_Khovanov.jpg|frame|August 2002, Toronto: Mikhail Khovanov explaining his more recent paper {{ref|Khovanov2}}.]]</center>

===Universal Khovanov homology, and reduced homology===
The KnotTheory` package can now compute the universal homology over <math>\mathbb{Q}</math>, the reduced homology over <math>\mathbb{Q}</math> as well as directly computing the s-invariant. Type <code>?UniversalKh</code>, <code>?KhReduced</code> or <code>?sInvariant</code> for more information.

The output of <code>UniversalKh</code> is a <math>\mathbb{N}[q,t]</math>-linear combination of symbols <code>KhE</code> and <code>KhC[n]</code> for some positive integer <math>n</math>.
The coefficients of these symbols are individually knot invariants, capturing all of the information in the spectral sequences (over <math>\mathbb{Q}</math>) for both unreduced and reduced homology.

The s-invariant can be extracted from the output of <code>UniversalKh</code>: the coefficient of KhE is exactly <math>q^s</math>.

The usual 2-variable Khovanov polynomial <code>Kh[K][q,t]</code> can be recovered from <code>UniversalKh[K][q,t]</code> by using the substitution rules

{KhE->q+q^-1,KhC[1]->t^-1 q^-3+ q^1,KhC[n_]/;n>=2:>(q+q^-1)(t^-1 q^(-2n)+1)};

and similarly the reduced Khovanov polynomial <code>KhReduced[K][q,t]</code> is actually produced by substituting <code>UniversalKh[K][q,t]</code> using the rules

{KhE->q^-1,KhC[n_]:>t^-1 q^(-2n-1)+q^-1};

Unfortunately, much of the mathematics behind <code>UniversalKh</code> is not in print. There's some explanation in [http://tqft.net/kyoto2 Scott's slides] from Kyoto.

UniversalKh also takes the same JavaOptions option described above for Kh, which may be necessary to allow enough memory for large computations.

===References===

[[Image:Mikhail_Khovanov.jpg|thumb|320px|right|August 2002, Toronto: Mikhail Khovanov explaining his paper {{ref|Khovanov2}}.]]


{{note|Bar-Natan1}} D. Bar-Natan, [http://www.math.toronto.edu/~drorbn/papers/Categorification/ ''On Khovanov's categorification of the Jones polynomial''], Algebraic and Geometric Topology '''2-16''' (2002) 337-370, {{arXiv|math.GT/0201043}}.
{{note|Bar-Natan1}} D. Bar-Natan, [http://www.math.toronto.edu/~drorbn/papers/Categorification/ ''On Khovanov's categorification of the Jones polynomial''], Algebraic and Geometric Topology '''2-16''' (2002) 337-370, {{arXiv|math.GT/0201043}}.
Line 257: Line 302:


{{note|Khovanov2}} M. Khovanov, ''An invariant of tangle cobordisms'', {{arXiv|math.QA/0207264}}.
{{note|Khovanov2}} M. Khovanov, ''An invariant of tangle cobordisms'', {{arXiv|math.QA/0207264}}.

See also [[A Khovanov homology bibliography]].

Latest revision as of 18:23, 21 February 2013


(See also: Tweaking JavaKh)

The Khovanov Homology of a knot or a link , also known as Khovanov's categorification of the Jones polynomial of , was defined by Khovanov in [Khovanov1] (also check [Bar-Natan1]), where the notation is closer to the notation used here). It is a graded homology theory; each homology group is in itself a direct sum of homogeneous components. Over a field one can form the two-variable "Poincaré polynomial" (which deserves the name "the Khovanov polynomial of "),

.

(For In[1] see Setup)

In[2]:= ?Kh
Kh[L][q, t] returns the Poincare polynomial of the Khovanov Homology of a knot/link L (over a field of characteristic 0) in terms of the variables q and t. Kh[L, Program -> prog] uses the program prog to perform the computation. The currently available programs are "FastKh", written in Mathematica by Dror Bar-Natan in the winter of 2005, "JavaKh-v1", written in java (java 1.5 required!) by Jeremy Green in the summer of 2005 and "JavaKh-v2" (default), an update of "JavaKh-v1" (now requiring java 1.6) written by Scott Morrison in 2008. ("JavaKh" is also available, currently an alias for "JavaKh-v2".) The java programs are several thousand times faster than the Mathematica program, though java may not be available on some systems. "JavaKh2" also takes the option "Modulus -> p" which changes the characteristic of the ground field to p. If p==0 JavaKh works over the rational numbers; if p==Null JavaKh works over Z (see ?ZMod for the output format).

Thus for example, here's the Khovanov polynomial of the knot 5_1:

In[3]:= kh = Kh[Knot[5, 1]][q, t]
Out[3]= -5 -3 1 1 1 1 q + q + ------ + ------ + ------ + ----- 15 5 11 4 11 3 7 2 q t q t q t q t

The Euler characteristic of the Khovanov Homology is (up to normalization) the Jones polynomial of . Precisely,

.

Let us verify this in the case of 5_1:

In[4]:= {kh /. t -> -1, Expand[(q+1/q)Jones[Knot[5, 1]][q^2]]}
Out[4]= -15 -7 -5 -3 -15 -7 -5 -3 {-q + q + q + q , -q + q + q + q }
5 1.gif
5_1
10 132.gif
10_132

Khovanov's homology is a strictly stronger invariant than the Jones polynomial. Indeed, though :

In[5]:= { Jones[Knot[5, 1]] === Jones[Knot[10, 132]], Kh[Knot[5, 1]] === Kh[Knot[10, 132]] }
Out[5]= {True, False}

The algorithm presently used by KnotTheory` is an efficient algorithm modeled on the Kauffman bracket algorithm of The Jones Polynomial, as explained in [Bar-Natan3] (which follows [Bar-Natan2]). Currently, two implementations of this algorithm are available:

  • FastKh: My original implementation, written in Mathematica in the winter of 2005. This implementation can be explicitly invoked using the syntax Kh[L, Program -> "FastKh"][q, t] or by changing the default behaviour of Kh by evaluating SetOptions[Kh, Program -> "FastKh"].
  • JavaKh: In the summer of 2005 Jeremy Green re-implemented the algorithm in java (java 1.5 required, can be had from http://java.sun.com/) with much further care to the details, leading to an improvement factor of several thousands for large knots/links. This implementation is the default. It can also be explicitly invoked from within Mathematica using the syntax Kh[L, Program -> "JavaKh"][q, t].
In[6]:= Options[Kh]
Out[6]= {ExpansionOrder -> Automatic, Program -> JavaKh-v2, Modulus -> 0, KnotTheory`FastKh`Universal -> False, JavaOptions -> }

JavaKh takes an additional option, Modulus, which sets the characteristic of the ground field for the homology computations to or to a prime . Thus for example, the following four In lines imply that the Khovanov homology of the torus knot T(6,5) has both 3 torsion and 5 torsion, but no 7 torsion:

In[7]:= T65 = TorusKnot[6, 5]; kh = Kh[T65][q, t];
In[8]:= Kh[T65, Modulus -> 3][q, t] - kh
Out[8]= 43 13 43 14 q t + q t
In[9]:= Kh[T65, Modulus -> 5][q, t] - kh
Out[9]= 35 10 35 11 39 11 39 12 q t + q t + q t + q t
In[10]:= Kh[T65, Modulus -> 7][q, t] - kh
Out[10]= 0
T(6,5).jpg
T(6,5)

The following further example is a bit tougher. It takes my computer nearly an hour and some 256Mb of memory to find that the Khovanov homology of the 48-crossing torus knot T(8,7) has 3, 5 and 7 torsion but no 11 torsion:

In[11]:= ?JavaOptions
JavaOptions is an option to Kh. Kh[L, Program -> "JavaKh2", JavaOptions -> jopts] calls java with options jopts. Thus for example, JavaOptions -> "-Xmx256m" sets the maximum java heap size to 256MB - useful for large computations.
In[12]:= SetOptions[Kh, JavaOptions -> "-Xmx256m"];
In[13]:= T87 = TorusKnot[8, 7]; kh = Kh[T87][q, t];
In[14]:= Factor[Kh[T87, Modulus -> 3][q, t] - kh]
Out[14]= 79 25 q t (1 + t)
In[15]:= Factor[Kh[T87, Modulus -> 5][q, t] - kh]
Out[15]= 61 11 12 10 14 12 18 13 q t (1 + t) (1 + q t + q t + q t )
In[16]:= Factor[Kh[T87, Modulus -> 7][q, t] - kh]
Out[16]= 61 14 8 6 12 7 10 8 14 9 q t (1 + t) (1 + q t + q t + q t + q t )
In[17]:= Factor[Kh[T87, Modulus -> 11][q, t] - kh]
Out[17]= 0

JavaKh also works over the integers:

In[18]:= ?ZMod
ZMod[m] denotes the cyclic group Z/mZ. Thus if m=0 it is the infinite cyclic group Z and if m>0 it is the finite cyclic group with m elements. ZMod[m1, m2, ...] denotes the direct sum of ZMod[m1], ZMod[m2], ... .

For example, the 22nd homology group over of the torus knot T(8,7) at degree 73 is the 280 element torsion group :

In[19]:= Coefficient[Kh[T87, Modulus -> Null][q, t], t^22 * q^73]
Out[19]= ZMod[2, 4, 5, 7]

T(8,7) is currently not on the Knot Atlas. Let us see what it looks like:

In[20]:= Show[TubePlot[TorusKnot[8, 7]]]
Khovanov Homology Out 20.gif
Out[20]= -Graphics3D-

Finally, JavaKh may also be run outside of Mathematica, as the following example demonstrates:

drorbn@coxeter:.../KnotTheory: cd JavaKh
drorbn@coxeter:.../KnotTheory/JavaKh: java JavaKh
PD[X[3, 1, 4, 6], X[1, 5, 2, 4], X[5, 3, 6, 2]]
"+ q^1t^0 + q^3t^0 + q^5t^2 + q^9t^3 "

(Type java JavaKh -help for some further help).

(Warning, as of August 2008, you need to include the .jar files in JavaKh/jars on the classpath. If this causes confusion, ask Scott for a script that manages this automatically, or look at p. 29 of [1] for an example.)

Universal Khovanov homology, and reduced homology

The KnotTheory` package can now compute the universal homology over , the reduced homology over as well as directly computing the s-invariant. Type ?UniversalKh, ?KhReduced or ?sInvariant for more information.

The output of UniversalKh is a -linear combination of symbols KhE and KhC[n] for some positive integer . The coefficients of these symbols are individually knot invariants, capturing all of the information in the spectral sequences (over ) for both unreduced and reduced homology.

The s-invariant can be extracted from the output of UniversalKh: the coefficient of KhE is exactly .

The usual 2-variable Khovanov polynomial Kh[K][q,t] can be recovered from UniversalKh[K][q,t] by using the substitution rules

   {KhE->q+q^-1,KhC[1]->t^-1 q^-3+ q^1,KhC[n_]/;n>=2:>(q+q^-1)(t^-1 q^(-2n)+1)};

and similarly the reduced Khovanov polynomial KhReduced[K][q,t] is actually produced by substituting UniversalKh[K][q,t] using the rules

   {KhE->q^-1,KhC[n_]:>t^-1 q^(-2n-1)+q^-1};

Unfortunately, much of the mathematics behind UniversalKh is not in print. There's some explanation in Scott's slides from Kyoto.

UniversalKh also takes the same JavaOptions option described above for Kh, which may be necessary to allow enough memory for large computations.

References

August 2002, Toronto: Mikhail Khovanov explaining his paper [Khovanov2].

[Bar-Natan1] ^  D. Bar-Natan, On Khovanov's categorification of the Jones polynomial, Algebraic and Geometric Topology 2-16 (2002) 337-370, arXiv:math.GT/0201043.

[Bar-Natan2] ^  D. Bar-Natan, Khovanov's Homology for Tangles and Cobordisms, Geometry and Topology 9-33 (2005) 1443-1499, arXiv:math.GT/0410495.

[Bar-Natan3] ^  D. Bar-Natan, I've Computed Kh(T(9,5)) and I'm Happy, talk given at Knots in Washington XX, George Washington University, February 2005.

[Khovanov1] ^  M. Khovanov, A categorification of the Jones polynomial, arXiv:math.QA/9908171.

[Khovanov2] ^  M. Khovanov, An invariant of tangle cobordisms, arXiv:math.QA/0207264.

See also A Khovanov homology bibliography.