theorem
  Aut G c= Funcs (the carrier of G, the carrier of G)
proof
  let q be object;
  assume q in Aut G;
  then ex f be Element of Aut G st f = q;
  hence thesis by FUNCT_2:9;
end;
