reserve c,c1,c2 for Cardinal, G,G1,G2 for _Graph, v for Vertex of G;

theorem Th43:
  G is c1-Dregular c2-Dregular implies c1 = c2
proof
  assume A1: G is c1-Dregular c2-Dregular;
  set v = the Vertex of G;
  thus c1 = v.inDegree() by A1
    .= c2 by A1;
end;
