let G1, G2 be plain _Graph; :: thesis: ( G1 == G2 implies G1 = G2 )
dom G1 = _GraphSelectors by Def1;
then A1: dom G1 = dom G2 by Def1;
assume A2: G1 == G2 ; :: thesis: G1 = G2
for x being object st x in dom G1 holds
G1 . x = G2 . x
proof end;
hence G1 = G2 by A1, FUNCT_1:2; :: thesis: verum