:: deftheorem Def9 defines Supergraph GLIB_006:def 9 :
for G, b2 being _Graph holds
( b2 is Supergraph of G iff ( the_Vertices_of G c= the_Vertices_of b2 & the_Edges_of G c= the_Edges_of b2 & ( for e being set st e in the_Edges_of G holds
( (the_Source_of G) . e = (the_Source_of b2) . e & (the_Target_of G) . e = (the_Target_of b2) . e ) ) ) );