Graph Properties
Let
Handshake Lemma (HL)
- sum of the degrees of all vertices is twice the number of edges
Handshake Lemma Corollary
has an even number of vertices of odd degree
Pairwise Disjoint
- a set of graphs
is called pairwise disjoint if - for any pair of graphs
,
- for any pair of graphs
- i.e. none of these graphs share any elements ()
Completeness
- complete graph
where contains all two element subsets of - no way to introduce a new edge
Degree sequence
- degree sequence
- multiset of degrees of the vertices of G
- typically represented as a sequence of |V| integers sorted into weakly decreasing order
Reachability
- For vertices
we say that is reachable from if there exists a walk from to - Reachability is an equivalence relation (reflexive, symmetric, transitive)
= number of connected components - disjoint non-empty sets of vertices such that in each component all vertices are reachable from each other
- If
we say is connected
Neighbours
two vertices
- if
is an edge in notation for
Neighbourhood
- neighbourhood of a vertex
is the set
Incident
a vertex
- ends
- the two ends of some edgeif - degree
- the number of edges incident with it
- - regular
-is regular if all of its vertices have the same degree
- we call a regular graph with all vertices of degree d: d-regular