I want to show that $X^TX + \lambda \begin{pmatrix} 0 & 0 & 0 & 0 & \dots & 0 \\ 0 & 1 & 0 & 0 & \dots & 0\\ 0 & 0 & 1 & 0 & \dots & 0 \\ 0 & 0 & 0 & 1 & \dots & 0 \\ \vdots & \vdots & \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & 0 & 0 & \dots & 1\end{pmatrix} $ is invertible if $\lambda >0$
I saw it in an online course but the professor gave no explanation.
$X$ is an $m$ by $n+1$ matrix, and so the matrix $\lambda$ multiplies is $n+1$ by $n+1$, and I don't know if its relevant to the question, but we can safely assume that the first column of $X$ is all ones, but that may not be needed.
how can i prove this? there is no attribute of the determinant of the sum of matrices, this matrix is indeed symmetric so it might be positive definite, but I don't think we can say much about the eigenvalues...