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