$$F_{A} := \sum_{\sigma\in S_n}\operatorname{sign}(\sigma) \prod_{i=1}^n A_{i \sigma(i)}$$
I am trying the prove that $\det(A)=F(A)$. I know that to do this, I need to show that $F$ satisfies the multilinear, alternating, and normalized properties of the determinant. I have proven multilinear and normalized, but I do not know how to prove the alternating property.
ie. prove that
$$ F(v_1, \ldots, v_i, \ldots, v_j, \ldots, v_n) = -F(v_1, \ldots, v_j, \ldots, v_i, \ldots, v_n). $$
help?