theorem
  Gc=gr{g} implies for G,f holds g in Image f implies f is onto
proof
  assume
A1: Gc=gr {g};
  let G,f;
  assume g in Image f;
  then Image f = Gc by A1,Th13;
  hence thesis by GROUP_6:57;
end;
