3
$\begingroup$

I read multiple example about how to find the Seifert matrix from a Seifert surface but I just don't see it. I have trouble with the "under" and "over" crossings when we find the different loops. Here is an example from the book "Knot Theory and its Applications" by Kunio Murasugi: example.

enter image description here

Is it really easy to see the different crossings in Figure 5.3.5 just from Figure 5.3.4 (b)?

(I'm also interested in other way to find it if you think this is not the easiest one).

Thank you for the help.

$\endgroup$
5
$\begingroup$

I think it's a bit easier to see how to get a Seifert matrix from the Seifert surface from Seifert's algorithm by introducing an intermediate object. I do not know the name of it (I've only ever seen it on the Knot Atlas wiki in the images section), but, given the pattern so far, let's call it a Seifert graph.

First, an example:

Seifert graph for trefoil knot

The first step is the usual one for Seifert's algorithm. However, observe that while the usual splicing-in of the twists at the crossings gives a Seifert surface, this surface has the structure of a ribbon graph embedded in $S^3$. A ribbon graph is like a graph but with everything thickened up: the vertices are disks and the edges are rectangular strips. Diagram $\mathbf{F}$ in the book gives a good representation of the Seifert surface as a ribbon graph, which has two vertices and three edges.

Ribbon graphs in $S^3$ have diagrams just like knots, except now there are vertices, and the edges might be twisted. We can draw just the "skeleton" of the ribbon graph using the following correspondences:

Ribbon graph correspondence

So: after resolving all the crossings, we get nested circles, which give disks---these are the vertices of the ribbon graph. The crossings correspond to attaching half-twisted edges between the vertices. This gives the Seifert graph for the knot.

The graph $\mathrm{\Gamma}(\mathbf{D})$ in the book is from taking the underlying graph of the Seifert graph. That is, we forget about all the twists. In fact, $\mathrm{\Gamma}(\mathbf{D})$ is a deformation retract of the Seifert graph, and as such it has the same homology groups. For graphs, the rank of $H_1$ is the number of edges outside of a spanning forest, which in the case of the example is $2$.

Before going into a different version of the computation, at this point you can choose your favorite basis for $H_1$ (for example $\alpha_1$ and $\alpha_2$ in the diagram) then carefully visualize these curves and their pushoffs. One thing I noticed about 5.3.4(b) is that it actually does not portray the curves correctly! They should intersect in only one point in the surface, as illustrated here:

Corrected curves on Seifert surface

I would suggest you make a paper model of the Seifert surface (take two disks, tape on three half-twisted paper strips, then draw the two curves), then you can either attempt to visualize the pushoffs, or you can take a piece of string to form a pushed-off curve (lay the string along a drawn curve and tie it up into a loop).

Anyway, we can simplify the Seifert graph's diagram by flipping over a vertex to remove all the half twists, moving edges around using Reidemeister-like moves, then contracting one of the edges, like so:

Simplified Seifert graph

In general, by flipping over all the vertices with a given orientation (in this case, with counter-clockwise orientation, from the point of view of the knot's orientation), then doing some moves like

Twists as loop

we can get a diagram with no twists at all, since Seifert surfaces are orientable. Any two Seifert graphs for a given knot, when in this form, are related by the following Reidemeister-like moves:

Reidemeister moves for Seifert graphs

Move RI' is a restricted version of the usual first Reidemeister move; it is writhe-preserving and part of some moves Kauffman calls regular isotopy. The second Reidemeister move is generalized to deal with vertices of arbitrary degree. The third Reidemeister move is the usual one. Move C is edge contraction.

With these moves, every Seifert graph has a representative with a single vertex. Then, there is a basis for $H_1$ that is given by all the edges in the Seifert graph, which are all loops.

So, here is the mechanical calculation of the Seifert matrix for some choice of basis for $H_1$:

Seifert matrix calculation

For the pushoff, I used the left-hand blackboard framing convention, where the curve is pushed to the left (from the point of view of someone walking along the curve in the direction of the orientation), and at the vertex the pushoff goes over anything that goes through the vertex.

Note that the linking number of $\alpha_i$ with $\alpha_i^\sharp$ is the writhe of that curve by definition. The linking number of $\alpha_i$ with $\alpha_j^\sharp$, when $i\neq j$, is the linking number of $\alpha_i$ and $\alpha_j$ away from the vertex plus $k\in\{-1,0,1\}$, which depends on exactly how the curves interact right at the vertex.

Just to make sure I did everything more-or-less correctly, $\det(t A-A^{T})=t^2-t+1$, which is the Alexander polynomial of a trefoil knot.

Now, it's not necessary to go through all these manipulations---I just think it's easier to deal with Seifert surfaces when their surface normal always points straight out of the paper. There is a straightforward way to just write down the Seifert matrix from the Seifert graph that comes out of Seifert's algorithm once you get a hang of how the half twists contribute to the linking numbers, though I've probably only ever done it by hand for this exact example!

$\endgroup$
4
  • $\begingroup$ Quite a fantastically detailed post. Thank you for your time. $\endgroup$ – Brevan Ellefsen Jun 21 '19 at 19:11
  • $\begingroup$ Thanks a lot, it is such a clear explanation! But now my question is: from where do you know all those things (for example the Reidemeister moves for Seifert graphs, I've never seen it)? Is it just all your knowledge put together or are there some sources that you can recommend? Also just to be sure (english is not my mother tongue): in the last paragraph, do you mean that by practicing, it becomes easy to find the Seifert matrix from the Seifert surface if the normal of the surface points outside of the paper, without going through everything you did before? Thanks a lot again! $\endgroup$ – user2795243 Jun 22 '19 at 13:04
  • 1
    $\begingroup$ @user2795243 It looks like Cromwell's book has something about "disk-band surfaces" in chapter 5. But, sorry, I don't really have any references, which is why I wrote up this answer. I've spent the last few years learning about knot theory (from Lickorish) and ribbon graphs, with some paper reading and trying to do original research. There is one additional move that lets you go between any two Seifert surfaces, but I haven't figured out an application yet, nor have I looked too hard into whether anyone has done this before. I sort of hope someone might come by and give me a reference. $\endgroup$ – Kyle Miller Jun 22 '19 at 18:14
  • 1
    $\begingroup$ @user2795243 With the last paragraph, I mean "while I'd rather deal with Seifert surfaces when put into the form where the normal points out of the paper, the output of Seifert's algorithm does not have this feature, yet the linking numbers come from simple rules, with all of the calculation concentrated at the half twists and where the loops intersect in the surface." It would probably be an afternoon's work to make a computer program that could do this (for someone with a strong understanding of everything involved). $\endgroup$ – Kyle Miller Jun 22 '19 at 18:19

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.