Suppose $f(n)=$ $\{$ ( number of $n$'s positive even factors) $-$ (number of $n$'s positive odd factors) $\}$
How can we prove/disprove the below statement?
$f(n)< 0 $ for half or more than numbers from $1$ to $2012^{2013}$
There is a positive number for $n$ such that $f(n)=2013$
Please edit the question by giving a good language.
For the first statement: if $n$ is odd, $n$ has no even factors. Therefore, $f(n) = (0 - \text{number of n's positive odd factors}) \lt 0$ for odd $n$. $2012^{2013}$ is even, so exactly half of the possible $n \in [1, 2012^{2013}]$ are odd, implying that the first statement is true.