theorem Th21:
  not X is finite implies card X = (omega)*`card X
proof
  assume
A1: not X is finite;
  then omega c= card X by CARD_3:85;
  hence thesis by A1,Th16;
end;
