theorem
  for A being Subset of Y st x in A holds incl(A).x in Y
proof
  let A be Subset of Y such that
A1: x in A;
  dom incl A = A & rng incl A = A;
  then incl(A).x in A by A1,FUNCT_1:def 3;
  hence thesis;
end;
