Generators of $H^1(T)$

405 Views Asked by At

Let $T$ denote the torus. I am working towards an understanding of de Rham cohomology. I previously worked on finding generators for $H^1(\mathbb R^2 - \{(0,0)\})$ but then realised that for better understanding I had to look at different examples, too. For the purpose of this question I am only interested in finding just one generator, I'll think about finding a second generator later.

Can you tell me if this is correct?

My work:

By definition, $H^1 = {\ker d_2 \over \mathrm{im} d_1}$ where $d_2: \Omega^1 \to \Omega^2$ and $d_1: \Omega^0 \to \Omega^1$ are the exterior derivatives. My goal is to find a differential $1$-form that is closed and not exact, that is, not in the image of $d_1$.

My idea is to randomly examine different $1$-forms and verifying their properties, starting with the simplest one that comes to mind: $$ dx + dy$$

Since $$ d(dx + dy) = dx \wedge dy - dx \wedge dy = 0$$

this is a candidate for a generator. The only remaining thing to do is to verify whether this is in the image of $d_1$. If it was in the image of $d_1$, by Stokes' theorem

$$ \oint dx + dy$$

would have to vanish as the torus has an empty boundary. I am sure this should not vanish but I'm not sure how to calculate such an integral. One would have to parametrise the torus somehow but this is where stuff gets messy. Is there an easy way to do it? Hence my question:

How to calculate $ \oint dx + dy$ on the torus?

3

There are 3 best solutions below

10
On BEST ANSWER

First of all, $dx + dy$ is closed but the calculation should be

$$d(dx+ dy ) = d^2 x+ d^2 y = 0$$

Also, when you calculate the line integral of $dx+dy$, you have to specify a curve. Now we take the following definition: the torus is the quotient

$$T = \mathbb R^2 / \mathbb Z^2$$

Note that the function $(x, y) \mapsto x$ and $(x, y)\mapsto y$ is not well defined on $T$, but the differential $dx, dy$ is defined on $T$. Thus $dx+ dy$ is really a one form on $T$.

If $dx+ dy = df$ for some smooth function $f: T\to \mathbb R$, then

$$\int_\gamma dx+ dy = \int_\gamma df = \int_{\partial \gamma} f= 0$$

if $\gamma$ is closed ($\partial \gamma = \emptyset$).

Let $\gamma: [0,1] \to T$ be the curve $t \mapsto (t, 0)$. Then $\gamma$ is a closed curve ($\gamma (0) = \gamma(1)$ in $T$), but

$$\int_\gamma dx+ dy = \int_0^1 d(t) + d(0) = \int_0^1 dt = 1$$

Thus $dx+ dy$ cannot be exact.

0
On

If you're looking for explicit forms, the easiest approach is probably to consider $T = S^1 \times S^1$ embedded in $\mathbb{R}^4$ via the product of the two embeddings $S^1 \to \mathbb{R}^2$. The forms $d\theta$ on each copy of $S^1$ are nice to work with, and they have convenient expressions in rectangular coordinates if you'd prefer that. But you already know how to integrate forms on $S^1$, and you can thus integrate the lifts of those forms to $T = S^1\times S^1$. More formally, given a product $X\times Y$, the projection $\pi:X \times Y \to X$ induces a map $\pi^*:H^*(X) \to H^*(X\times Y)$; consider integrating a form $\pi^*\omega$ for $\omega\in \Omega^*(X)$.

(The Kuenneth formula gives $H^*(X\times Y)$ in terms of $H^*(X)$ and $H^*(Y)$. In the general topological case, you have to invoke the universal coefficient theorem and worry about torsion; de Rham cohomology works over $\mathbb{R}$ or $\mathbb{C}$, though, and so those complications disappear.)

0
On

John's answer is good. I would just like to add that randomly creating differential forms and testing to see if they are closed and exact is not the best way to build a relationship with cohomology. As a grad student, I tried that approach and it was not very fruitful.

Since we're in a low degree, you might understand what's going on by dualizing the situation. Instead of thinking about closed one-forms, think about irrotational vector fields. Instead of thinking about exact one-forms, think about conservative vector fields (gradients of functions).

There are two interesting motions on the torus: around the “hole” in the center, and around the circle “inside” it. They move along the circles in this picture:

torus

(I'll try to create a better picture later.) Call the first one $\mathbf{v}$ and the second one $\mathbf{w}$. If you draw a small circular patch $C$ on the torus, and integrate $\oint_C \mathbf{v}\cdot d\mathbf{r}$ around it, the symmetry will result in an answer of zero. Same with $\mathbf{w}$. So both these vector fields are irrotational.

Are either of these vector fields the gradient of a function? The torus is compact, so any continuous function is going to have a maximum and minimum point, at which point the gradient must be zero. Since these vector fields are nowhere zero they can't be gradients.

Now look again at John's answer and you see that his $dx$ and $dy$ forms are the one-forms dual to my $\mathbf{v}$ and $\mathbf{w}$ vector fields. Hopefully this answer helps visualize why these forms generate $H^1(T)$.