theorem Th16:
  m in Maps(A,B) implies m = [[A,B],m`2]
proof
  assume m in Maps(A,B);
  then
A1: ex f being Element of Funcs(V) st m = [[A,B],f] & [[A,B],f] in Maps( V);
  thus thesis by A1;
end;
