Deep Learning the Hyperbolic Volume of a Knot

Total Page:16

File Type:pdf, Size:1020Kb

Deep Learning the Hyperbolic Volume of a Knot Physics Letters B 799 (2019) 135033 Contents lists available at ScienceDirect Physics Letters B www.elsevier.com/locate/physletb Deep learning the hyperbolic volume of a knot ∗ Vishnu Jejjala a,b, Arjun Kar b, , Onkar Parrikar b,c a Mandelstam Institute for Theoretical Physics, School of Physics, NITheP, and CoE-MaSS, University of the Witwatersrand, Johannesburg, WITS 2050, South Africa b David Rittenhouse Laboratory, University of Pennsylvania, 209 S 33rd Street, Philadelphia, PA 19104, USA c Stanford Institute for Theoretical Physics, Stanford University, Stanford, CA 94305, USA a r t i c l e i n f o a b s t r a c t Article history: An important conjecture in knot theory relates the large-N, double scaling limit of the colored Jones Received 8 October 2019 polynomial J K ,N (q) of a knot K to the hyperbolic volume of the knot complement, Vol(K ). A less studied Accepted 14 October 2019 question is whether Vol(K ) can be recovered directly from the original Jones polynomial (N = 2). In this Available online 28 October 2019 report we use a deep neural network to approximate Vol(K ) from the Jones polynomial. Our network Editor: M. Cveticˇ is robust and correctly predicts the volume with 97.6% accuracy when training on 10% of the data. Keywords: This points to the existence of a more direct connection between the hyperbolic volume and the Jones Machine learning polynomial. Neural network © 2019 The Author(s). Published by Elsevier B.V. This is an open access article under the CC BY license 3 Topological field theory (http://creativecommons.org/licenses/by/4.0/). Funded by SCOAP . Knot theory 1. Introduction The special value N = 2, corresponding to a Wilson loop in the fundamental representation, recovers the Jones polynomial. While Identifying patterns in data enables us to formulate questions the Jones polynomial is defined for any knot, some invariants ex- that can lead to exact results. Since many of these patterns are ist only for subsets of knots. An example of such an invariant is subtle, machine learning has emerged as a useful tool in discover- the hyperbolic volume of the knot’s complement, denoted Vol(K ). ing these relationships. In this work, we apply this idea to invari- It is defined only if the manifold obtained by drilling out the knot ants in knot theory. 3 from its 3-dimensional ambient space admits a complete hyper- A knot is an embedding of a circle in the 3-sphere S . These bolic structure. The vast majority of knots are hyperbolic [32], and objects play important roles in a wide range of fields including par- we will restrict our attention to this case. An important open prob- ticle physics, statistical mechanics, molecular biology, chemistry, lem in knot theory is to establish a conjecture that relates J K ,N (q) sailing, and art [34,21,31,17,3,19]. Fig. 1 depicts several well known to Vol(K ). The volume conjecture [22,28,15] asserts that knots. Knot invariants, which distinguish knots from each other, are independent of how a knot is drawn on the plane (the knot 2π i 2π log | J K ,N (e N )| diagram). Determining relationships between these invariant quan- lim = Vol(K ). (1) N→∞ N tities is a central theme of knot theory. See Appendix A for a brief overview of the invariants discussed in this work. Perhaps the most The main idea of the volume conjecture is that the colored Jones famous invariant of a knot K is the Jones polynomial J K (q), which polynomial in the large color limit contains information about the is a Laurent polynomial with integer coefficients. The original def- volume of K . One might wonder if this property of the colored Jones poly- inition of the Jones polynomial was combinatorial [20], but an in- nomials extends to the original Jones polynomial. Evaluating the trinsically geometric definition and generalization was discovered Jones polynomial at q =−1, there is a surprising approximately soon thereafter [34]. The generalizations found in [34]are known linear relationship between log | J K (−1)| and Vol(K ), but this cor- as “colored” Jones polynomials and represent a family of knot in- relation seems to apply only to a particular class of knots [13]. variants J K ,N (q) labeled by a positive integer N called the color. Additionally, the so-called “volume-ish” theorem [12]gives upper and lower bounds on Vol(K ) in terms of certain coefficients ap- pearing in J q . An improved relationship is achieved [25]byre- Corresponding author. K ( ) * − E-mail addresses: [email protected] (V. Jejjala), [email protected] placing J K ( 1) with the reduced rank of the Khovanov homology, (A. Kar), [email protected] (O. Parrikar). a homology theory HK whose graded Euler characteristic is J K (q). https://doi.org/10.1016/j.physletb.2019.135033 0370-2693/© 2019 The Author(s). Published by Elsevier B.V. This is an open access article under the CC BY license (http://creativecommons.org/licenses/by/4.0/). Funded by SCOAP3. 2 V. Jejjala et al. / Physics Letters B 799 (2019) 135033 Fig. 1. From left to right: the unknot, trefoil knot, figure-eight knot, and cinquefoil knot. When strands of the knot cross, the diagram keeps track of which strand is on top and which strand is on the bottom, so the diagram captures all information about the 3-dimensional embedding. For the figure-eight knot, the Jones polynomial in our −2 −1 2 conventions is J figure-eight(q) = q − q + 1 − q + q , and the hyperbolic volume is approximately 2.02988. Image taken from Wikimedia Commons. j j The cost of this improvement is that the Khovanov homology is a where Wθ and bθ are the weight matrices and bias vectors, re- much more refined invariant of K than the Jones polynomial, and spectively, of the jth hidden layer and the summation simply adds one needs to work much harder to compute it [24]. The most op- up the components of the output vector. The input layer is padded timistic interpretation of these results is that there is a nonlinear with zeroes so that the vectors are of uniform length. In our case, relation A mapping J K (q) to Vol(K ) along the lines of Eq. (1), but the inputs are vectors of length 18. The hidden layers have 100 perhaps not quite as simple to write. In this report, we provide ev- neurons each, and the final output layer is a summation over the 1 idence for this idea by directly estimating A using a simple two output of the second hidden layer. In the language of Eq. (3), Wθ is hidden layer fully connected neural network. × 1 2 × a 100 18 matrix, bθ is a length 100 vector, Wθ is a 100 100 ma- 2 trix, and bθ is a length 100 vector, all with variable entries that are 2. Setup and result determined by training the network on data. For data, we use a ta- ble of Jones polynomials and hyperbolic volumes for 313,209 knots A neural network is a function which is constructed by train- obtained from the online databases Knot Atlas [1] and SnapPy [10]. = ing on several examples. Suppose that we have a dataset D This includes all hyperbolic knots in Knot Atlas up to 15 crossings. { } J1, J2, ..., Jm , and to every element of D, there is an associated We implement and train fθ in Mathematica 11 [2]using built in element in another set S: functions that are completely unoptimized for the problem under consideration. The loss function is proportional to the squared er- :{ }→{ }⊂ A J1, J2,..., Jm v1, v2,...,vm S . (2) ror in volume, and parameters are adjusted by stochastic gradient descent. We follow the usual protocol for neural network train- In our case, the J i are the Jones polynomials of knots, and the 1 ing [27]: the network is shown a set of training data, and loss vi are the volumes of those knots. Aneural network fθ is a function gradients on this set are used to adjust the network pa- function (with an a priori chosen architecture) which is designed rameters θ via backpropagation. to approximate the associations A efficiently; the subscript θ de- With this architecture, our network performs significantly bet- notes the internal parameters, called weights and biases, on which ter than any previous method of estimating Vol(K ) from J K (q). Its the neural network depends. In order for the network to learn simplicity and robustness suggest the existence of an almost exact A, we divide the dataset D into two parts: a training set, T = nonlinear relationship between the two invariants which is more { J1, J2, ..., Jn} chosen at random from D, and its complement, c ={ } complicated than Eq. (1), but not by much. T J1, J2, ..., Jm−n . The neural network is taught the associ- In Fig. 2, we show a plot of the accuracy of our trained model ations on the training set by tuning the internal parameters θ to compared with the volume-ish bounds and Khovanov homology approximate A as closely as possible on T . In general, fθ ( J i) = vi without overfitting the data. We must instead minimize a suitably rank methods. Random selection within the volume-ish bounds chosen loss function that captures the difference between the two. leads to an enormous error (Fig. 2a). This is because the volume- Finally, we assess the performance of the trained network by ap- ish bounds are fairly loose, and the range of allowed volumes is ∈ c wide enough that large errors become unavoidable due to random plying it to the unseen inputs J i T and comparing fθ ( J i) to the = true answers vi A( J i).
Recommended publications
  • Jones Polynomial for Graphs of Twist Knots
    Available at Applications and Applied http://pvamu.edu/aam Mathematics: Appl. Appl. Math. An International Journal ISSN: 1932-9466 (AAM) Vol. 14, Issue 2 (December 2019), pp. 1269 – 1278 Jones Polynomial for Graphs of Twist Knots 1Abdulgani ¸Sahinand 2Bünyamin ¸Sahin 1Faculty of Science and Letters 2Faculty of Science Department Department of Mathematics of Mathematics Agrı˘ Ibrahim˙ Çeçen University Selçuk University Postcode 04100 Postcode 42130 Agrı,˘ Turkey Konya, Turkey [email protected] [email protected] Received: January 1, 2019; Accepted: March 16, 2019 Abstract We frequently encounter knots in the flow of our daily life. Either we knot a tie or we tie a knot on our shoes. We can even see a fisherman knotting the rope of his boat. Of course, the knot as a mathematical model is not that simple. These are the reflections of knots embedded in three- dimensional space in our daily lives. In fact, the studies on knots are meant to create a complete classification of them. This has been achieved for a large number of knots today. But we cannot say that it has been terminated yet. There are various effective instruments while carrying out all these studies. One of these effective tools is graphs. Graphs are have made a great contribution to the development of algebraic topology. Along with this support, knot theory has taken an important place in low dimensional manifold topology. In 1984, Jones introduced a new polynomial for knots. The discovery of that polynomial opened a new era in knot theory. In a short time, this polynomial was defined by algebraic arguments and its combinatorial definition was made.
    [Show full text]
  • Arxiv:1608.01812V4 [Math.GT] 8 Nov 2018 Hc Ssrne Hntehmytplnma.Teindeterm the Polynomial
    A NEW TWO-VARIABLE GENERALIZATION OF THE JONES POLYNOMIAL D. GOUNDAROULIS AND S. LAMBROPOULOU Abstract. We present a new 2-variable generalization of the Jones polynomial that can be defined through the skein relation of the Jones polynomial. The well-definedness of this invariant is proved both algebraically and diagrammatically as well as via a closed combinatorial formula. This new invariant is able to distinguish more pairs of non-isotopic links than the original Jones polynomial, such as the Thistlethwaite link from the unlink with two components. 1. Introduction In the last ten years there has been a new spark of interest for polynomial invariants for framed and classical knots and links. One of the concepts that appeared was that of the framization of a knot algebra, which was first proposed by J. Juyumaya and the second author in [22, 23]. In their original work, they constructed new 2-variable polynomial invariants for framed and classical links via the Yokonuma–Hecke algebras Yd,n(u) [34], which are quotients of the framed braid group . The algebras Y (u) can be considered as framizations of the Iwahori–Hecke Fn d,n algebra of type A, Hn(u), and for d = 1, Y1,n(u) coincides with Hn(u). They used the Juyumaya trace [18] with parameters z,x1,...,xd−1 on Yd,n(u) and the so-called E-condition imposed on the framing parameters xi, 1 i d 1. These new invariants and especially those for classical links had to be compared to other≤ ≤ known− invariants like the Homflypt polynomial [30, 29, 11, 31].
    [Show full text]
  • Hyperbolic 4-Manifolds and the 24-Cell
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Florence Research Universita` degli Studi di Firenze Dipartimento di Matematica \Ulisse Dini" Dottorato di Ricerca in Matematica Hyperbolic 4-manifolds and the 24-cell Leone Slavich Tutor Coordinatore del Dottorato Prof. Graziano Gentili Prof. Alberto Gandolfi Relatore Prof. Bruno Martelli Ciclo XXVI, Settore Scientifico Disciplinare MAT/03 Contents Index 1 1 Introduction 2 2 Basics of hyperbolic geometry 5 2.1 Hyperbolic manifolds . .7 2.1.1 Horospheres and cusps . .8 2.1.2 Manifolds with boundary . .9 2.2 Link complements and Kirby calculus . 10 2.2.1 Basics of Kirby calculus . 12 3 Hyperbolic 3-manifolds from triangulations 15 3.1 Hyperbolic relative handlebodies . 18 3.2 Presentations as a surgery along partially framed links . 19 4 The ambient 4-manifold 23 4.1 The 24-cell . 23 4.2 Mirroring the 24-cell . 24 4.3 Face pairings of the boundary 3-strata . 26 5 The boundary manifold as link complement 33 6 Simple hyperbolic 4-manifolds 39 6.1 A minimal volume hyperbolic 4-manifold with two cusps . 39 6.1.1 Gluing of the boundary components . 43 6.2 A one-cusped hyperbolic 4-manifold . 45 6.2.1 Glueing of the boundary components . 46 1 Chapter 1 Introduction In the early 1980's, a major breakthrough in the field of low-dimensional topology was William P. Thurston's geometrization theorem for Haken man- ifolds [16] and the subsequent formulation of the geometrization conjecture, proven by Grigori Perelman in 2005.
    [Show full text]
  • Mutant Knots and Intersection Graphs 1 Introduction
    Mutant knots and intersection graphs S. V. CHMUTOV S. K. LANDO We prove that if a finite order knot invariant does not distinguish mutant knots, then the corresponding weight system depends on the intersection graph of a chord diagram rather than on the diagram itself. Conversely, if we have a weight system depending only on the intersection graphs of chord diagrams, then the composition of such a weight system with the Kontsevich invariant determines a knot invariant that does not distinguish mutant knots. Thus, an equivalence between finite order invariants not distinguishing mutants and weight systems depending on intersections graphs only is established. We discuss relationship between our results and certain Lie algebra weight systems. 57M15; 57M25 1 Introduction Below, we use standard notions of the theory of finite order, or Vassiliev, invariants of knots in 3-space; their definitions can be found, for example, in [6] or [14], and we recall them briefly in Section 2. All knots are assumed to be oriented. Two knots are said to be mutant if they differ by a rotation of a tangle with four endpoints about either a vertical axis, or a horizontal axis, or an axis perpendicular to the paper. If necessary, the orientation inside the tangle may be replaced by the opposite one. Here is a famous example of mutant knots, the Conway (11n34) knot C of genus 3, and Kinoshita–Terasaka (11n42) knot KT of genus 2 (see [1]). C = KT = Note that the change of the orientation of a knot can be achieved by a mutation in the complement to a trivial tangle.
    [Show full text]
  • Deep Learning the Hyperbolic Volume of a Knot Arxiv:1902.05547V3 [Hep-Th] 16 Sep 2019
    Deep Learning the Hyperbolic Volume of a Knot Vishnu Jejjalaa;b , Arjun Karb , Onkar Parrikarb aMandelstam Institute for Theoretical Physics, School of Physics, NITheP, and CoE-MaSS, University of the Witwatersrand, Johannesburg, WITS 2050, South Africa bDavid Rittenhouse Laboratory, University of Pennsylvania, 209 S 33rd Street, Philadelphia, PA 19104, USA E-mail: [email protected], [email protected], [email protected] Abstract: An important conjecture in knot theory relates the large-N, double scaling limit of the colored Jones polynomial JK;N (q) of a knot K to the hyperbolic volume of the knot complement, Vol(K). A less studied question is whether Vol(K) can be recovered directly from the original Jones polynomial (N = 2). In this report we use a deep neural network to approximate Vol(K) from the Jones polynomial. Our network is robust and correctly predicts the volume with 97:6% accuracy when training on 10% of the data. This points to the existence of a more direct connection between the hyperbolic volume and the Jones polynomial. arXiv:1902.05547v3 [hep-th] 16 Sep 2019 Contents 1 Introduction1 2 Setup and Result3 3 Discussion7 A Overview of knot invariants9 B Neural networks 10 B.1 Details of the network 12 C Other experiments 14 1 Introduction Identifying patterns in data enables us to formulate questions that can lead to exact results. Since many of these patterns are subtle, machine learning has emerged as a useful tool in discovering these relationships. In this work, we apply this idea to invariants in knot theory.
    [Show full text]
  • THE JONES SLOPES of a KNOT Contents 1. Introduction 1 1.1. The
    THE JONES SLOPES OF A KNOT STAVROS GAROUFALIDIS Abstract. The paper introduces the Slope Conjecture which relates the degree of the Jones polynomial of a knot and its parallels with the slopes of incompressible surfaces in the knot complement. More precisely, we introduce two knot invariants, the Jones slopes (a finite set of rational numbers) and the Jones period (a natural number) of a knot in 3-space. We formulate a number of conjectures for these invariants and verify them by explicit computations for the class of alternating knots, the knots with at most 9 crossings, the torus knots and the (−2, 3,n) pretzel knots. Contents 1. Introduction 1 1.1. The degree of the Jones polynomial and incompressible surfaces 1 1.2. The degree of the colored Jones function is a quadratic quasi-polynomial 3 1.3. q-holonomic functions and quadratic quasi-polynomials 3 1.4. The Jones slopes and the Jones period of a knot 4 1.5. The symmetrized Jones slopes and the signature of a knot 5 1.6. Plan of the proof 7 2. Future directions 7 3. The Jones slopes and the Jones period of an alternating knot 8 4. Computing the Jones slopes and the Jones period of a knot 10 4.1. Some lemmas on quasi-polynomials 10 4.2. Computing the colored Jones function of a knot 11 4.3. Guessing the colored Jones function of a knot 11 4.4. A summary of non-alternating knots 12 4.5. The 8-crossing non-alternating knots 13 4.6.
    [Show full text]
  • An Introduction to Knot Theory and the Knot Group
    AN INTRODUCTION TO KNOT THEORY AND THE KNOT GROUP LARSEN LINOV Abstract. This paper for the University of Chicago Math REU is an expos- itory introduction to knot theory. In the first section, definitions are given for knots and for fundamental concepts and examples in knot theory, and motivation is given for the second section. The second section applies the fun- damental group from algebraic topology to knots as a means to approach the basic problem of knot theory, and several important examples are given as well as a general method of computation for knot diagrams. This paper assumes knowledge in basic algebraic and general topology as well as group theory. Contents 1. Knots and Links 1 1.1. Examples of Knots 2 1.2. Links 3 1.3. Knot Invariants 4 2. Knot Groups and the Wirtinger Presentation 5 2.1. Preliminary Examples 5 2.2. The Wirtinger Presentation 6 2.3. Knot Groups for Torus Knots 9 Acknowledgements 10 References 10 1. Knots and Links We open with a definition: Definition 1.1. A knot is an embedding of the circle S1 in R3. The intuitive meaning behind a knot can be directly discerned from its name, as can the motivation for the concept. A mathematical knot is just like a knot of string in the real world, except that it has no thickness, is fixed in space, and most importantly forms a closed loop, without any loose ends. For mathematical con- venience, R3 in the definition is often replaced with its one-point compactification S3. Of course, knots in the real world are not fixed in space, and there is no interesting difference between, say, two knots that differ only by a translation.
    [Show full text]
  • A Remarkable 20-Crossing Tangle Shalom Eliahou, Jean Fromentin
    A remarkable 20-crossing tangle Shalom Eliahou, Jean Fromentin To cite this version: Shalom Eliahou, Jean Fromentin. A remarkable 20-crossing tangle. 2016. hal-01382778v2 HAL Id: hal-01382778 https://hal.archives-ouvertes.fr/hal-01382778v2 Preprint submitted on 16 Jan 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. A REMARKABLE 20-CROSSING TANGLE SHALOM ELIAHOU AND JEAN FROMENTIN Abstract. For any positive integer r, we exhibit a nontrivial knot Kr with r− r (20·2 1 +1) crossings whose Jones polynomial V (Kr) is equal to 1 modulo 2 . Our construction rests on a certain 20-crossing tangle T20 which is undetectable by the Kauffman bracket polynomial pair mod 2. 1. Introduction In [6], M. B. Thistlethwaite gave two 2–component links and one 3–component link which are nontrivial and yet have the same Jones polynomial as the corre- sponding unlink U 2 and U 3, respectively. These were the first known examples of nontrivial links undetectable by the Jones polynomial. Shortly thereafter, it was shown in [2] that, for any integer k ≥ 2, there exist infinitely many nontrivial k–component links whose Jones polynomial is equal to that of the k–component unlink U k.
    [Show full text]
  • RASMUSSEN INVARIANTS of SOME 4-STRAND PRETZEL KNOTS Se
    Honam Mathematical J. 37 (2015), No. 2, pp. 235{244 http://dx.doi.org/10.5831/HMJ.2015.37.2.235 RASMUSSEN INVARIANTS OF SOME 4-STRAND PRETZEL KNOTS Se-Goo Kim and Mi Jeong Yeon Abstract. It is known that there is an infinite family of general pretzel knots, each of which has Rasmussen s-invariant equal to the negative value of its signature invariant. For an instance, homo- logically σ-thin knots have this property. In contrast, we find an infinite family of 4-strand pretzel knots whose Rasmussen invariants are not equal to the negative values of signature invariants. 1. Introduction Khovanov [7] introduced a graded homology theory for oriented knots and links, categorifying Jones polynomials. Lee [10] defined a variant of Khovanov homology and showed the existence of a spectral sequence of rational Khovanov homology converging to her rational homology. Lee also proved that her rational homology of a knot is of dimension two. Rasmussen [13] used Lee homology to define a knot invariant s that is invariant under knot concordance and additive with respect to connected sum. He showed that s(K) = σ(K) if K is an alternating knot, where σ(K) denotes the signature of−K. Suzuki [14] computed Rasmussen invariants of most of 3-strand pret- zel knots. Manion [11] computed rational Khovanov homologies of all non quasi-alternating 3-strand pretzel knots and links and found the Rasmussen invariants of all 3-strand pretzel knots and links. For general pretzel knots and links, Jabuka [5] found formulas for their signatures. Since Khovanov homologically σ-thin knots have s equal to σ, Jabuka's result gives formulas for s invariant of any quasi- alternating− pretzel knot.
    [Show full text]
  • Hyperbolic Structures from Link Diagrams
    University of Tennessee, Knoxville TRACE: Tennessee Research and Creative Exchange Doctoral Dissertations Graduate School 5-2012 Hyperbolic Structures from Link Diagrams Anastasiia Tsvietkova [email protected] Follow this and additional works at: https://trace.tennessee.edu/utk_graddiss Part of the Geometry and Topology Commons Recommended Citation Tsvietkova, Anastasiia, "Hyperbolic Structures from Link Diagrams. " PhD diss., University of Tennessee, 2012. https://trace.tennessee.edu/utk_graddiss/1361 This Dissertation is brought to you for free and open access by the Graduate School at TRACE: Tennessee Research and Creative Exchange. It has been accepted for inclusion in Doctoral Dissertations by an authorized administrator of TRACE: Tennessee Research and Creative Exchange. For more information, please contact [email protected]. To the Graduate Council: I am submitting herewith a dissertation written by Anastasiia Tsvietkova entitled "Hyperbolic Structures from Link Diagrams." I have examined the final electronic copy of this dissertation for form and content and recommend that it be accepted in partial fulfillment of the equirr ements for the degree of Doctor of Philosophy, with a major in Mathematics. Morwen B. Thistlethwaite, Major Professor We have read this dissertation and recommend its acceptance: Conrad P. Plaut, James Conant, Michael Berry Accepted for the Council: Carolyn R. Hodges Vice Provost and Dean of the Graduate School (Original signatures are on file with official studentecor r ds.) Hyperbolic Structures from Link Diagrams A Dissertation Presented for the Doctor of Philosophy Degree The University of Tennessee, Knoxville Anastasiia Tsvietkova May 2012 Copyright ©2012 by Anastasiia Tsvietkova. All rights reserved. ii Acknowledgements I am deeply thankful to Morwen Thistlethwaite, whose thoughtful guidance and generous advice made this research possible.
    [Show full text]
  • How Many Knots Have the Same Group?
    proceedings of the american mathematical society Volume 80, Number 1, September 1980 HOW MANY KNOTS HAVE THE SAME GROUP? JONATHAN SIMON1 Abstract. Let A"be a knot in S3, G = nx(S3 — K), n = number of prime factors of K, v(G) = number of topologically different knot-complements with group G and k(G) = number of distinct knot types with group G. Theorem. If K is prime, then v(G) < 2. If n > 2, then v(G) = k(G) < 2"-1. For each n > 2, the bound 2"~' is the best possible. For K prime, we still have the conjecture v(G) = k(G) = \. If K is a cable-knot, then k(G) < 2. Let K be a tame knot in the 3-sphere S3 and let G denote nx(S3 — K). If L is a knot whose group is isomorphic to G, must K and L be equivalent? Must the complements of K and L be homeomorphic? How many mutually inequivalent knots, or mutually nonhomeomorphic knot-complements, can have the same group? These problems are discussed in [8], [5, Problems 1.13 and 1.15] and, most recently, [3], which is the basis for this paper. W. Thurston has announced a proof [10], using hyperbolic structures, that for knots whose exteriors have no essential annuli or tori, there are at most finitely many knots (the number possibly varying with K) having a given group. For such knots (in fact, for all knots whose exteriors have no essential annuli) the groups determine the complements [2], so Thurston really is dealing with the question of how well the complements determine the knots.
    [Show full text]
  • Alexander Polynomial, Finite Type Invariants and Volume of Hyperbolic
    ISSN 1472-2739 (on-line) 1472-2747 (printed) 1111 Algebraic & Geometric Topology Volume 4 (2004) 1111–1123 ATG Published: 25 November 2004 Alexander polynomial, finite type invariants and volume of hyperbolic knots Efstratia Kalfagianni Abstract We show that given n > 0, there exists a hyperbolic knot K with trivial Alexander polynomial, trivial finite type invariants of order ≤ n, and such that the volume of the complement of K is larger than n. This contrasts with the known statement that the volume of the comple- ment of a hyperbolic alternating knot is bounded above by a linear function of the coefficients of the Alexander polynomial of the knot. As a corollary to our main result we obtain that, for every m> 0, there exists a sequence of hyperbolic knots with trivial finite type invariants of order ≤ m but ar- bitrarily large volume. We discuss how our results fit within the framework of relations between the finite type invariants and the volume of hyperbolic knots, predicted by Kashaev’s hyperbolic volume conjecture. AMS Classification 57M25; 57M27, 57N16 Keywords Alexander polynomial, finite type invariants, hyperbolic knot, hyperbolic Dehn filling, volume. 1 Introduction k i Let c(K) denote the crossing number and let ∆K(t) := Pi=0 cit denote the Alexander polynomial of a knot K . If K is hyperbolic, let vol(S3 \ K) denote the volume of its complement. The determinant of K is the quantity det(K) := |∆K(−1)|. Thus, in general, we have k det(K) ≤ ||∆K (t)|| := X |ci|. (1) i=0 It is well know that the degree of the Alexander polynomial of an alternating knot equals twice the genus of the knot.
    [Show full text]