reserve G,G1,G2 for _Graph;
reserve e,x,y for set;
reserve v,v1,v2 for Vertex of G;
reserve W for Walk of G;

theorem
  G1 == G2 implies G1.componentSet() = G2.componentSet() by Lm12;
