theorem Th36:
  exp(0.X) = 1.X
proof
  exp(0.X) =Sum( 0.X ExpSeq) by Def6
    .=1.X by Th19;
  hence thesis;
end;
