Sure, my bad. Thanks.
Another attempt is to find better rational number approximations of ##\pi## by computer,
[tex]\frac{3}{1}, \frac{22}{7},\frac{355}{113},\frac{3550}{1130},\frac{99733}{31746},\frac{833719}{265381},\frac{5419351}{1725033},\frac{80143857}{25510582},...[/tex]
which are the best ones with both numerator and denominator are under ##10^n##. I made series of the numerators,
[tex]m_1=3,m_2=22,m_3=355,m_4=3550,m_5=99733,m_6=833719,m_7=5419351,m_8=80143857,...[/tex]
| x | sinx |
3 | 0.141120008 |
22 | -0.008851309 |
355 | -3.01444E-05 |
3550 | 0.000301444 |
99733 | -0.000380862 |
833719 | 2.31292E-06 |
5419351 | -3.82004E-08 |
80143857 | -1.47741E-08 |
sin x are small but I am afraid it is not enough for the statement.
Say integers a, b are
[tex]\frac{b}{a}=\pi+\epsilon[/tex]
[tex]\sin(bl)=\sin(al\epsilon)[/tex]
Regard them as sequence, so that ##b_n## be what we want, we must show
[tex]a_n \epsilon_n \rightarrow 0[/tex]
I hope to find a good approximation sequence satisfying it. Diophantine approximation
https://en.wikipedia.org/wiki/Diophantine_approximation seems to assure the existence of such a sequence, but I have no idea how to construct it actually.