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:34
  (a*b)*x = a*(b*x) by RVSUM_1:49;
