I am considering the basic case: $2x2$ Seifert matrix $S$ and trying to create 2 circle $l$ and $k$, such that their linking numbers satisfy $lk(l,l^+) = S_{11}, lk(l,k^+) = S_{12}, ...$ $lk(l,k^+) = S_{12}$ is not difficult, but how about the others? Could you please give me some hints? Thank you.
2026-03-29 18:30:44.1774809044
Creating Seifert surface for a given Seifert matrix
177 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
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?
This is not exactly an algorithm you would want to do, but it might be able to be turned into one (and at least it is computable!). You don't say this, but I will assume that the link is given.
Given a Seifert surface $\Sigma$, embedded arc surgery (as seen in Lickorish's book) is the result of taking a tame arc $f:I\to S^3$ that intersects the surface transversely in the interior at exactly the two endpoints of $f$, taking a regular neighborhood $N\cong I\times D^2$ of $f$ such that $\partial I\times D^2\subset \Sigma$, then constructing the surface $\Sigma'=(\Sigma-\partial I\times D^2)\cup I\times \partial D^2$.
Define surgery equivalence of Seifert surfaces as the equivalence relation generated by saying that two ambient isotopic Seifert surfaces are surgery equivalent, and that two Seifert surfaces related by embedded arc surgery are surgery equivalent. Theorem 8.2 of Lickorish says that this is a trivial relation: every pair of Seifert surfaces for a given link are surgery equivalent.
This leads to Theorem 8.4, which is that there is a corresponding relation on Seifert matrices, called S-equivalence. The relation is the equivalence relation generated by the following: $A$ and $B$ are equivalent if there is a unimodular matrix $P$ (i.e., $\det P=1$ and $P$ has integral entries) such that $B=P^tAP$ or if there is some column vector $\xi$ such that $$B=\begin{pmatrix}A&\xi&0\\0&0&1\\0&0&0\end{pmatrix}\text{ or }B=\begin{pmatrix}A&0&0\\\xi^t&0&0\\0&1&0\end{pmatrix}$$ which is called an elementary enlargement. The first corresponds to a basis change for $H_1(\Sigma)$, and the second corresponds to embedded arc surgery.
So: the problem is a linear algebra problem. Find a sequence of basis changes and elementary enlargements (or their opposites) that carries a Seifert matrix for an arbitrary Seifert surface (created through, say, Seifert's algorithm) to the given Seifert matrix. Then, perform the corresponding embedded arc surgeries or their inverses, and the result will be a Seifert surface with the given Seifert matrix.
One detail I'm not mentioning is how to use $\xi$ to construct the arc for the surgery. It might be that it is easier to find an arc where the resulting matrix has the form $$B=\begin{pmatrix}A&\xi&0\\{*}&{*}&1\\0&0&0\end{pmatrix}$$ or its transpose.
Something I am not sure of myself is whether two Seifert surfaces with the same Seifert matrices are ambient isotopic. I have no reason to believe this is the case, but I also have no counterexample on hand.