theorem
  -([#](the carrier of G)) = the carrier of G
proof
  thus -([#](the carrier of G)) c= the carrier of G;
  let x be object;
  assume x in the carrier of G;
  then reconsider a = x as Element of G;
  - -a in ([#](the carrier of G));
  hence thesis;
end;
