As the question states, I want to prove that $ \exists n \in \mathbb{N}$ s.t. $10^{-n} < x <10^x$ for $x>0, x \in \mathbb{R}$. The hint given is to prove $10^n >n$.
I proved $10^n > n$ via proof by induction. The base case is trivial. The inductive step is as follows:
Assume $10^n > n$ is true. We can rewrite $10^{n+1}$ as $10^n \cdot 10 \rightarrow 10^n(9+1) \rightarrow 10^n + 9 \cdot 10^n$
Then we can add $9 \cdot 10^{n}$ to our inductive hypothesis and get
$10^{n+1} > n + 9 \cdot 10^{n}$
And so $10^{k}>k$ for $ \forall K \in \mathbb{N}$.
My problem now is that I don't see how this helps me prove $10^{-n} < x <10^x$. Any help or hints would be much appreciated.
Update: Apparently if we prove $10^n>n$, we can use this fact coupled with the Archimedian property: $n\cdot x>y$ for $x,y\in R$ and if we let x=1 and y=x, we have $n>x$. With fact 1, we have $10^n > n > x$ so $10^n>x$.
I am however, stuck on proving $10^{-n} < x$. I feel like I am over thinking and that the proof for it would be trivial.
With fact 1, we have 10^n > n > x so 10^n > xHow is that relevant? In your question (and title) is the second inequality $x \lt 10^x$ or is it maybe $x \lt 10^n$? – dxiv Oct 07 '16 at 00:46