theorem Th26:
  omega is strong_limit
proof
  let N;
  assume N in omega;
  then card bool N is finite;
  then exp(2,card N) is finite by CARD_2:31;
  then exp(2,N) is finite;
  hence thesis by CARD_1:61;
end;
