Week 1 Graphs, isomorphisms and invariants Flashcards

1
Q

Graph - adjacency matrix version

A

A graph is a square symmetric non-negative integer matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
ε′◦ψ= ϕ∗◦ε.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly