theorem Th37:
  exp(0.X) = 1.X
proof
  exp(0.X) =Sum( 0.X rExpSeq) by Def10
    .=1.X by Th20;
  hence thesis;
end;
