0708-1300/Class notes for Tuesday, January 22

From Drorbn
Revision as of 17:57, 23 January 2008 by Trefor (Talk | contribs)

Jump to: navigation, search
Announcements go here

Pictures for a Van-Kampen Computation

In[1]:= << KnotTheory`

Loading KnotTheory` version of January 13, 2008, 20:30:12.1353.
Read more at http://katlas.org/wiki/KnotTheory.

In[2]:= TubePlot[TorusKnot[8, 3]]
Out[2]= {{{width}}}
In[3]:= TC[r1_, t1_,r2_,t2_ ] := { (r1 +r2 Cos[2Pi t2])Cos[2Pi t1], (r1 +r2 Cos[2Pi t2])Sin[2Pi t1], r2 Sin[2Pi t2] };
In[4]:= InflatedTorus[p_, q_, b_] := ParametricPlot3D[ TC[ 2, p t - q s, 1 + b(p^2 + q^2)s(1 - (p^2 + q^2)s), q t + p s ], {t, 0, 1}, {s, 0, 1/(p^2 + q^2)}, PlotPoints -> {6(p^2 + q^2) + 1, 7}, DisplayFunction -> Identity ];
In[5]:= GraphicsArray[{{InflatedTorus[3,8,1], InflatedTorus[3,8,-1]}}]
Out[5]= 0708-1300-InflatedTori.png

Typed Notes

First Hour

Today's Agenda:

1) More Examples of Van-Kampen Theorem

2) More Diagrams

3) Proof of Van-Kampen (was not done)


We began by recalling the examples from last class. I will not repeat that here, merely making a few additional comments that came out:


Notation:

Technically, A*_H B is poor notion as it implies that knowledge of A, B and H is sufficient to construct A*_H B. In fact, we ALSO need to know the maps from H into A and B respectively in order for A*_H B to be defined.


Aside

Last class we simply wrote down the schematic for the two holed torus as an octagon with the identifications on the edges given last class. We now consider how one arrives at this schematic.

To create the two holed torus one begins with two tori. One then cuts out a small open disk from each torus and then glues the two boundaries together. Let us consider what this looks like when considering a torus as the normal schematic with a square in the plane with the normal identification of the sides. Removing an open disk is equivalent to removing the inside of a loop starting at one of the corners and finishing at that same corner. This is equivalent to making a pentagon with sides aba^{-1}b^{-1}c where c is the added edge.

Consider two such pentagons, gluing along the edge c forms precisely the octagon we had for the two holed torus last class.


Proposition

Letting \Sigma_g denote the g holed torus, then \Sigma_g\neq\Sigma_{g'}

(Note, I used the symbol \neq to as the normal \ncong command doesn't seem to work. Take its meaning in context.)


Aside: Consider a functor from the category of groups to the category of Abelian groups via

G\mapsto G^{ab} = G/(ab=ba)

If we have a (homo)morphism from G\rightarrow H then the functor takes H\rightarrow H^{ab} and yields a map G^{ab}\rightarrow H^{ab} such that everything commutes.

Hence we know that \pi_1^{ab}(\Sigma_g) \cong \mathbb{Z}^{2g}\neq\mathbb{Z}^{2g'} \cong\pi_1^{ab}(\Sigma_{g'})

Of course, we need to know that in fact \mathbb{Z}^m\neq\mathbb{Z}^n if m\neq n

As such, since the abelianizations are not isomorphic,neither are the original groups and the spaces themselves are not homeomorphic.


Example

\pi_1(\mathbb{R}P^2) is \pi_1 of the space which can be written as a disk with two antipodal points on the boundary circle on it with the identification that the top path a (going clockwise along the boundary) is glued to the bottom path (also going clock wise). But \pi_1 of this is just <a>/(a^2 = e) \cong \mathbb{Z}/2


Claim:

Puncturing an n-manifold, n\geq 3, does not change \pi_1(M). I.e., if p\in M^n then \pi_1(M)\cong\pi_1(M-\{p\})


Proof:

Let U_1 = M-\{p\}

U_2 = a coordinate patch about p.

Then U_1\cap U_2 = B^n-\{p\}\cong S^{n-1}

If n=3, \pi_1(S^2) = \{e\} as we have computed before.

Hence, \pi_1(M) = \pi_1(U_1)*_{\{\}}\{\} = \pi_1(U_1)


Now, \pi_1(S^3)\cong\pi_1(S^3-\{p\}) = \pi_1(B^3) = \{e\}

Continuing inductively the theorem holds for all n.


Aside:

If X is connected and b_1,\ b_2\in X then \pi_1(X,b_1) = \pi_1(X,b_2). I.e., it does not matter which base point we choose in a connected space, the fundamental group is invariant of this.

Proof

Consider a path \eta from b_1 to b_2. The returning path is denoted \bar{\eta}

Consider a loop from b_2 called \gamma.

Then get a loop from b_1 via \gamma\mapsto \bar{\eta}\gamma\eta

Similarly about b_2, \gamma\mapsto\eta\gamma\bar{\eta}


Considering the composition we get \eta\bar{\eta}\gamma\eta\bar{\eta}\sim\gamma.