theorem Th40:
  for X being set, p being a_partition of X holds {p} is Part-Family of X
proof
  let X be set;
  let p be a_partition of X;
  for x be set st x in {p} holds x is a_partition of X by TARSKI:def 1;
  hence thesis by Def7;
end;
