Module 12 Vocab Flashcards
Graph Isomorphism (notation)
12.1
G1 ≃ G2
Graph Isomorphism (definition)
12.1
bijection β: V1 → V2
such that for any u1v1 ∈ V1 we have
u1—v1∈E1 iff β(u1)—β(v1)∈E2
Graph Isomorphism (words)
12.1
match up the vertices based on their degree
How to write isomorphism
12.1
G1 ≃ G2 by the bijection
4→5, 2→6, 3→8, 1→7
Isomorphism Proposition I
12.1
ex path
any 2 complete/path/cycle/edgeless graphs are isomorphic iff they have the same number of vertices
Isomorphism Proposition II
12.1
ex grid
any 2 mxn grids are isomorphic, as well as isomorphic to any nxm grids
Isomorphism Proposition III
12.1
ex complete
any permutation of n vertices in Kn is n isomorphism
Subgraph (intuitive)
12.1
the part of a graph that can be in its own right, a graph
Subgraph (definition)
12.1
G1 is a subgraph of G2
when V1⊆V2 and E1⊆E2
if it actually makes a graph
(beware pointless edges)
Induced Subgraphs
12.1
the subgraph of G induced by V’∈V
is the graph G’ = (V’, E’)
where E’ consists of all the edges of G whose endpoints are both in V’
Counting Paths
12.1
to count paths of length n(edges),
count the subgraphs that are path graphs on n+1 vertices
Paths of length 2 in Cn
12.1
n paths of length 2 in Cn
Sujective
12.1
range = whole codomain
ex: every vertex fits some characteristic
Bijective
12.1
every element maps to a distinct element
ex: only maps to one path
Bijection Rule
12.1
|A| = |B|
domain = codomain
Closed Walk
12.2
walk where first and last vertex are the same
Cycle
12.2
closed walk of length ≥ 3 (edges)
in which all nodes are pairwise disjoint
except for the last/first
reminder: 4 nodes total for mininum 1-2-3-1
1-2-3-4-2-1
12.2
closed walk
(2 twice)