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

let i be Integer; :: thesis: ( (2 * PI) * i < r & r < (2 * PI) + ((2 * PI) * i) implies cos r < 1 )
assume that
A1: ( H1(i) < r & r < (2 * PI) + H1(i) ) and
A2: cos r >= 1 ; :: thesis: contradiction
A3: ( 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 Th6;
cos (r - H1(i)) = cos (r + H1( - i))
.= cos r by COMPLEX2:9
.= 1 by A2, A4, XXREAL_0:1 ;
hence contradiction by A3, Th34; :: thesis: verum