theorem Th47:
  for th holds exp_R.th = Re(Sum(th ExpSeq))
proof
  let th;
 exp_R.th = Sum(th rExpSeq) by Def22;
  hence thesis by Th44;
end;
