:: deftheorem Def4 defines createGraph GLENUM00:def 4 :
for G being non edgeless _Graph
for e being Edge of G
for b3 being plain Subgraph of G holds
( b3 = createGraph e iff ex V being non empty Subset of (the_Vertices_of G) ex S, T being Function of {e},V st
( b3 = createGraph (V,{e},S,T) & {((the_Source_of G) . e),((the_Target_of G) . e)} = V & S = e .--> ((the_Source_of G) . e) & T = e .--> ((the_Target_of G) . e) ) );