theorem
  {} is a_partition of {}
proof
  reconsider A = {} as Subset-Family of {} by XBOOLE_1:2;
  union A = {} & for a be Subset of {} st a in A holds a<>{} & for b be
  Subset of {} st b in A holds a = b or a misses b;
  hence thesis by Def4;
end;
