theorem Th87:
  N in M iff nextcard N c= M
proof
A1: N in nextcard N by CARD_1:18;
  card N = N;
  hence thesis by A1,CARD_1:def 3;
end;
