Intuition behind $dx \wedge dy=-dy \wedge dx$

I was re-reading this old book of mine; and I noticed that in defining the rules of differential forms, it "makes sense" that we have the rule $dx \wedge dx=0$ because if $dx$ is infinitesimal, then to first order approximations we can ignore powers of $dx$. Similarly, the definition for the exterior derivative $d$, of a differential form $\omega=Adx+Bdy+Cdz$, $d\omega=\frac{dA}{dx}dx + \frac{dB}{dy}dy + \frac{dC}{dz}dz $ "makes sense" because it feels like we are just multiplying the top and bottom by the differentials $dx,dy,$ and $dz$.

But it is practically a miracle that by introducing the simple anti-symmetrical commutation relations for differential forms, and applying very elementary operations, we can arrive at all the results of vector calculus such as gradient and cross product, among a large amount of other well known results.

In this particular book, the authors motivate the anti-symmetry condition by properties of determinants and Jacobian's for change of variables in integration. But I was wondering if there are other ways to think about why differential forms should commute anti-symmetrically which might provide some more intuition on just why this "miracle" works.

Thanks!


Solution 1:

One way of looking at the antisymmetric relation is a consequence of $dx∧dx=0$ (which feels intuitive to you). Applied to $(dx+dy)∧(dx+dy)=0$, we get $(dx∧dx)+(dx∧dy)+(dy∧dx)+(dy∧dy)=0$. So, $(dx∧dy)+(dy∧dx)=0$, so $(dx∧dy)=-(dy∧dx)$

Solution 2:

I like the motivation given by Jack Lee's book Introduction to Smooth Manifolds. Roughly, we want to capture volume by the exterior algebra: say $\omega$ is a tensor that we want to apply to $n$ vectors to get the $n$-dimensional volume of the parallelogram they form. In the case $n=2$ for example, we should have $\omega(X,X) = 0$ since we get a line and not a 2-d region (so 0 area). Now by linearity, $\omega(X,X) = 0$ forces $X$ to be alternating (as in Timothy's answer).

The algebra of forms is the algebra of alternating tensors.