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;
