I am solving exercises from Loring Tu.
Show that if $L : V \rightarrow V$ is a linear operator on a vector space V of dimension n, then the pullback $L^{\wedge} : A_n(V) \rightarrow A_n(V)$ is multiplication by determinant of L.
Attempt:
This is a linear operator between the same spaces of the dimension 1. It follows that it must be multiplication by a constant. I don't understand why is it the determinant ?
Here are some options:
Pick a basis $v_1, \ldots, v_n$ for $V$.
Approach 1: The vector $d=v_1^*\wedge \ldots \wedge v_n^*$ is a basis for $A_n(V)$, and $L^{\wedge}(d)=L(v_1)^*\wedge \ldots \wedge L(v_n^*)$. Now if $L$ has matrix $M$ with entries $m_i^j$ in this basis, i.e. $L(v_i)=\sum_j m_i^j v_j$ then $L^{\wedge}(d)=(\sum_{j_1} m_1^{j_1} v_{j_1}) \wedge \ldots \wedge (\sum_{j_n} m_n v^{j_n})$, which you can rewrite as sum over permutations by property of wedge product, recovering precisely the sum over permutations formula for $det M$ - times $v_1^*\wedge \ldots \wedge v_n^*$. Thus the rescaling factor is $\det M$ (aka $\det L$).
Approach 2: Let $^{\wedge}$ be the map that sends any linear map $L:V\to V$ to the rescaling factor of $L^{\wedge}$. Since we have fixed a basis for $V$, we get a map sending matrices to numbers. Then we check that this map: 1) is linear in each column of $M$, 2) is totally antisymmetric in permuting the columns of $M$ and 3) sends the identity matrix to $1$. Then a) this determines such a map from matrices to numbers uniquely, and b) $M\to \det M$ has all these properties. Thus $^{\wedge}$ sends $L$ to the determinant of $M$ (aka the determinant of $L$).