對一實數 $a$,以 $[a]$ 表示不大於 $a$ 的最大整數,例如:$[1.2] = [\sqrt{2}] = 1$,$[-1.2] = -2$。考慮無理數 $\theta = \sqrt{10001}$,試選出正確的選項。
- $a-1 < [a] \le a$ 對任意實數 $a$ 均成立
- 數列 $b_n = \dfrac{[n\theta]}{n}$ 發散,$n$ 為正整數
- 數列 $c_n = \dfrac{[-n\theta]}{n}$ 發散,$n$ 為正整數
- 數列 $d_n = n \left[ \dfrac{\theta}{n} \right]$ 發散,$n$ 為正整數
- 數列 $e_n = n \left[ \dfrac{-\theta}{n} \right]$ 發散,$n$ 為正整數