Given four vectors $\vec x_0$, $\vec x_1$, $\vec x_2$, and $\vec x_3$, I would like to write the expression $$\det (\vec x_1, \vec x_2, \vec x_3) - \det (\vec x_0, \vec x_2, \vec x_3) + \det (\vec x_0, \vec x_1, \vec x_3)-\det (\vec x_0, \vec x_1, \vec x_2)$$ more compactly, using sigma notation. For example, $$\sum_{k=0}^3 (-1)^k \det (\vec x_0, \vec x_1, \vec x_2, \vec x_3){\rm (but\space k)}.$$
Is there a notation for what I have written as ${\rm (but\space k)}$?
I would write $(\vec x_j)_{j\neq k}$ for the sequence of vectors with the $k$th omitted, and hence $\det((\vec x_j)_{j\neq k})$ for the determinant you want.