I’m self-studying Tao’s Analysis I and following is a question from it.
Exercise 5.4.3. Show that for every real number $x$ there is exactly one integer $N$ such that $N ≤ x < N +1$. (This integer $N$ is called the integer part of $x$, and is sometimes denoted $N = ⌊x⌋$.)
Uniqueness is easy to show.
I wish to know if my following proof idea for existence is correct. It’d suffice to show this for positive real numbers.
Suppose on the contrary that there existed a positive real number $x$ such that for all positive integers $N$, $x<N+1$ implies $x<N$. Since there exists a positive integer $N_0$ such that $x<N_0=M+1$, where $M=N_0-1<N_0$ is a non-negative integer, and hence, $x<M$. Since $x$ is positive, $M$ is also positive. Hence we have shown that for all positive integers $N_0$, $x<N_0$ implies $x<M$ for some positive integer $M<N_0$, contradicting the principle of infinite descent, since I can create an infinitely descending list of positive integers $n$ satisfying the property $x<n$. Hence the proof completed.
You are going to need to use a basic property of the real numbers: given any real number, x, there exist an integer, N, such that N> x and conversely, given any integer N there exist a real number, x, such that x> N.