theorem Th42:
  nextcard card n = card succ n
proof
  reconsider sn = succ n as Nat;
  for M st card card n in M holds card succ n c= M by ORDINAL1:21;
  hence thesis by Def3,ORDINAL1:6;
end;
