theorem Th5:
  for f being Function of A,B st B={} implies A={} holds [[A,B],f] in Maps V
proof
  let f be Function of A,B;
  assume
A1: B = {} implies A = {};
  then f in Funcs(V) by Th1;
  hence thesis by A1;
end;
