theorem Th14:
  M in exp(2,M)
proof
  card bool M = exp(2,card M) & card M = M by CARD_2:31;
  hence thesis by CARD_1:14;
end;
