theorem
  card dom numbering X = card On X
  proof
    dom numbering X = ord-type X &
    ex a st On X c= a by Th18,Def1;
    hence thesis by CARD_5:7;
  end;
