theorem
  X1 = the set of all x1
proof
  defpred P[set] means not contradiction;
A1: y1 in the set of all  x1 ;
  { x1 : P[x1] } is Subset of X1 from SubsetD;
  hence thesis by A1,SUBSET_1:28;
end;
