Suppose $\phi_1, \phi_2, \dots, \phi_k \in (\mathbb{R}^n)^*$, and $\mathbf{v}_1, \dots, \mathbf{v}_k \in \mathbb{R}^n$
$(\mathbb{R}^n)^*$ stands for the space of all linear transformations that goes from $\mathbb{R}^n \to \mathbb{R}$
is it true that:
$$\phi_1\wedge\dots\wedge\phi_k(\mathbf{v}_1, \dots, \mathbf{v}_k) = \mathrm{det}[\phi_i(\mathbf{v}_j)]$$
This is a homework question (from Multivariable Mathematics, Shifrin, Ex.18 on Page 347) and there is a hint that:we could first express all $\phi_i$ in the form of:
$$\phi_i = \sum\limits_{j=1}^n a_{ij}dx_j$$
where $dx_j$ is the basis 1-form
and the hint also says that it suffices to prove this equality in the case where all $v_j$ are standard basis vectors
i.e. $v_1=e_{j_1}, \dots, v_k = e_{j_k}$
From the setup of the hint, it is quite obvious that the right side equals:
$$ \begin{vmatrix} a_{1j_1}&\cdots&a_{1j_k}\\ \vdots&\ddots&\vdots\\ a_{kj_1}&\cdots&a_{kj_k}\\ \end{vmatrix} $$
However, I cannot understand how to show the left side equals this determinant.
Also, I am not very sure why it suffices to show that the equality holds when $v_j$ are all standard basis vectors. Is it because I could express every $v_j$ as a linear combination of the standard basis vectors?
Thank you very much!
Consider the following alternation operator: $$ \operatorname{Alt}(P) = \sum_{\sigma \in S_n} (-1)^{sgn(\sigma)}P(x_{\sigma(1)}, \dots, x_{\sigma(n)}) $$ where $P(x_1,\dots,x_n)$ is a polynomial of $n$ variables.
Let us regard a matrix $A=(a_{i j})_{i,j=1,\dots,k}$ as a collection of its columns: $$ A = (A_1, \dots, A_k) $$
Operators $dx_i$ act on these columns as $$ dx_i(A_j) := a_{i j} $$
The determinant of $A$ may be defined as $$ \det(A) := \operatorname{Alt}(dx_1(A_1)\dots dx_k(A_k)) $$ where the alternation is applied to the polynomial in variables $dx_i$ (in other words, the order of $A_j$'s is kept unchanged when alternating).
The wedge product's definition is $$ \phi_1 \wedge \dots \wedge \phi_k := \operatorname{Alt}(\phi_1 \otimes \dots \otimes \phi_k) $$
Substituting the data from the question shows that $$ \phi_1\wedge\dots\wedge\phi_k(\mathbf{v}_1, \dots, \mathbf{v}_k) = \mathrm{det}[\phi_i(\mathbf{v}_j)] $$ holds tautologically for $\phi_i = dx_i$.