Content deleted Content added
m Date/fix maintenance tags |
m →Statement: 2x worst case? does not seem to make sense |
||
Line 12:
===Statement===
The theorem states that: If <math>f(n)</math> is a time-constructible function, then there exists a [[decision problem]] which cannot be solved in
Even more generally, it can be shown that if <math>f(n)</math> is time-constructible, then <math>\operatorname{DTIME}\left(o\left(\frac{f(n)}{\log f(n)}\right)\right)</math> is properly contained in <math>\operatorname{DTIME}(f(n))</math>. For example, there are problems solvable in time ''n''<sup>2</sup> but not time ''n'', since ''n'' is in <math>o\left(\frac{n^2}{\log {n^2}}\right)</math>.
|