let r be Real; for i being Integer st PI + ((2 * PI) * i) <= r & r <= ((3 * PI) / 2) + ((2 * PI) * i) & r / PI is rational & sin r is rational holds
r in {(PI + ((2 * PI) * i)),(((7 * PI) / 6) + ((2 * PI) * i)),(((3 * PI) / 2) + ((2 * PI) * i))}
let i be Integer; ( PI + ((2 * PI) * i) <= r & r <= ((3 * PI) / 2) + ((2 * PI) * i) & r / PI is rational & sin r is rational implies r in {(PI + ((2 * PI) * i)),(((7 * PI) / 6) + ((2 * PI) * i)),(((3 * PI) / 2) + ((2 * PI) * i))} )
set a = (2 * PI) * i;
set R = r - ((2 * PI) * i);
assume
( PI + ((2 * PI) * i) <= r & r <= ((3 * PI) / 2) + ((2 * PI) * i) )
; ( not r / PI is rational or not sin r is rational or r in {(PI + ((2 * PI) * i)),(((7 * PI) / 6) + ((2 * PI) * i)),(((3 * PI) / 2) + ((2 * PI) * i))} )
then A1:
( (PI + ((2 * PI) * i)) - ((2 * PI) * i) <= r - ((2 * PI) * i) & r - ((2 * PI) * i) <= (((3 * PI) / 2) + ((2 * PI) * i)) - ((2 * PI) * i) )
by XREAL_1:9;
assume A2:
( r / PI is rational & sin r is rational )
; r in {(PI + ((2 * PI) * i)),(((7 * PI) / 6) + ((2 * PI) * i)),(((3 * PI) / 2) + ((2 * PI) * i))}
((2 * PI) * i) / PI =
((2 * i) * PI) / PI
.=
2 * i
by XCMPLX_1:89
;
then A3:
(r - ((2 * PI) * i)) / PI = (r / PI) - (2 * i)
;
r - ((2 * PI) * i) = ((2 * PI) * (- i)) + r
;
then
sin r = sin (r - ((2 * PI) * i))
by COMPLEX2:8;
then
r - ((2 * PI) * i) in {PI,((7 * PI) / 6),((3 * PI) / 2)}
by A1, A2, A3, Th66;
then
( r - ((2 * PI) * i) = PI or r - ((2 * PI) * i) = (7 * PI) / 6 or r - ((2 * PI) * i) = (3 * PI) / 2 )
by ENUMSET1:def 1;
hence
r in {(PI + ((2 * PI) * i)),(((7 * PI) / 6) + ((2 * PI) * i)),(((3 * PI) / 2) + ((2 * PI) * i))}
by ENUMSET1:def 1; verum