
theorem
  for G1 being _Graph, G2 being G1-Disomorphic _Graph
  holds G1 is G2-Disomorphic
proof
  let G1 be _Graph, G2 be G1-Disomorphic _Graph;
  consider F being PGraphMapping of G1, G2 such that
    A1: F is Disomorphism by Def24;
  reconsider F as one-to-one Dcontinuous PGraphMapping of G1, G2 by A1;
  take F";
  thus thesis by A1, Th71, Th72;
end;
