Functions

The floor function assigns to the real number x the largest integer that is less than or equal to x. It is denoted with x.

The ceiling function assigns to the real number x the smallest integer that is greater than or equal to x. It is denoted with x.

Note that both of these functions map the reals to the integers:

x:RZ,      x:RZ.

Question: Are these functions

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18