
theorem Th21:
for M be Matrix of ExtREAL st len M = 0 holds SumAll M = 0
proof
   let M be Matrix of ExtREAL;
   assume len M = 0; then
   len Sum M = 0 by Def5; then
   Sum M is empty;
   hence thesis by EXTREAL1:7;
end;
