graph 1 2 Sections Graphs Doc

Def Incidence(t) == 1of(2of(2of(t)))

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]
Def x-the_graph- > y == e:Edges(the_graph). Incidence(the_graph)(e) = < x,y > [edge]

Try larger context: Graphs

graph 1 2 Sections Graphs Doc