graph 1 2 Sections Graphs Doc

Def (f1,f2) o g(x) == g(x)/x,y. < f1(x),f2(y) >

is mentioned by

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[graph-isomorphic]

In prior sections: graph 1 1

Try larger context: Graphs

graph 1 2 Sections Graphs Doc