THIRD CASE
Let x be midway between the two integers n and n+1. Then x is smaller than the value\(n + \frac{1}{2}\) midway between the two integers.
\(n + \frac{1}{2} < x < n + 1\)
Add\(\frac{1}{2}\)to each side of the inequality
\(n < x - \frac{1}{2} \le n + \frac{1}{2} < n + 1\)
Since\(n < x - \frac{1}{2} < n + 1\), the floor function of\(x - \frac{1}{2}\)is equal to the lower integers
Then we obtain:\(\left\lfloor {x - \frac{1}{2}} \right\rfloor = n + 1\)
\(n + 1\)was also the closet integer to x, thus we have proven the statement for this case.
Hence, the solution is
When x is not midway between the two integers,\(\left\lfloor {x - \frac{1}{2}} \right\rfloor \)is equal to the smaller of the two integers.
When x is midway between the two integers, \(\left\lfloor {x - \frac{1}{2}} \right\rfloor \) is equal to the closet integer to the number x.