theorem Th30:
  for x,y being Variable of f holds f.(s, x+=y).x = s.x+s.y & for
  z st z <> x holds f.(s, x+=y).z = s.z
proof
  let x,y be Variable of f;
  (.y).s = s.y by Th22;
  hence thesis by Th29;
end;
