Homotopy

In the last post I talked about Categories, and introduced maps between them (Functors). In this post I want to start talking about topology, and define the term of Homotopy.

Let X,Y be two topological spaces and f,g:X\to Y continuous maps. A Homotopy from f to g is a continuous map:

H:X\times I\to Y,\ \ \ (I=[0,1])

such that for every x\in X: H(x,0)=f(x) and H(x,1)=g(x). It might look a little wierd at first, but this map actually has a pretty nice intuition.

Think of the unit interval I=[0,1] as a time parameter. We are ‘starting’ at time 0 with the function f. As time goes by, we are continuously ‘transforming’ the function f to the function g.

I feel like this definition gets clearer when seeing a visual example. I am going to show a homotopy between two functions f,g:[0,2\pi]\to \mathbb{R}^2.

the first one, is going to ‘do nothing’ to the interval:

f(x)=(x,0)
The image of f

On the other hand, g is going to transform the interval to the unit circle:

g(x)=(\cos x, \sin x)
The image of g

Now, our goal is to find a homtopy between them, which is not that complicated:

H(x,t)=(1-t)\cdot f(x) + t\cdot g(x) = ((1-t)x   + t\cos x, t\sin x)

It’s easy to see that H(x,0)=f(x) and H(x,1)=g(x). and this map is indeed continuous. Now I want you to imagine how the image of H(x,t_0) changes as t_0 increases. It will look like the straight line will become the circle. If you are struggling with imaging such a thing, don’t worry, I made an animation of it that I am sure it will make things clearer (as it did to me).

I think that’s a pretty cool animation, it helped me a lot while I was trying to understand what this definition means, and shows homotopy in a smooth, visual way.

I am going to use the notation h_t: X \to Y for every t\in I, such that h_t(x) = H(x,t). With this notation, I can write h_0 = f, h_1 = g. Also, If there is an homotopy between f, g we say that f is homotopic to g, and denote it by f\sim g. This defintion makes me wonder if '\sim ' is an equivalence relation, (and I bet that I am not the only one) well, turns out that it is. In order to prove it we need to show that \sim is: reflexive, symetric and transitive.

Reflexive: We need to find an homotopy between f to itself, well, it is not that hard, we can define H(x,t) = f(x). Obviously, h_0=f,h_1=f, the only thing left to show is that H is continuous. The key here is to notice that H is a composition of two functions:

  • \rho : X\times I \to X – The projection on the first components (X) of the product space X\times I, which is continous (in a topolgy class, we prove that a projection is indeed continous, it is even an open map).
  • f – It’s continuity is given.

Now, we can write: H=f \circ \rho and derive that H is continuous as a compostion of continuous maps.

X\times I \overset{\rho}{\to}X\overset{f}{\to}Y
(x,t)\overset{\rho}{\mapsto}x\overset{f}{\mapsto}f(x)

Symetry: given f,g and a homotopy H from f to g, we need to find to a homotopy K from g to f. I am going to define K as:

K(x,t)=H(x,1-t)

Think of K as ‘traveling back in time’. We can verify that: K(x,0)=H(x,1)=g(x) and K(x,1)=H(x,0)=f(x). We only need to show that K is continuous. Similar to before, we are going to represent K as a compostion of continuous maps. The functions are:

  • Id_X\times R: X\times I \to X\times I, where R:I\to I, R(t)=1-t. The way it acts is Id_X\times R(x,t)=(x,R(t))=(x,1-t) . This is indeed a continous function (again, this is proved in a topology class).
  • H – It’s continuity is given.

We get that K=H\circ (Id_x\times R) is a continuous function.

X\times I \overset{Id_x\times R}{\longrightarrow}X\times I \overset{H}{\to}Y

Trasnsitive: We now have f,g,h such that f\sim g, g\sim h. We want to show that f\sim h. Let H be a homotopy from f to g, and K a homotopy from g to h. Our first instinct (or at least mine) in such proofs, is to take thier composition, however, we can’t do that here, so I’ll have to take a different approach. The idea is to ‘travel’ from f to g twice faster, and then travel from g to h twice faster. Formally it looks like that:

J(x,t)=\begin{cases}
H(x,2t) & 0\leq t\leq\frac{1}{2}\\
K(x,2t-1) & \frac{1}{2}\leq t\leq1
\end{cases}

Indeed, J(x,0)=H(x,0)=f(x) and J(x,1)=K(x,1)=h(x). We only need to prove that J is continous. Notice that:

J|_{X\times [0,\frac {1}{2}]}= H
J|_{X\times [\frac {1}{2},1]}=K

If you can recall, there is a theorem in topology that goes like:

“If f:X\to Y is a function such that, f|_{C_1},f|_{C_2} are both continuous where C_1,C_2 are closed sets such that C_1\cup C_2 = X Then f is continuous.”

