Week 1 Graphs, isomorphisms and invariants Flashcards
1
Q
Graph - adjacency matrix version
A
A graph is a square symmetric non-negative integer matrix
2
Q
Isomorphism - adjacency matrix version
A
Two graphs (adjacency matrices) A and B are isomorphic if
there exists a permutation matrix P satisfying B= P−1AP.
3
Q
Graph - set theoretic version
A
A graph is a triple (V,E,ε) consisting of a set V (of
vertices), a set E (of edges) and a function
ε: E →P1(V) ∪P2(V) (called the endpoint map).
4
Q
Isomorphism - set theoretic version
A
We say that graphs G= (V,E,ε) and G′= (V′,E′,ε′) are
isomorphic if there exists a pair of bijective functions
ϕ: V →V′and ψ: E →E′satisfying
ε′◦ψ= ϕ∗◦ε.