theorem
  (ex v st v is isolated) & G is regular implies G is edgeless
proof
  assume A1: (ex v st v is isolated) & G is regular;
  then consider c being Cardinal such that
    A2: G is c-regular;
  c = 0 by A1, A2, Th27;
  hence thesis by A2;
end;
