theorem Th15:
  card X = card Y implies nextcard X = nextcard Y
proof
  assume
A1: card X = card Y;
  card X in nextcard X & for N st card X in N holds nextcard X c= N by Def3;
  hence thesis by A1,Def3;
end;
