Graph theory Flashcards
What is a simple graph?
A simple graph G is a pair of sets G(V,E) such that each element E is a 2 element subset of V.
What is the n-cube graph? (Qn)
It is a graph formed from the vertices and edges of an n dimensional hype cube.
What is the hand shaking lemma?
For any graph, the sum of the degrees of the vertices is equal to twice the number of edges.
What is the definition of isomorphism
Two simple graphs are isomorphic if there exists a bijection which preserves adjacency.
What is the compliment of G?
It is the graph which has all the other possible edges.
What is a walk?
It is a sequence of vertices and edges with vi and ei not necessarily distinct. v1,e1,v2,…,vk-1,ek-1,vk
What is the length of a walk?
k-1
what is a closed walk?
A walk in which the first vertex is equal to the last.
what is a trail?
A walk with no edges repeated
what is a circuit?
A closed trail.
what is a path?
A walk with no vertex repeated
What is an n-cycle?
A cycle with n vertices and so n edges
What is lemma 2.1
If a graph G has a walk from vertex v to vertex w, v≠w then G has a path from v to w.
What is lemma 2.2
if every vertex in a finite graph has degree >1 then G contains a cycle
what is a connected graph>
One in which given a v,w in V, there is a path from v to w.