theorem
  Maps V c= [:[:V,V:],Funcs V:]
proof
  let m be object;
  assume m in Maps V;
  then ex A,B,f st m = [[A,B],f] & (B={} implies A={}) & f is Function of A,B;
  hence thesis;
end;
