Knot polynomial

A knot polynomial is a particular knot invariant. It is a method of representing knots where the coefficients of the polynomial are used to encode the properties of the knot. Generally, the polynomial is not meant to be evaluated, but used as a way of indexing a set of numbers. Knots have the property that they only exist in 3D space.

Contents

Reasoning

Many complexities of mathematical problems are made easier by reducing to previously familiar problems. In knot theory, different methods are used to match a knot to another mathematical property which is easier to use. One method is the use of polynomials.

A polynomial representation of a knot is a mapping of the mathematical properties of knots to those of polynomials. This is done because the mathematical representation of polynomials is much easier to manipulate than that of knots. The polynomial notation of a knot is also more succinct, and is much easier than, for example, drawing all the complexities of a knot. It is also easier to compare different properties of knots (such as equivalence) by using only polynomials. If the knot-to-polynomial mapping can be calculated from elements of the knot and is sufficiently discriminating (that is, the mapping can tell apart lots of different varieties of knots), two complicated knots can be checked for equivalence algorithmically. The latter condition is the harder to satisfy.

Of course polynomials are not the only things available; another hash on a knot is the least number of crossings needed in a diagram of it. But that does not discriminate knots at all well. Another hash is the Fukuhara/O'Hara energy, which discriminate fairly well—an energy E corresponds to at most 0.264×1.658E knots—but is hard to compute.[1] (http://www.fortunecity.com/emachines/e11/86/knotprob.html) actually it looks like E increases rather rapidly, wrt to crossings, so "rather well" may be optimistic There is also the ropelength[2] (http://torus.math.uiuc.edu/jms/Papers/thick/ropelen.pdf).

It's also possible that elementary polynomial operations could turn out to have analogues in knot manipulations. Indeed, this is the idea behind skein relations.

Alexander polynomial

James W. Alexander invented the first useful knot polynomial in 1923, and published in 1928. Technically, an Alexander polynomial is a generator of a principal Alexander ideal related to the homology of the infinitely cyclic cover of a knot complement—where all the emphasised phrases have particular mathematical meanings. Fortunately there is a shortcut that computes the polynomial from the crossings of an oriented knot.

Procedure, somewhat informally:

1) Number the knot's crossings, 1…N. Prepare an N×N matrix M. (Q: does any ol' diagram do, or does it have to have minimal crossings?)
2) Walk along the knot. As you pass over crossing n, with crossing p on the left and crossing q on the right, add to the matrix:
<math>M_{nn}=1-x<math>
<math>M_{np}=x<math>
<math>M_{nq}=-1<math>
3) Fill the rest of M with zeros.
4) Drop from M any one row and any one column.
5) Take the determinant of M (this is an Alexander polynomial of the knot).
6) Normalise by dropping all the zero roots and, if the highest-degree coefficient is negative, negating.

The result is ‘the’ Alexander polynomial of the knot.

Example

On a trefoil knot:

knotcrossings
numbered and directed trefoil npq
123
231
312
resulting in the matrix

<math>\begin{pmatrix}1-x&-1&x\\x&1-x&-1\\-1&x&1-x\\\end{pmatrix}<math>

Take the minor M23

<math>M_{23}=\begin{vmatrix}1-x&-1\\-1&x\\\end{vmatrix}=-x^2+x-1<math>

trefoil: <math>x^2-x+1<math> Missing image
Knot-trefoil-left-64.png
left-handed trefoil

right-handed trefoil

Example 2

On a stevedore knot:

knotcrossings
Missing image
Knot-stevedore-numdir-128.png
image:Knot-stevedore-numdir-128.png

npq
136
465
532
641
312
245
to make the matrix

<math>\begin{pmatrix} 1-x & 0 & x & 0 & 0 & -1\\ 0 & 1-x & 0 & x & -1 & 0\\ x & -1 & 1-x & 0 & 0 & 0\\ 0 & 0 & 0 & 1-x & -1 & x\\ 0 & -1 & x & 0 & 1-x & 0\\ -1 & 0 & 0 & x & 0 & 1-x \end{pmatrix}<math>

resulting in <math>2x^2-5x+2<math>
figure-eight: <math>x^2-3x+1<math> figure-8

Suppose there is a knot and a plane which touches the knot at exactly two points (this may need stricting-up). The portion of the knot which lies on one side of the plane, closed with the segment joining the two points, is another knot. The original knot is said to be a sum of the two lesser knots so formed. A knot which can divide into naught but the unknot and itself is said to be prime.

The product of the Alexander polynomials of two knots is an Alexander polynomial of their sum. Seeing that the granny knot is the sum of two trefoils of the same hand, and the square knot is the sum of two trefoils of opposite hand, we can easily calculate their polynomial. (They share a polynomial since the handedness of a trefoil is not detected.)

