2 Graphs and some of their matrices

Graph G=(V,E): set of vertices V, |V|=n, E is a set of (unordered) pairs of vertices.

Definition 2.1 (Adjacency matrix). The adjacency matrix of a graph G is the matrix AG:V×V defined by

AG(x,y)={1{x,y}E(G)0{x,y}E(G)

Definition 2.2 (Degree matrix). The degree matrix of a graph G is the matrix DG:V×V defined by

DG(x,y)={deg(x)x=y0otherwise

Definition 2.3 (Laplacian matrix). The Laplacian matrix of a graph G is defined by LG=DA.

We can now calculate:

QA(f)=x,yf(x)A(x,y)f(y)=2xyf(x)f(y)QD(f)=x,yf(x)D(x,y)f(y)=xf(x)2 deg (x)=xf(x)2yA(x,y)=x,yf(x)2A(x,y)=12x,y(f(x)2+f(y)2)A(x,y)=xy(f(x)2+f(y)2)QL(f)=QDA(f)=QD(f)QA(f)=xy(f(x)2+f(y)22f(x)f(y))=xy(f(x)f(y))20

Corollary 2.4. For any graph G, LG is a positive semi definite matrix with eigenvector 1, which has eigenvalue 1.

Proof. Since QL(f)=xy(f(x)f(y))2, we see that QL(f)0, with equality when f is constant.

Proposition 2.5. λ2(Lg)>0 if and only if G is connected. λk(LG)=0 if and only if G has at least k connected components.

Proof.

λ2=minf1f0xy(f(x)f(y))2f,f0

Equality happens if and only if QL(f)=0, which happens if and only if f is constant on connected components. The dimension of {f:constant on connected components} is the number of connected components of G.

TODO?

TODO

TODO

2.1 Irregular graphs

A, D, L=DA, QL(f)=xy(f(x)f(y))2, qL(f)=xy(f(x)f(y))2xf(x)2.

QL(f)=f,Lf=,(DA)f=f,(2D(D+A))f=f,2Dff,(D+A)f

When G is d-regular,

L~G=1dLG=I1dAG,

λi(L~G[0,2].

qL~(f)=xy(f(x)f(y))2xd(x)f(x)2=2xy(f(x)+f(y))2xd(x)f(x)2.

Want M such that qM(f) equals the expression above. Recall qM(f)=f,Mff,f. But the above expression is f,Mff,Df.

Let D12(x,y)=𝟙x=yd(x). Assume d(x)1 for all xG. Note

qM(D12f)=D12f,MD12fD12f,D12f=f,D12MD12ff,Df.

Want D12MD12=L=DA. Define

L~G=D12(DA)D12=ID12AD12.

So

L~G={1if x=y1d(x)d(y)if xy and xy0if xy and xy

Also,

qL~G(D12f)=xy(f(x)y(y))2xd(x)f(x)2.

We have

λk(L~G)=min dim W=KmaxfWf0qL~G(D12f).