let r be Real; :: thesis: ( sin r = - 1 implies r = ((3 / 2) * PI) + ((2 * PI) * [\(r / (2 * PI))/]) )
set i = [\(r / (2 * PI))/];
consider w being Real such that
A1: w = ((2 * PI) * (- [\(r / (2 * PI))/])) + r and
A2: ( 0 <= w & w < 2 * PI ) by COMPLEX2:1;
assume A3: sin r = - 1 ; :: thesis: r = ((3 / 2) * PI) + ((2 * PI) * [\(r / (2 * PI))/])
then ((cos r) * (cos r)) + ((- 1) * (- 1)) = 1 by SIN_COS:29;
then A4: cos r = 0 ;
( 0 + H1([\(r / (2 * PI))/]) <= w + H1([\(r / (2 * PI))/]) & w + H1([\(r / (2 * PI))/]) < (2 * PI) + H1([\(r / (2 * PI))/]) ) by A2, XREAL_1:6;
then ( r = (PI / 2) + H1([\(r / (2 * PI))/]) or r = ((3 / 2) * PI) + H1([\(r / (2 * PI))/]) ) by A1, A4, Th22;
hence r = ((3 / 2) * PI) + ((2 * PI) * [\(r / (2 * PI))/]) by A3, COMPLEX2:8, SIN_COS:77; :: thesis: verum