I have a vector $x$ of dimension $N \times 1$ and let's say I create a matrix $S = x x'$ which a matrix of dimension $N \times N$.
If I calculate the determinant of $S$, I get it as $0$. Is this a property / known theorem ? Does it have name? Is there a proof?
This is the determinant of the matrix with $x_i x_j$ as element in row $i$, column $j$: \begin{align} \mbox{det } x x^t &= \mbox{det }(x_i x_j) \\ &= \left(\prod x_i^n\right) \underbrace{\mbox{det } (x_j)}_0 \\ &= \left(\prod x_i^n\right)^2 \underbrace{\mbox{det } (1)}_0 \\ &= 0 \end{align}
The determinant is a multilinear form, so we can pull $n$ times row multiples $x_i$ (leaving $n$ equal rows) and then column multiples, leaving a matrix with all elements being 1.