theorem
  exp(th*<i>)=cos(th)+(sin th)*<i>
proof
 exp(th*<i>)=Sum(th*<i> ExpSeq ) by Def14
    .=cos(th)+(sin th)*<i> by Lm3;
  hence thesis;
end;
