I thought $p$-forms were linear maps from $\Bbb{R}^{n} \rightarrow \Bbb{R}$. But I read something yesterday that suggested I was mistaken to think this. It seemed to be saying that $p$-forms eat $p$-vectors and not regular vectors (unless $p=1$). It also seemed to indicate that they do this in a multilinear way not a linear way.
Can someone clarify this? What can a $p$-form eat? Does it do this in a linear or multilinear way? And why isn't it correct to say a $p$-form is a map from $\Bbb{R}^{n} \rightarrow \Bbb{R}$?
Thanks!
I'll illustrate bilinearity with a simple two-form $\alpha = \sum \alpha_{ij}dx^i \wedge dx^j$ gives: $$ \alpha(v,w) = \left(\sum \alpha_{ij}dx^i \wedge dx^j \right)(v,w) = \sum \alpha_{ij}(dx^i \wedge dx^j)(v,w) = \sum \alpha_{ij}(v^iw^j-v^jw^i) $$ Details aside about the wedge, you see that we have linearity in both $v$ and $w$. More generally, the wedge product generalizes the determinant and you should study the multilinearity of the determinant.
Notice, I do in fact mean that $v,w$ is a pair of vectors. Of course, this may be identified with a two-vector, but, this identification I do not make. The definition of wedge product in terms of the tensor product in the two-form case is given pragmatically from: $$ dx^i \wedge dx^j = dx^i \otimes dx^j - dx^j \otimes dx^i$$ when we evaluate this on a pair of vectors we obtain \begin{align} (dx^i \wedge dx^j)(v,w) &= (dx^i \otimes dx^j)(v,w) - (dx^j \otimes dx^i)(v,w) \\ &= dx^i(v)dx^j(w)-dx^j(v)dx^i(w). \end{align} However, as $v = \sum v^i\partial_i$ and $dx^j(\partial_i) = \delta_{ij}$ we find $$ dx^j(v) = dx^j(\sum v^i\partial_i) =\sum v^i dx^j(\partial_i) = \sum v^i\delta_{ij} = v^j. $$ In other words, $dx^j$ simply selects the $j$-th component of $v$. Moreover, $$ (dx^i \wedge dx^j)(v,w) = dx^i(v)dx^j(w)-dx^j(v)dx^i(w) = v^iw^j-v^jw^i. $$ The bilinearity is manifestly: $$ \alpha(Cu+v,w) = C\alpha(u,w)+\alpha(v,w) \ \ \& \ \ \alpha(u,Cv+w) = C\alpha(u,v)+\alpha(u,w). $$ The identities above follow immediately from the formula I initially wrote. In any event, I hope the added detail is useful to the OP.