theorem Th43:
  for x,y being object holds [y,x] in dom ~f implies (~f).(y,x) = f.(x,y)
proof let x,y be object;
  assume [y,x] in dom ~f;
  then [x,y] in dom f by Th42;
  hence thesis by Def2;
end;
