theorem
  A in X implies inf X c= A
proof
  assume A in X;
  then A in On X by ORDINAL1:def 9;
  hence thesis by SETFAM_1:3;
end;
