theorem
  M+`0 = M
proof
  thus M+`0 = card plus(M,{}) by Lm1
    .= card M by CARD_1:69
    .= M;
end;
