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:36
  a*(x1 + x2) = a*x1 + a*x2 by RVSUM_1:51;
