theorem
 for a,b,c being object holds
  ((a,b).-->c).(a,b) = c
proof let a,b,c be object;
  [a,b] in {[a,b]} by TARSKI:def 1;
  hence thesis by Th7;
end;
