User:Leo algknt

From Drorbn
Jump to navigationJump to search

Home Work 1

Question 1.

A. Prove that the set of all 3-colourings of a knot diagram is a vector space over . Hence is always a power of 3.


Attempt: Let be a knot diagram for the knot with crossings. There are arcs. Let represent the arcs. Now let . Define by


, so that .

Then, with the above definition, we get a linear equation for each each of the crossings, where . Thus we get a system of linear equation, from which we get a matrix . The nullspace of is the solution to this system of equation and this is exactly the set of all 3-colourings of . This is a vector space of size


B. Prove that is computable in polynomial time in the number of crossings of K.

Atempt 1: From Part A, we can compute the rank of the (M is a result of linear equations coming from crossings of a knot diagram) using Gaussian elimination and this can be done in polynomial time. From the rank nullity theorm, we get the nullity and hence .


Attempt 2: The time complexity for looping through crossing is . Now at each of the crossing, three arcs meet and deciding which of the three colours to colour them is also of complexity .



Question 2 Consider a crossing where component 1 is above component 2. If we trace component 1 from to another crossing with component 1 now below component 2, the and have the same sign.

Now in the definition of linking number of two component link, we add up all the signs of the crossings between the two components and divide by 2 since we count these sings twice. If we count only the crossing where component 1 is above component two, then we need not divide by 2. This proves the first equality. The second equality is similar in argument. We just need to switch crossings.