I'm working out an exercise which make me question my comprehension of rotation number. The definition that was handled to me is the following:
Given a homeomorphism $f:S^1 \rightarrow S^1$ that preserves orientation and $F:R\rightarrow R$ a lift of $f$ the rotation number is defined as $\rho(f)=lim_{n\rightarrow_\infty} \frac{F^n(x)-x}{n} \bmod 1$
My question here is that I can write this down as $\rho(f)=lim_{n\rightarrow_\infty} \frac{F^n(x)-x}{n} \bmod 1 = lim_{n\rightarrow_\infty} \frac{F^n(x)}{n}-\frac{x}{n} \bmod 1 = lim_{n\rightarrow_\infty} \frac{F^n(x)}{n} \bmod 1$
which means I can get rid of the $x$ term used in the definition.
This means I can also understand $\rho(f) = lim_{n\rightarrow_\infty} \frac{F^n(x)}{n} \bmod 1$ as a definition of rotation number. But I was wondering if that was actually right, why would be defined substracting $\frac{x}{n}$ instead which looks "more complex".
Is that right? Am I missing something here?
Thanks.