theorem
  Sum(M --> N) = M*`N
proof
  thus Sum(M --> N) = card [:N,M:] by CARD_3:25
    .= M*`N by Lm2;
end;
