Exam 2 Flashcards
Vertices
Dots
Edges
Lines
Adjacent Vertices
Two vertices that are connected with an edge.
Isomorphic
A function that renames the vertices (dots) between two edges (lines)
Bijection
An isomorphism between two graphs
Isomorphism Class
Collection of isomorphic graphs
Induced Subgraph
Smaller graph of a larger one formed by choosing some vertices but all the edges in between them
Multigraph
Double edges or Single loops
Find number of edges
1) Sum of Degree: (Vertices * 2)
2) SoD = 2 * Number of Edges
3) NoE = SoD/2
Handshaking Lemma
Sum of Degrees (Vertices * 2) = 2 * Number of Edges
Tree
Connected Graph with no cycles
Forest
Multiple Trees
Rooted Tree
One vertex that a section of the tree is directed away from
Proposition 2.2.2
A graph is a tree if there is only one distinct path connecting them
Corollary 2.2.3
If you pick any two vertices in a forest, there can be at most one path connecting them.
A leaf is a vertex that is connected to exactly one other vertex by a single edge.