An antisymmetric map $\varphi:E\times\ldots\times E\to F$ is a map such that
$$\varphi(v_1,\ldots, v_i\ldots,v_j,\ldots, v_r)=-\varphi(v_1,\ldots, v_j\ldots,v_i,\ldots, v_r)$$
For every $i,j=1,\ldots,r$.
I would like to prove this definition is equivalent to the map has this property:
For every permutation $\sigma$ of the set of the integers $\{1,\ldots,r\}$
$$\varphi(v_{\sigma(1)},\ldots, v_{\sigma(r)})=\epsilon_{\sigma}\cdot\varphi(v_1,\ldots, v_r)$$
Where $\epsilon_{\sigma}=1$ if the permutation is even and $\epsilon_{\sigma}=-1$ if the permutation is odd.
For me this equivalence is extremely obvious, but I don't know how to prove it formally. Any help would be very appreciated.
My attempt
We know if $\sigma$ is a permutation, we know $\sigma$ is a composition of transpositions $\sigma=\pi_1\circ\ldots\circ\pi_k$. If $k$ is even we say $\sigma$ is even, if If $k$ is odd we say $\sigma$ is odd. I'm trying to prove by induction:
$\varphi(v_{\sigma(1)},\ldots v_{\sigma(r)})=(-1)^k\varphi(v_1,\ldots,v_r)$.
For $r=1$, is obviously true.
Suppose it's true for $r$ and let's prove for $r+1$.
If $\sigma(r+1)=r+1$, we have:
$\varphi(v_{\sigma(1)},\ldots, v_{\sigma(r)},v_{\sigma(r+1)})=\varphi(v_{\sigma(1)},\ldots, v_{\sigma(r)},v_{r+1})=(-1)^k\varphi(v_1,\ldots,v_r)$
If $\sigma(r+1)\neq r+1$
Suppose $\sigma (j)=r+1$ for some $j=1,\ldots, r$. Define the permutation $\sigma'$ by $\sigma'(i)=\sigma(i)$ for $i=1\ldots r$ and $i\neq j$ and $\sigma'(j)=\sigma(r+1),\sigma'(r+1)=r+1$. Therefore $\varphi(v_{\sigma(1)},\ldots, v_{\sigma(r)},v_{\sigma(r+1)})=(-1)\varphi(v_{\sigma'(1)},\ldots, v_{\sigma'(r)},v_{\sigma'(r+1)})=(-1)\varphi(v_{\sigma'(1)},\ldots, v_{\sigma'(r)},v_{r+1})=(-1)(-1)^{k-1}\varphi'(v_1,\ldots,v_r)=(-1)^k\varphi'(v_1,\ldots,v_r)$
Am I right? Is there something missing?