<math>x^4-2x^3+3x^2-2x+1<math> granny Missing image
Knot-square-64.png
square

Ref: Mark Anthony Armstrong Basic Topology (Springer-Verlag 1987) p237–9

Note: Because of the Mathworld (http://mathworld.wolfram.com/AlexanderPolynomial.html) form, I suspect Alexander polynomials have a coefficient symmetry which leads to a second canonic form. The polynomial above will have degree 2n; divide by xn and collect xi and x-i terms. Eg, trefoil: <math>(x+x^{-1})-1<math> figure-eight: <math>(x+x^{-1})-3<math> granny/square: <math>(x^2+x^{-2})-2(x+x^{-1})+3<math> stevedore: <math>2(x+x^{-1})-5<math>

  • this (http://164.8.13.169/Enciklopedija/math/math/a/a116.htm) seems to be a copy of Mathworld
  • ditto (http://www.albanyconsort.com/polyinv/polyinv.pdf)
  • second Alexander polynomial (http://www.inst.bnl.gov/~wei/oth.html)

See skein relations for a second way to compute Alexander polynomials.

Alexander-Conway polynomial

Even before Conway found the skein-relation approach to the Alexander polynomials, a second form via change of variable was apparent. But Conway gets the credit.

This other polynomial is usually denoted <math>\nabla_L<math> for a link (generalised knot) L. Its skein-relation equation is

<math>\nabla_{L_-}(x)+x\nabla_{L_0}(x)=\nabla_{L_+}(x)<math>

with <math>\nabla_{\rm unknot}(x)=1<math>

It relates to the normalised Alexander polynomial <math>\Delta<math> as

<math>\Delta_L(x^2)=\nabla_L(x-x^{-1})<math>
  • Ref Mathworld (http://mathworld.wolfram.com/ConwayPolynomial.html)

Jones polynomial

In 1984 Vaughan F. R. Jones came out with the first really new knot polynomial since Alexander's. He was tinkering in his specialty, von Neumann algebras, and almost by accident found this linkage to knot theory. (Knot theory began with an idea that atoms were knotted æther vortices, and von Neumann algebras are key to quantum theory, the successor to atomic study. Jones' discovery was thus a sort of family reunion.)

In skein relation

<math>xV_{L_-}(x)+(x^{1/2}-x^{-1/2})V_{L_0}(x)=x^{-1}V_{L_+}(x)<math>

with <math>V_{\rm unknot}(x)=1<math>.

Can sometimes distinguish a knot from its reflection; this is the great "breakthrough" over the Alexander and Conway polynomials.

<math>V_{\rm L}(x)=V_\Gamma(x^{-1})<math> where L is the reflection of <math>\Gamma<math>.
<math>V_K(e^{2\pi i/3})=1<math> and <math>V_K^\prime(1)=0<math> for all knots K
<math>V_L(-1)=\Delta_L(-1)<math> for all links L
  • Ref Mathworld (http://mathworld.wolfram.com/JonesPolynomial.html)

HOMFLY(PT) polynomial

Jones' discovery prompted a hunt for a structure above his polynomial and Alexander's. Five collaborations found one essentially simultaneously; four published jointly in 1985 rather than fight over priority. "HOMFLY" is derived from their initials: Jim Hoste, Adrian Ocneanu, Kenneth C. Millett, Peter J. Freyd, W. B. Raymond Lickorish, and David N. Yetter. Some authors write "HOMFLYPT" to include the pair of Poles, Józef H. Przytycki and Pawel Traczyk, who got left out due to slow mail service.

HOMFLYPT is a binary (two-variable) polynomial, with <math>P_{\rm unknot}(x,y)=1<math> as with the predecessors. But three different skein relations (and thus three slightly different polynomials) are seen in the wild:

<math>xP_{L_-}(x,y)+yP_{L_0}(x,y)=x^{-1}P_{L_+}(x,y)<math> (Doll & Hoste 1991, Kanenobu & Sumi 1993)
<math>x^{-1}P_{L_-}(x,y)+yP_{L_0}(x,y)=xP_{L_+}(x,y)<math> (Kauffman 1991)
<math>x^{-1}P_{L_-}(x,y)+yP_{L_0}(x,y)+xP_{L_+}(x,y)=0<math> (Lickorish & Millett 1988)

For maximal confusion there is also a ternary form

<math>yP_{L_-}(x,y,z)+zP_{L_0}(x,y,z)+xP_{L_+}(x,y,z)=0<math>

For a link L of n unlinked unknots, a common thing in skein recurrences, it is easily shown (by induction) that

<math>P_L(x,y,z)=\left({x+y\over-z}\right)^{n-1}<math>

The simplicity of the ternary HOMFLYPT is deceptive; it actually encapsulates a significant class of knot functions. Given any three functions Q, R, S (over the same set into a field), the skein-relation equation

<math>Q(x)Z_{L_-}(x)+R(x)Z_{L_0}(x)+S(x)Z_{L_+}(x)=0<math>

is satisfied by <math>Z_L(x)=P_L\Big(S(x),Q(x),R(x)\Big)<math>. This obviously includes the Alexander, Conway, and Jones polynomials:

<math>\Delta_L(x)=P_L(1,-1,x^{-1/2}-x^{1/2})<math>
<math>\nabla_L(x)=P_L(1,-1,-x)<math>
<math>V_L(x)=P_L(x^{-1},-x,x^{-1/2}-x^{1/2})<math>

Thus, to go any further with skein relations one must avoid recurrences of the above form.

Such interrelations permit facts about HOMFLYPT to be transferred (with appropriate transformation) to its predecessors. For instance, although Missing image
:Knot-cinquefoil-sm.png
the cinquefoil

and Missing image
:Knot-10-132-sm.png
image::Knot-10-132-sm.png

are known to be different knots, their HOMFLYPTs are the same; thus they also share their Alexander, Conway, and Jones. (Worse, two 10-crossing knots, image:knot-10-25-sm.png and Missing image
Knot-10-56-sm.png
image:knot-10-56-sm.png

, are in the same boat; thus it is not helpful to pair polynomial and crossings.)

Also, <math>P_{A\#B}(x)=P_A(x)P_B(x)<math> for all knot sums <math>A\#B<math>—and the other polynomials inherit this property.

<The author is astounded that the ternary HOMFLYPT, which seems an absurdly obvious skein relation, should have lain unseen in plain sight for over 20 years. Conway must really be wondering why he didn't see it. Perhaps he thought it was too obvious to work.>

<The author is also puzzled that Mathworld mentions the ternary on the HOMFLYPT page as if it were a HOMFLYPT, but without specific citation, and doesn't use the form anywhere else—very odd, given that it's the form from which six other polynomials are readily found.>

BLM/Ho polynomial

  • Brandt, Lickorish, Millett, Ho
  • Is an invariant of unoriented knots and links, with <math>Q_{\rm unknot}(x)=1<math>. It was derived as a symmetrization of the HOMFLY (PT) Polynomial, and necessarily introduced an <math>L_\infty<math> term in the skein relation equation. Because it is independent of the orientations of the components of the link, it defines equivalence classes of point sets. (Note: This was the goal of the original derivation. - R. D. Brandt.)
<math>Q_{L_+}(x)+Q_{L_-}(x)=x(Q_{L_0}(x)+Q_{L_\infty}(x))<math>
  • Ref Mathworld (http://mathworld.wolfram.com/BLMHoPolynomial.html)

Kauffman unary polynomial

Louis H. Kauffman has two knot polynomials to his credit. Also known as normalised bracket polynomial. Denoted by <math>\mathcal L<math> by Kauffman but other authors have used different letters. It is very like the Jones polynomial:

<math>\mathcal L(x)=V(x^{-4})<math>
  • Ref Mathworld (http://mathworld.wolfram.com/KauffmanPolynomialX.html)

Kauffman binary polynomial

It is a generalisation of the Jones polynomial

<math>V(x)=F(-x^{3/4},x^{-1/4}+x^{1/4})<math>

but other than having more terms than the HOMFLYPT polynomial, its relation to the latter is unknown.

It relates to Kauffman's unary polynomial as

<math>\mathcal L(x)=F(-x^{-3},x+x^{-1})<math>
  • Ref Mathworld (http://mathworld.wolfram.com/KauffmanPolynomialF.html)

Unworked examples

knot K Alexander
<math>\Delta_K(x)<math>
Conway
<math>\nabla_K(x)<math>
Jones
<math>V_K(x)<math>
unknot Missing image
Knot-unknot-64.png
image:knot-unknot-64.png

1 1 1
left trefoil Missing image
Knot-trefoil-left-64.png
image:knot-trefoil-left-64.png

<math>(x+x^{-1})-1<math> <math>1+x^2<math> <math>-x^{-4}+x^{-3}+x^{-1}<math>
right trefoil image:knot-trefoil-right-64.png <math>x+x^3-x^4<math>
(right?) cinquefoil image:knot-cinquefoil-sm.png <math>(x^2+x^{-2})-(x+x^{-1})+1<math> <math>1+3x^2+x^4<math> <math>x^2+x^4-x^5+x^6-x^7<math>
figure-8 image:knot-figure8-64.png <math>(x+x^{-1})-3<math> <math>1-x^2<math> <math>x^{-2}-x^{-1}+1-x+x^2<math>
square Missing image
Knot-square-64.png
image:knot-square-64.png

<math>(x^2+x^{-2})-2(x+x^{-1})+3<math> <math>(1+x^2)^2<math>
(left?) granny image:knot-granny-64.png
stevedore Missing image
Knot-stevedore-sm.png
image:knot-stevedore-sm.png

<math>2(x+x^{-1})-5<math> <math>1-2x^2<math> <math>x^{-2}-x^{-1}+2-2x+x^2-x^3+x^4<math>

(Composing notes)

Navigation

  • Art and Cultures
    • Art (https://academickids.com/encyclopedia/index.php/Art)
    • Architecture (https://academickids.com/encyclopedia/index.php/Architecture)
    • Cultures (https://www.academickids.com/encyclopedia/index.php/Cultures)
    • Music (https://www.academickids.com/encyclopedia/index.php/Music)
    • Musical Instruments (http://academickids.com/encyclopedia/index.php/List_of_musical_instruments)
  • Biographies (http://www.academickids.com/encyclopedia/index.php/Biographies)
  • Clipart (http://www.academickids.com/encyclopedia/index.php/Clipart)
  • Geography (http://www.academickids.com/encyclopedia/index.php/Geography)
    • Countries of the World (http://www.academickids.com/encyclopedia/index.php/Countries)
    • Maps (http://www.academickids.com/encyclopedia/index.php/Maps)
    • Flags (http://www.academickids.com/encyclopedia/index.php/Flags)
    • Continents (http://www.academickids.com/encyclopedia/index.php/Continents)
  • History (http://www.academickids.com/encyclopedia/index.php/History)
    • Ancient Civilizations (http://www.academickids.com/encyclopedia/index.php/Ancient_Civilizations)
    • Industrial Revolution (http://www.academickids.com/encyclopedia/index.php/Industrial_Revolution)
    • Middle Ages (http://www.academickids.com/encyclopedia/index.php/Middle_Ages)
    • Prehistory (http://www.academickids.com/encyclopedia/index.php/Prehistory)
    • Renaissance (http://www.academickids.com/encyclopedia/index.php/Renaissance)
    • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
    • United States (http://www.academickids.com/encyclopedia/index.php/United_States)
    • Wars (http://www.academickids.com/encyclopedia/index.php/Wars)
    • World History (http://www.academickids.com/encyclopedia/index.php/History_of_the_world)
  • Human Body (http://www.academickids.com/encyclopedia/index.php/Human_Body)
  • Mathematics (http://www.academickids.com/encyclopedia/index.php/Mathematics)
  • Reference (http://www.academickids.com/encyclopedia/index.php/Reference)
  • Science (http://www.academickids.com/encyclopedia/index.php/Science)
    • Animals (http://www.academickids.com/encyclopedia/index.php/Animals)
    • Aviation (http://www.academickids.com/encyclopedia/index.php/Aviation)
    • Dinosaurs (http://www.academickids.com/encyclopedia/index.php/Dinosaurs)
    • Earth (http://www.academickids.com/encyclopedia/index.php/Earth)
    • Inventions (http://www.academickids.com/encyclopedia/index.php/Inventions)
    • Physical Science (http://www.academickids.com/encyclopedia/index.php/Physical_Science)
    • Plants (http://www.academickids.com/encyclopedia/index.php/Plants)
    • Scientists (http://www.academickids.com/encyclopedia/index.php/Scientists)
  • Social Studies (http://www.academickids.com/encyclopedia/index.php/Social_Studies)
    • Anthropology (http://www.academickids.com/encyclopedia/index.php/Anthropology)
    • Economics (http://www.academickids.com/encyclopedia/index.php/Economics)
    • Government (http://www.academickids.com/encyclopedia/index.php/Government)
    • Religion (http://www.academickids.com/encyclopedia/index.php/Religion)
    • Holidays (http://www.academickids.com/encyclopedia/index.php/Holidays)
  • Space and Astronomy
    • Solar System (http://www.academickids.com/encyclopedia/index.php/Solar_System)
    • Planets (http://www.academickids.com/encyclopedia/index.php/Planets)
  • Sports (http://www.academickids.com/encyclopedia/index.php/Sports)
  • Timelines (http://www.academickids.com/encyclopedia/index.php/Timelines)
  • Weather (http://www.academickids.com/encyclopedia/index.php/Weather)
  • US States (http://www.academickids.com/encyclopedia/index.php/US_States)

Information

  • Home Page (http://academickids.com/encyclopedia/index.php)
  • Contact Us (http://www.academickids.com/encyclopedia/index.php/Contactus)

  • Clip Art (http://classroomclipart.com)
Toolbox
Personal tools