If you are not familiar with this theorem, you can either try to prove it yourself, or look for a proof for it somewhere (In the future, I am planning on writing about point-set topology, and I will include a proof for it in there).

Since X\times [0,\frac {1}{2}],X\times [\frac {1}{2},1] are both closed sets that cover the space and H,K are continuous, we can conclude by using the theorem, that J is indeed continuous, as required.

Great! we proved that ‘\sim ‘ is indeed an equivalence relation and we can now proceed to our next result. Suppose we have 3 spaces: X,Y,Z and we have 2 homotopic functions f,g: X\to Y and another two homotopic functions h,l : Y \to Z.

X\overset{f\sim g}{\to}Y\overset{h\sim l}{\to}Z

f and g are both elements of the same equivalence class, which I’ll denote by [f]. The same thing applies to h and l as well, I am going to denote their equivalence class by [h]. A netural question to ask now is: “Is the action [h]\circ [f] := [h\circ f] well defined?” In other words, is it true that : h\circ f \sim l\circ g? Let’s try to prove that, and if it turns out to be true, we can conclude an outstanding result which involves what I have discussed on the last post!

Ok, We have 2 homotopies: H :X\times I \to Y where H(x,0)=f(x),H(x,1)=g(x), and K:Y\times I \to Z where K(y,0)=h(y),K(y,1)=l(y). We need to find some homotpy L: X\times I \to Z. When I first saw it, my first instinct was to define L=K\circ H,however, that’s non-sense, since the output of H is in Y and K‘s input is in Y\times I. That’s a good direction though, this mistake showed me that I am on the right way, and I just need to change the composition a little bit such that K get’s an input that it can ‘work with’, so my second attempt is: L=K\circ (H, \rho_2)

(H, \rho_2) is a function r:X\times I \to Y\times I, defined by r(x,t)=(H(x,t),\rho_2(x,t))=(H(x,t),t), which is continuous since each component is continuous (again, this statement is being proved at topology class – I’ll write about it in the future).

As you may guess, \rho_2 is the projection on the second component of the product space X\times I. We now have:

L: X\times I\overset{(H,\rho_2)}{\longrightarrow}Y\times I\overset{K}{\longrightarrow}Z
(x,t)\overset{(H,\rho_2)}{\mapsto}(H(x,t),t)\overset{K}{\mapsto}K(H(x,t),t)

L is continuous as a composition of continuous maps, and: L(x,0)=K(H(x,0),0)=h(H(x,0))=h(f(x))=h\circ f(x), as we wanted, while also: L(x,1)=K(H(x,1),1)=l(H(x,1))=l(g(x))=l\circ g(x). We found a homotpy between h\circ f and l\circ g as required!

Now we are finally ready for our major result!

The Homotopy Category

So far, we saw that ‘\sim‘ is an equivalence relation, and if X\overset{f}{\to}Y\overset{g}{\to}Z, then the action [g]\circ [f] := [g\circ f] is well defined – It is independent of the choice of element from an equivalence class.

I am going to define now a new category – The Homotopy Category. It’s objects are the Topological spaces and the morphism are the Homotopy classes of continuous functions. Let’s check what is the isomorphism in this category: Suppose that [f] : X\to Y and [g]: Y \to X (recall that when I am talking about morphisms and write [f] : X\to Y, I don’t mean that [f] is a function – it is just a symbol that means [f]\in \text{Mor}(X,Y)) are isomorphic. Then:

[g\circ f]=[g]\circ[f]=[Id_X]
[f\circ g] = [f]\circ [g] =[Id_Y]

Thus, g\circ f \sim Id_X and f\circ g \sim Id_Y (I didn’t show that [Id_X],[Id_Y] are units, however, it’s not that hard to check). In other words, two equivalence classes are isomorphic, if the compostion of two functions from the classes, will be homotopic to the identity on X or Y (it depends on the composition).

This result allows us to define a homotopy equivalence between topological spaces: a homotopy equivalence between two topological spaces X,Y is a pair of functions f:X\to Y, g:Y\to X like in the above – their composition is homotopic to one of the identity functions. If such a pair exists, we will say that X and Y are homotopy equivalent.

If two spaces are homeomorphic then there is a pair f:X\to Y, g:Y\to X such that f\circ g = Id_Y and g\circ f = Id_X, thus, homeomorphism is stronger than homotopy the composition is not just homoptopic to the identity, it is the identity. From that, we got a new criteria to test if two topological spaces are homeomorphic – if we will be able to prove that two spaces are not homotopy equivalent, then they are not homeomorphic as well.

Great! umm… but how can we determine if the spaces are homotopy equivalent or not? Since it is a weaker property than homeomorphism, proving that two spaces are homotopy equivalent is harder!

However, not everything is lost – as we will see in the future, groups will come to help us!

That’s it for this post, in the next post I am going to discuss some more properties of homotopy in order to understand it better. And maybe even more than that…

Leave a Reply

%d bloggers like this: