© | << < ? > >> | Dror Bar-Natan: Talks:

The Penultimate Alexander Invariant

Sandbjerg, October 2008

Abstract. Following joint work with Jana Archibald I will describe a clean and elegant extension pA of the multi-variable Alexander polynomial (MVA) to the planar algebra of tangles, which is well-behaved under arbitrary planar compositions. (Actually, it's more: I really mean virtual tangles, and arbitrary circuit algebra compositions). We have at least two reasons to be happy:
  1. pA can be implemented in less than one page of computer code. After that, the proofs of many identities satisfied by the MVA, whose current proofs span many journal pages, become completely mechanical.
  2. We find at least one new identity satisfied by the MVA, which may lead to a very simple characterization of the MVA.
  3. In the case of Khovanov homology, the extension to tangles leads to significant computational and other advantages. The presence of an MVA for virtual tangles with good composition properties sets the bar for our hopes for a (or the) categorification of the MVA.

Why "penultimate"? Because there is in the works an "ultimate" Alexander invariant which is even better (though likely less elegant). But we won't talk about it here.

Handout. JavaScript browser, PDF, PNG.

Source Files. pAHandout.zip, pensieve.


The Program
(also available as pA.m and pA.nb)
In[1]:=
include "pA.m";?>
Reidemeister 3
In[2]:=
pA[CircuitDiagram[Xp[7, 9, 6, 1], Xp[3, 8, 7, 2], Xp[8, 4, 5, 9]]] == 
 pA[CircuitDiagram[Xp[3, 4, 7, 9], Xp[7, 5, 6, 8], Xp[2, 9, 8, 1]]]
Out[2]=
True