Recall from 11-12-2024 - Graph Theory:

means edge between & . adjacency matrix degree Laplacian matrix Fact: eigenvalues of are nonnegative.

  • Moreover, if we order the eigenvalues , then
  • and
  • because sum of elements in each row of is 0.
  • is called Fiedler vector
  • all have sum of entries = 0 because is precisely the matrix that diagonalizes . , i.e. is orthogonal.
  • ; , i.e. .

Main Theorem (12.4.8.1)

The is a solution of the optimization problem:

under the constraints (*)

and (**)

Ideas

Idea #1

The constraint (*) means

rewritten as , means x is in

Implies

(uniquely). ( determined uniquely.)

Translate our optimization problem in terms of the parameters : (*) disappears (**)? , since and are orthogonal.

Remains to rewrite the objective function in terms of s.

Reformatted Optimization Problem

Minimize

under the constraint

Intuition: minimizer will be .

Rigorous Derivation

Objective function when at least one choose will minimize the objective function so that

and

Final Thoughts