theorem Th46:
  ASeq is disjoint_valued implies P.(Union ASeq) = Sum(P * ASeq)
proof
  assume ASeq is disjoint_valued;
  then lim Partial_Sums(P * ASeq) = P.Union ASeq by Th45;
  hence thesis by SERIES_1:def 3;
end;
