<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://katlas.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VitrrAccna</id>
	<title>Knot Atlas - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://katlas.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VitrrAccna"/>
	<link rel="alternate" type="text/html" href="https://katlas.org/wiki/Special:Contributions/VitrrAccna"/>
	<updated>2026-05-24T19:35:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://katlas.org/index.php?title=Invariants_from_Braid_Theory&amp;diff=1691945</id>
		<title>Invariants from Braid Theory</title>
		<link rel="alternate" type="text/html" href="https://katlas.org/index.php?title=Invariants_from_Braid_Theory&amp;diff=1691945"/>
		<updated>2008-12-16T16:12:41Z</updated>

		<summary type="html">&lt;p&gt;VitrrAccna: zelvidompa&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;domlilatr&lt;br /&gt;
{{Manual TOC Sidebar}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;braid length&#039;&#039; of a knot or a link &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; is the smallest number of crossings in a braid whose closure is &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt;. &amp;lt;code&amp;gt;KnotTheory`&amp;lt;/code&amp;gt; has some braid lengths preloaded:&lt;br /&gt;
&lt;br /&gt;
{{Startup Note}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$?BraidLength$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{HelpLine|&lt;br /&gt;
n  = 1 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;BraidLength&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;BraidLength[K] returns the braid length of the knot K, if known to KnotTheory`.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the braid length of &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; is simply the length of the minimum braid representing &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; (see [[Braid Representatives]]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$K = Knot[9, 49]; {BraidLength[K], Crossings[BR[K]]}$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{InOut|&lt;br /&gt;
n  = 2 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;K = Knot[9, 49]; {BraidLength[K], Crossings[BR[K]]}&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;{11, 11}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Knot Image Pair|9_49|gif|10_136|gif}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;braid index&#039;&#039; of a knot or a link &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt; is the smallest number of strands in a braid whose closure is &amp;lt;math&amp;gt;K&amp;lt;/math&amp;gt;. &amp;lt;code&amp;gt;KnotTheory`&amp;lt;/code&amp;gt; has some braid indices preloaded:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$?BraidIndex$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{HelpAndAbout|&lt;br /&gt;
n  = 3 |&lt;br /&gt;
n1 = 4 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;BraidIndex&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;BraidIndex[K] returns the braid index of the knot K, if known to KnotTheory`.&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
about= &amp;lt;nowiki&amp;gt;The braid index data known to KnotTheory` is taken from Charles Livingston&#039;s &amp;quot;Table of Knot Invariants&amp;quot;, http://www.indiana.edu/~knotinfo/.&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Of the 250 knots with up to 10 crossings, only [[10_136]] has braid index smaller than the width of its minimum braid:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$K = Knot[10, 136]; {BraidIndex[K], First@BR[K]}$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{InOut|&lt;br /&gt;
n  = 5 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;K = Knot[10, 136]; {BraidIndex[K], First@BR[K]}&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;{4, 5}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--$$Show[BraidPlot[BR[K]]]$$--&amp;gt;&lt;br /&gt;
&amp;lt;!--Robot Land, no human edits to &amp;quot;END&amp;quot;--&amp;gt;&lt;br /&gt;
{{Graphics|&lt;br /&gt;
n  = 7 |&lt;br /&gt;
in = &amp;lt;nowiki&amp;gt;Show[BraidPlot[BR[K]]]&amp;lt;/nowiki&amp;gt; |&lt;br /&gt;
img= Invariants_from_Braid_Theory_Out_6.gif |&lt;br /&gt;
out= &amp;lt;nowiki&amp;gt;-Graphics-&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&amp;lt;!--END--&amp;gt;&lt;/div&gt;</summary>
		<author><name>VitrrAccna</name></author>
	</entry>
</feed>