Prove that the Laplacian matrix $L$ of a graph $G$ satisfies the following:
For every vector $v \in \mathbf{R}^n$ we have $$v^TLv=\frac{1}{2}\sum_{i,j=1}^nw_{i,j}(v_i-v_j)^2$$
$L$ is symmetric and positive semi-definite.
The smallest eigenvalue of $L$ is $0$, the corresponding eigenvector is the constant vector $1$.
$L$ has $n$ no-negative eigenvalues $0=\lambda_1 \leq \lambda_2 \leq \cdots \leq \lambda_n$.
I don't know the proof for 3 and 4
$L$ is positive semi-definite so the $L$ has no negative eigenvalues.
Take constant vector $v = 1$, $v^T Lv=0$, then we can conclude that $Lv=0$, which means that $0$ is a eigenvalue of $L$, and $1$ is the corresponding eigenvector.