:: deftheorem Def5 defines the_Edges_of GLIB_015:def 5 :
for F being Graph-yielding Function
for b2 being Function holds
( b2 = the_Edges_of F iff ( dom b2 = dom F & ( for x being object st x in dom F holds
ex G being _Graph st
( G = F . x & b2 . x = the_Edges_of G ) ) ) );