theorem Th33:
  for x being Element of G st x in N ~ (N ` A) holds x * N meets N ` A
proof
  let x be Element of G;
  assume x in N ~ (N ` A);
  then ex x1 being Element of G st x = x1 & x1 * N meets N ` A;
  hence thesis;
end;
