While working on determinants, I found the following identity. Given two vectors $A,B \in \mathbb{R}^2$, let $\det([A,B])$ be the determinant of the matrix whose columns are $A$ and $B$. If $B$ is any vector on the segment $AC$, then:
$$\det([A,B])+\det([B,C]) = \det([A,C])$$
The proof is by picture:
$\det([A,B])$ is the signed area of the parallelogram determined by the vectors $A,B$. Similarly, $\det([B,C])$ is the signed area of the parallelogram determined by $B,C$. It is easy to see that the sum of these areas equals the signed area of the parallelogram determined by $A,C$.
MY QUESTION IS: what is the generalization of this identity to $n$ dimensions?
