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

let i be Integer; :: thesis: ( PI + ((2 * PI) * i) < r & r <= (2 * PI) + ((2 * PI) * i) implies cos r > - 1 )
assume that
A1: ( PI + H1(i) < r & r <= (2 * PI) + H1(i) ) and
A2: cos r <= - 1 ; :: thesis: contradiction
A3: ( (PI + H1(i)) - H1(i) < r - H1(i) & r - H1(i) <= ((2 * 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, Th36; :: thesis: verum