theorem
  f = {[x,y]} implies f.x = y
proof
  assume f = {[x,y]};
  then [x,y] in f by TARSKI:def 1;
  hence thesis by FUNCT_1:1;
end;
