:: deftheorem Def14 defines addAdjVertex GLIB_006:def 14 :
for G being _Graph
for v1, e being object
for v2 being Vertex of G
for b5 being Supergraph of G holds
( ( not v1 in the_Vertices_of G & not e in the_Edges_of G implies ( b5 is addAdjVertex of G,v1,e,v2 iff ( the_Vertices_of b5 = (the_Vertices_of G) \/ {v1} & the_Edges_of b5 = (the_Edges_of G) \/ {e} & the_Source_of b5 = (the_Source_of G) +* (e .--> v1) & the_Target_of b5 = (the_Target_of G) +* (e .--> v2) ) ) ) & ( ( v1 in the_Vertices_of G or e in the_Edges_of G ) implies ( b5 is addAdjVertex of G,v1,e,v2 iff b5 == G ) ) );