PrintForm Definitions graph 1 3 Sections Graphs Doc

At: mkgraphobj wf

For any graph eq:(VV), eqw:(x,y:V. eq(x,y) x = y), eacc:(T:Type. (TVT)TVT), eaccw:(T:Type, s:T, x:V, f:(TVT). L:V List. (y:V. x-the_graph- > y (y L)) & eacc(f,s,x) = list_accum(s',x'.f(s',x');s;L)), vacc:(T:Type. (TVT)TT), vaccw:(T:Type, s:T, f:(TVT). L:V List. no_repeats(V;L) & (y:V. (y L)) & vacc(f,s) = list_accum(s',x'.f(s',x');s;L)), other:Top. mkgraphobj(eq, eqw, eacc, eaccw, vacc, vaccw, other) GraphObject(the_graph)

By:
Unfolds [`graphobj`;`mkgraphobj`] 0
THEN
AllHyps (h.IsectHD T h)


Generated subgoals:

None

About:
listboolassertisectapplyfunctionuniverse
equalmembertopandallexists

PrintForm Definitions graph 1 3 Sections Graphs Doc