:: deftheorem Def25 defines GraphUnion GLIB_014:def 25 :
for S being GraphUnionSet
for b2 being _Graph holds
( b2 is GraphUnion of S iff ( the_Vertices_of b2 = union (the_Vertices_of S) & the_Edges_of b2 = union (the_Edges_of S) & the_Source_of b2 = union (the_Source_of S) & the_Target_of b2 = union (the_Target_of S) ) );