Compute the $n$th exterior power of a differential $2$-form

1.1k Views Asked by At

Suppose you have a differential form $\omega$ written in local coordinates as $$\omega=\sum_{i=1}^ndx_i\wedge dy_i.$$ Can anyone help me showing the following equality: $$\omega^n=n!(dx_1\wedge dy_1\wedge\ldots \wedge dx_n\wedge dy_n).$$ Only as a motivation: the above equality is useful for showing every symplectic manifold is orientable.

2

There are 2 best solutions below

3
On

A motivating example with $n=2$. Let $\omega=dx_1\wedge dy_1 + dx_2\wedge dy_2$ be our 2-form. Then

$\omega\wedge\omega=(dx_1\wedge dy_1 + dx_2\wedge dy_2)\wedge (dx_1\wedge dy_1 + dx_2\wedge dy_2)=dx_1\wedge dy_1\wedge dx_1\wedge dy_1+ dx_2\wedge dy_2\wedge dx_2\wedge dy_2+ dx_1\wedge dy_1\wedge dx_2\wedge dy_2+dx_2\wedge dy_2\wedge dx_1\wedge dy_1$,

where all brackets are removed due to associativity of $\wedge$. Now

$dx_1\wedge dy_1\wedge dx_1\wedge dy_1=-dx_1\wedge dx_1\wedge dy_1\wedge dy_1$

and

$dx_2\wedge dy_2\wedge dx_2\wedge dy_2=-dx _2\wedge dx_2\wedge dy_2\wedge dy_2$

by antisymmetry of $\wedge$. As $dx_i\wedge dx_i=dy_i\wedge dy_i=0$ (again by antisymmetry!) the two above expressions are euqal to $0$. It remains that

$\omega\wedge\omega= dx_1\wedge dy_1\wedge dx_2\wedge dy_2+dx_2\wedge dy_2\wedge dx_1\wedge dy_1$. But

$dx_2\wedge dy_2\wedge dx_1\wedge dy_1=$(moving twice $dy_2$ to the right) $dx_2\wedge dx_1\wedge dy_1\wedge dy_2=$(moving twice $dx_2$ to the right) $dx_1\wedge dy_1\wedge dx_2\wedge dy_2$.

In summary

$\omega\wedge\omega= 2(dx_1\wedge dy_1\wedge dx_2\wedge dy_2)=2!(dx_1\wedge dy_1\wedge dx_2\wedge dy_2)$,

as wished.

1
On

I'd begin by checking (if you haven't already seen this fact) that, even though $1$-forms anticommute, $2$-forms commute. In particular, all the summands $dx_i\land dy_i$ in your $\omega$ commute with each other. So you can multiply out $\omega^n$ without worrying about signs as long as you leave each pair $dx_i$ and $dy_i$ adjacent to each other and in the original order. (In other words, don't change $dx_i\land dy_i$ to $dy_i\land dx_i$, and don't insert any other factors between $dx_i$ and $dy_i$.) When you multiply out $\omega^n$ in this way, a lot of terms have repeated factors; they vanish because (now using anticommutativity) you can move two matching factors next to each other, where they cancel because $dx_i\land dx_i=0$). The surviving terms in $\omega^n$ are those where each of the summands $dx_i\land dy_i$ occurs exactly once as a factor. Each of those terms equals $dx_1\land dy_1\land dx_2\land dy_2\land\dots\land dx_n\land dy_n$ because these summands commute. And there are $n!$ such terms.