theorem Th32:
  for P being a_partition of {} holds P = {}
proof
  let P be a_partition of {};
  assume not thesis;
  then consider Z being object such that
A1: Z in P by XBOOLE_0:def 1;
  Z <> {} by A1,Def4;
  hence thesis by A1;
end;
