theorem
  r1*p+r2*p = (r1+r2)*|[ p.1, p.2, p.3 ]|
proof
  r1*p+r2*p = (r1+r2)*p by RVSUM_1:50;
  hence thesis by Th1;
end;
