reserve a,b,s,t,u,lambda for Real,
  n for Nat;
reserve x,x1,x2,x3,y1,y2 for Element of REAL n;

theorem :: EUCLID:37
  (a + b)*x = a*x + b*x by RVSUM_1:50;
