reserve i for Nat,
  j for Element of NAT,
  X,Y,x,y,z for set;

theorem
  [{}, i] in Vars proof i in NAT by ORDINAL1:def 12;
  then [{}, i] in the set of all [{}, j];
  hence thesis by Th16;
end;
