let r be Real; :: thesis: for i being Integer st (2 * PI) * i <= r & r < PI + ((2 * PI) * i) holds
cos r > - 1

let i be Integer; :: thesis: ( (2 * PI) * i <= r & r < PI + ((2 * PI) * i) implies cos r > - 1 )
assume that
A1: ( H1(i) <= r & r < PI + H1(i) ) and
A2: cos r <= - 1 ; :: thesis: contradiction
A3: ( H1(i) - H1(i) <= r - H1(i) & r - H1(i) < (PI + H1(i)) - H1(i) ) by A1, XREAL_1:9;
A4: cos r >= - 1 by Th5;
cos (r - H1(i)) = cos (r + H1( - i))
.= cos r by COMPLEX2:9
.= - 1 by A2, A4, XXREAL_0:1 ;
hence contradiction by A3, Th35; :: thesis: verum