reserve A,B,C for non empty set,
  f for Function of [:A,B:],C;

theorem
  for x being Element of A, y being Element of B holds f.(x,y) = ~f .(y,x)
  by FUNCT_4:def 8;
