theorem
  for f being Element of InnAut G holds
    f * Conjugate 1_G = f & (Conjugate 1_G) * f = f
proof
  let f be Element of InnAut G;
  Conjugate 1_G = id the carrier of G by Th22;
  hence thesis by FUNCT_2:17;
end;
