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