theorem Th75:
  g in carr(H) implies g" in carr(H)
proof
  assume g in carr(H);
  then g in H;
  then g" in H by Th51;
  hence thesis;
end;
