Graph Properties

Let G=(V,E) be a graph

Handshake Lemma (HL)

Handshake Lemma Corollary

Pairwise Disjoint

Completeness

Degree sequence

Reachability

Neighbours

two vertices v,w are adjacent/neighbours

Neighbourhood

Incident

a vertex vV is incident with some edge eE if ve

  1. ends
    - the two ends of some edge eE if ve
  2. degree
    - the number of edges incident with it
    - deg(v)=|{eE:ve}|=|N(v)|
  3. regular
    - G is regular if all of its vertices have the same degree
    - we call a regular graph with all vertices of degree d: d-regular