Definitions graph 1 2 Sections Graphs Doc

Some definitions of interest.
graph Def Graph == v:Typee:Type(evv)Top
Thm* Graph Type{i'}
graph-isomorphic Def G H == vmap:(Vertices(G)Vertices(H)), emap:(Edges(G)Edges(H)). Bij(Vertices(G); Vertices(H); vmap) & Bij(Edges(G); Edges(H); emap) & (vmap,vmap) o Incidence(G) = Incidence(H) o emap

About:
productproductfunctionuniverseequalmembertopandexists!abstraction

Definitions graph 1 2 Sections Graphs Doc