let G be _Graph; :: thesis: for v1, e, v2 being object
for G1, G2 being addEdge of G,v1,e,v2 holds G1 == G2

let v1, e, v2 be object ; :: thesis: for G1, G2 being addEdge of G,v1,e,v2 holds G1 == G2
let G1, G2 be addEdge of G,v1,e,v2; :: thesis: G1 == G2
per cases ( ( v1 in the_Vertices_of G & v2 in the_Vertices_of G & not e in the_Edges_of G ) or not v1 in the_Vertices_of G or not v2 in the_Vertices_of G or e in the_Edges_of G ) ;
end;