I have just started studying knot theory, and read about tricolorability of knots. Two knots are equivalent iff they are tricolorable. While trying to color a variety of complex knots, I tried a backtracking approach of starting with an arbitrary arc to color, coloring upto a point where there is no possibility of doing a valid coloring and then backtracking to the last point where I made a choice of color to continue with a different choice of color from there. I wished to know if there is a standard algorithm for coloring knots.
2026-03-26 17:51:47.1774547507
Algorithm for tricoloring a knot
573 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ALGEBRAIC-TOPOLOGY
- How to compute homology group of $S^1 \times S^n$
- the degree of a map from $S^2$ to $S^2$
- Show $f$ and $g$ are both homeomorphism mapping of $T^2$ but $f$ is not homotopy equivalent with $g.$
- Chain homotopy on linear chains: confusion from Hatcher's book
- Compute Thom and Euler class
- Are these cycles boundaries?
- a problem related with path lifting property
- Bott and Tu exercise 6.5 - Reducing the structure group of a vector bundle to $O(n)$
- Cohomology groups of a torus minus a finite number of disjoint open disks
- CW-structure on $S^n$ and orientations
Related Questions in KNOT-THEORY
- Is unknot a composite knot?
- Can we modify one component of a link and keep the others unchanged
- Can we split a splittable link by applying Reidemeister moves to non-self crossings only
- Involution of the 3 and 4-holed torus and its effects on some knots and links
- Equivalence polygonal knots with smooth knots
- Can a knot diagram be recovered from this data?
- Does Seifert's algorithm produce Seifert surfaces with minimal genus?
- Equivalence of links in $R^3$ or $S^3$
- Homotopy type of knot complements
- The complement of a knot is aspherical
Related Questions in KNOT-INVARIANTS
- Can we modify one component of a link and keep the others unchanged
- Can we split a splittable link by applying Reidemeister moves to non-self crossings only
- Does Seifert's algorithm produce Seifert surfaces with minimal genus?
- Coloring of a knot diagram by a trivial quandle
- How to obtain all possible colorings of a knot diagram by a given quandle
- Are any knot volumes known to be (ir)rational? If not, then why is the question difficult?
- Alternating and Non-Altenating Knot projections with same crossing number?
- what is a delta move on a trefoil knot
- Quantum invariants of 2-knots
- On Alexander polynomial of a knot
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
For Fox $n$-colorings in general, one colors the arcs with elements from $\{0,1,\dots,n-1\}$ constrained to a certain linear equation at each crossing. For $3$-colorings, the equation is
The reduction is using the fact that $1\equiv -2\pmod{3}$. One can check that $a+b+c\equiv 0\pmod{3}$ means that either all three variables have the same value or all have different values.
For example, here is a figure-eight knot along with the associated linear system and its matrix:
I asked Mathematica to compute the nullspace of this matrix modulo $3$ with
and it gave back
{{1,1,1,1}}, signifying that the only tricolorings are trivial. Therefore the figure-eight knot is not nontrivially tricolorable.On the other hand, here is the trefoil knot:
According to Mathematica,
Thus the space of tricolorings is two-dimesional. One nontrivial one is given by $a=2$, $b=0$, and $c=1$.
(To calculate the nullspace yourself, you do Gaussian elimination modulo $3$. Then you can read off a basis for the nullspace like you would usually do in linear algebra. It's just all done modulo $3$.)
Something I didn't mention with the above systems is that, because it turns out tricolorings are linear, you can subtract off the trivial component, letting you assume one of the variables is $0$. You can cross off any column of the matrix to effect this assumption. Secondly, there is a linear dependence on the rows, so you can cross off any row. Hence, given an $n$-crossing knot, you can create an $(n-1)\times(n-1)$ matrix through this process. The nonzero elements in the nullspace of this matrix is exactly the collection of nontrivial tricolorings. (In one of my comments on the question, this is the matrix whose determinant is divisible by $3$ iff the knot is tricolorable.)