Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. documentclass[11pt]{amsart}
  2. usepackage{mathtools}
  3. usepackage{enumitem}
  4. DeclarePairedDelimiterfloor{lfloor}{rfloor} % floor function fences
  5. begin{document}
  6. Prove that the greatest-integer function, $floor{x}$, has the properties indicated.
  7. begin{enumerate}[label=(alph*)]
  8. item $floor{x + n} = floor{x} + n,$ for every integer $n$.
  9. item [
  10. floor{-x} = begin{cases}
  11. - floor{x} & text{if } x text{ is an integer}, \
  12. - floor{x} -1 & text{otherwise.}
  13. end{cases}
  14. ]
  15. item $floor{x+y} = floor{x} + floor{y} qquad text{or} qquad floor{x} + floor{y} +1$.
  16. item $floor{2x} = floor{x} + floor{x + frac{1}{2}}$
  17. item $floor{3x} = floor{x} + floor{x + frac{1}{3}} + floor{x + frac{1}{3}}$
  18. end{enumerate}
  19. end{document}
Add Comment
Please, Sign In to add comment