theorem Th51:
  g in H implies g" in H
proof
  assume g in H;
  then reconsider h = g as Element of H;
  h" in H;
  hence thesis by Th48;
end;
