theorem
  for f1,f2 being complex-valued Function holds
  r(#)(f1 - f2) = r(#)f1 - r(#)f2
proof
  let f1,f2 be complex-valued Function;
  r(#)(-f2) = -r(#)f2 by T2;
  hence thesis by T111;
end;
