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

theorem
  f*(id A) = (id A)*f
proof
  f*(id A)=f by FUNCT_2:17;
  hence thesis by FUNCT_2:17;
end;
