reserve A for non empty set,
  a,b,x,y,z,t for Element of A,
  f,g,h for Permutation of A;

theorem
  (id A)\f = id A
proof
  thus (id A)\f = f*f" by FUNCT_2:17
    .= id A by FUNCT_2:61;
end;
