Networks & Graphs

Table of Contents

Graph representations & morphisms

Graph representation

Homomorphism is a function ϕ: V(G1) ➝ V(G2) such that for each edge <u,v> ∈ E(G1) there is an edge <ϕ(u), ϕ(v)> ∈ E(G2)

Isomorphism is a one-to-one function ϕ: V(G1) ➝ V(G2) such that for each edge <u,v> ∈ E(G1) there is an edge <ϕ(u), ϕ(v)> ∈ E(G2). it has to be unique, one-to-one.