Fix $x \in [0, 1/2]$ and consider the function $f(n, x) = \sin^2((2n +1) \pi x)$.
Based on plotting, it seems like the following is true
For every $x \in (0, 1/2)$, there exists $c \in (0, 1]$ and a positive integer $N$ such that for every $k \geq 0$, there exists an integer $m \in [kN, kN + N)$ such that $f(m, x) \geq c$.
In other words, we can partition the integers $\mathbb{N} = \cup_{k \geq 0} I_k$ where $I_k = [k N, kN + N) \cap \mathbb{N}$ and on each interval there is some $m \in I_k$ for which the function $f$ is bounded away from $0$ uniformly.
I tried to prove or disprove this claim using the fact that $\sin^2((2n+1) \pi x) = \sin^2(\pi \{(2n+1) x\})$ where $\{t\}$ denotes the fractional part of $t$, but I failed to make much progress.
Is this claim true?