reserve A,B,C for Ordinal,
  X,X1,Y,Y1,Z for set,a,b,b1,b2,x,y,z for object,
  R for Relation,
  f,g,h for Function,
  k,m,n for Nat;
reserve M,N for Cardinal;
reserve S for Sequence;

theorem Th48:
  2 = { 0,1 }
proof
  thus 2 = succ 1
    .= { 0,1 } by Th47,ENUMSET1:1;
end;
