Tuesday, November 27, 2012
Ex 1.3 ⌊xm⌋
Let m be a positive integer. Show that for every real number x≥1, the number of multiples of m in the interval [1,x] is ⌊xm⌋; in particular, for every integer n≥1, the number of multiples of m among 1,...,n is ⌊nm⌋.
== Attempt ==
First, every real number x can be formulated as the sum of an integer and an ϵ∈R where 0≤ϵ<1. Using the "division with remainder property" (which says for every a,b∈Z with b>0, there exist unique q,r∈Z such that a=b⋅q+r and 0≤r<b), there exist q,r∈Z such that:
x=q⋅m+r+ϵ |
Obviously, q is the number of multiples of m in the interval [1,x]. To find q, we can start with dividing both sides by m:
xm=q+r+ϵm⌊xm⌋=⌊q+r+ϵm⌋ |
⌊xm⌋=q |
◻