


























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Math notes about finite mathematical structures
Typology: Lecture notes
1 / 34
This page cannot be seen from the preview
Don't miss anything!



























Today Course Information Elements of Graph Theory, Chapter 1 Graph Models Isomorphism
A B D^ C A multiple edge A loop A B D^ C No loops or multiple edges are allowed in our discussion (other people allow them, sometimes calling them multigraphs or pseudographs ). Eg. #2: A directed graph (a.k.a. an oriented graph , or a digraph ) is a graph with little arrows on the edges. Eg. #3: Here the order of the letters when you write the edge is important. The directed (or oriented) edge from the vertex A to the vertex B is written. A is the tail of , and B is the head.
→ AB → In-deg(A) = 0 Out-deg(A) = 2
A set of vertices in a graph which have no edges connecting any of them is called an independent set of vertices. An edge cover of a graph is a set of vertices in the graph so that every edge in the graph is incident with at least one of the vertices in the set. In a digraph, the analogy to an edge cover is called a vertex basis. Here the set of vertices is such that every edge in the graph has one of those vertices as its tail. To be a vertex basis though, the set of vertices must be as small as possible to cover the graph. A B D^ C A B D^ C An independent set {A,D} An edge cover {B,C} A vertex basis is {A,B}
a e i b (^) c d f j g h k . Indepdent Vertices Example
10 Matching Example
Street Surveillance Example Put a cop on selected corners (Vertices) so that every street (edge) is watched. Use as few cops as possible. That is, find a minimal edge cover for the graph below. a e i b c d f j g h k
Handshaking
Class Exercise
Example
Definition of Isomorphism G
K n , the complete graphs on n vertices K 2
The complement of a graph
G