reserve G for _Graph;
reserve V for non empty set, E for Relation of V;
reserve E for symmetric Relation of V;
reserve G for GraphFromSymRel of V, E;

theorem
  for G1, G2 being GraphFromSymRel of V, E holds G2 is G1-isomorphic
  by GLIB_010:169;
