Prove: $$ \det\left[ \begin{array}{cccc} 1+x_1y_1 & x_1y_2 & \cdots & x_1y_n\\ x_2y_1 & 1+x_2y_2 & \cdots & x_2y_n \\ \vdots & \vdots & \ddots & \vdots \\ x_ny_1 & x_ny_2 & \cdots & 1+x_ny_n \\ \end{array} \right]=1+\sum_{i=1}^{n}x_iy_i$$
I tried to do some elementary operations, and develop by first row, but couldn't get further.
Need to be proven without using eigenvalues.
Any help appreciated.
The determinant can be written under the form:
$\det(I_n+UV^T)$ where $U=\left(\begin{array}{c}x_1\\x_2\\ \vdots \\x_n\end{array}\right)$ and $V=\left(\begin{array}{c}y_1\\y_2\\ \vdots \\y_n\end{array}\right).$
Let us recall that the matrix determinant lemma (https://en.wikipedia.org/wiki/Matrix_determinant_lemma) says that
$$\det(A+UV^T)=(1+V^TA^{-1}U) \det(A)$$
Taking $A=I$ gives:
$$\det(I_n+UV^T)=1+V^TU$$
which is the desired result.