:: deftheorem Def20 defines FF:CompSeq GLIB_005:def 20 :
for G being _finite natural-weighted WGraph
for source, sink being Vertex of G
for b4 being FF:ELabelingSeq of G holds
( b4 = FF:CompSeq (G,source,sink) iff ( b4 . 0 = (the_Edges_of G) --> 0 & ( for n being Nat holds b4 . (n + 1) = FF:Step ((b4 . n),source,sink) ) ) );