User:Zsuzsi/HW4: Difference between revisions

From Drorbn
Jump to navigationJump to search
No edit summary
No edit summary
Line 84: Line 84:


<math>\rho_2(x_1,x_2,x_3)=b^+(x_1,x_2,x_3)+b^-(x_1,x_3,x_2) </math>
<math>\rho_2(x_1,x_2,x_3)=b^+(x_1,x_2,x_3)+b^-(x_1,x_3,x_2) </math>

And we get the other R2 by switching both crossings, i.e. switching b^+ and b^-:

<math>\rho_2'(x_1,x_2,x_3)=b^-(x_1,x_2,x_3)+b^+(x_1,x_3,x_2) </math>




Line 171: Line 175:
|<math>- \rho_{4b}(x_1,x_3,x_4,x_5) + \rho_3(x_1+x_3,x_2,x_4,x_5).</math>
|<math>- \rho_{4b}(x_1,x_3,x_4,x_5) + \rho_3(x_1+x_3,x_2,x_4,x_5).</math>
|}
|}

====The "<math>\Phi</math> around <math>\Phi</math>" Syzygy -also taken from Andy====

note: I've changed Andy's notation to fit my version of R2.

The picture is
{| align=center
|- align=center
|[[Image:06-1350-PhiAroundPhi.png|center]]
|-
|align=right|(Drawn with [http://asymptote.sf.net/ Asymptote], [[06-1350/Syzygies in Asymptote|Syzygies in Asymptote]])
|}

The functional form of this syzygy is

{| align=center
|-
|<math>\Phi\Phi(x_1,x_2,x_3,x_4,x_5) = </math>
|<math>-\rho_2'(x_1+x_2,x_3,x_4) - \rho_2'(x_1+x_2+x_4,x_3,x_5) + \rho_{4b}(x_1+x_2,x_4,x_5,x_3)</math>
|-
|
|<math>- \rho_2'(x_1,x_2,x_4) - \rho_2'(x_1+x_4,x_2,x_5) + \rho_{4b}(x_1,x_4,x_5,x_2)</math>
|-
|
|<math>+ \rho_{4a}(x_1,x_4+x_5,x_2,x_3) - \rho_{4b}(x_1,x_4,x_5,x_2+x_3) - \rho_{4a}(x_1+x_4,x_5,x_2,x_3)</math>
|-
|
|<math>+ \rho_2'(x_1+x_4,x_2,x_5) + \rho_2'(x_1+x_2+x_4,x_3,x_5) - \rho_{4a}(x_1,x_4,x_2,x_3)</math>
|-
|
|<math>+ \rho_2'(x_1,x_2,x_4) + \rho_2'(x_1+x_2,x_3,x_4)</math>
|}

Note that the first and last terms cancel, as the two steps at the top of the diagram are opposites.





Revision as of 18:28, 5 December 2006

The Generators

Our generators are , , and :

Picture 06-1350-BPlus.svg
Generator
Perturbation

A low-tech completed version of this chart:

Chart.jpg

The Relations

The Symmetry of B

To eliminate the choice involved in placing a B at a crossing, it has to have 180 degrees rotational symmetry. This yields the following picture:

Symm1.jpg

The relation cannot be written in the first notation, as on the right side the chords ending on different red lines could end up on the same pink line.

In the linearized functional notation though we can express this:

Explanation: on the right side, chords on the first red line can drop off on either the third, second or the first strand, morover, the orders are reversed, hence the minus signs.

The same picture for B^- yields:

The symmetry of

has to have A(4)-symmetry. A(4) is generated by 120 degree rotations around the vertices of the tetrahedron. For example, rotation around the "top" vertex yields the following picture and relation:

Symm3.jpg

The same explanation goes here, and we get the relation:


The Reidemeister move R1

Reidemeister1.jpg

As with the symmetry relations, we cannot write this one in the first notation either.

In the linearized functional notation, it looks like this:

Where the negative sign is because the order of the chords is reversed as we slide them along the little loop.

The Reidemeister move R2

With three sides of the shielding removed, the picture is: Reidemeister2.jpg

This means:

Linearized and in functional form:

And we get the other R2 by switching both crossings, i.e. switching b^+ and b^-:


The Reidemeister Move R3

The picture (with three sides of the shielding removed) is

06-1350-R4.svg

In formulas, this is

.

Linearized and written in functional form, this becomes

The Reidemeister Move R4, source:Andy

First version of R4:

06-1350-R4a.png

In formulas, this is

.

Linearized and written in functional form, this becomes

Second version:

06-1350-R4b.png

In formulas, this is

.

Linearized and written in functional form, this becomes

The Syzygies

The "B around B" Syzygy

The picture, with all shielding removed, is

06-1350-BAroundB.svg
(Drawn with Inkscape)
(note that lower quality pictures are also acceptable)

The functional form of this syzygy is

The " around B" Syzygy- I copy-pasted this from Andy, as well as R4

The picture, with all shielding (and any other helpful notations) removed, is

06-1350-PhiAroundB.png
(Drawn with Asymptote, Syzygies in Asymptote)

The functional form of this syzygy is

The " around " Syzygy -also taken from Andy

note: I've changed Andy's notation to fit my version of R2.

The picture is

06-1350-PhiAroundPhi.png
(Drawn with Asymptote, Syzygies in Asymptote)

The functional form of this syzygy is

Note that the first and last terms cancel, as the two steps at the top of the diagram are opposites.


A Mathematica Verification

The following simulated Mathematica session proves that for our single relation and single syzygy, . Copy paste it into a live Mathematica session to see that it's right!

In[1]:= d1 = { rho3[x1_, x2_, x3_, x4_] :> bp[x1, x2, x3] + bp[x1 + x3, x2, x4] + bp[x1, x3, x4] - bp[x1 + x2, x3, x4] - bp[x1, x2, x4] - bp[x1 + x4, x2, x3] }; d2 = { BAroundB[x1_, x2_, x3_, x4_, x5_] :> rho3[x1, x2, x3, x5] + rho3[x1 + x5, x2, x3, x4] - rho3[x1 + x2, x3, x4, x5] - rho3[x1, x2, x4, x5] - rho3[x1 + x4, x2, x3, x5] - rho3[x1, x2, x3, x4] + rho3[x1, x3, x4, x5] + rho3[x1 + x3, x2, x4, x5] };
In[3]:= BAroundB[x1, x2, x3, x4, x5] /. d2
Out[3]= - rho3[x1, x2, x3, x4] + rho3[x1, x2, x3, x5] - rho3[x1, x2, x4, x5] + rho3[x1, x3, x4, x5] - rho3[x1 + x2, x3, x4, x5] + rho3[x1 + x3, x2, x4, x5] - rho3[x1 + x4, x2, x3, x5] + rho3[x1 + x5, x2, x3, x4]
In[4]:= BAroundB[x1, x2, x3, x4, x5] /. d2 /. d1
Out[4]= 0