OK, here are two questions out of Nathanon's Additive Number Theory from the section on fractional parts ($\S$4.4).
I think I'm missing something. I don't understand what there is to prove? Let $x\in \mathbb{R}$ and let
$$||x||:= \min(|n-x|:n \in \mathbb{Z}) $$
So, its just the distance from $x$ to the nearest integer. Questions 1 and 2 of $\S4.4$ are to show:
$$||\alpha +\beta|| \le ||\alpha||+||\beta||$$ and this little thing: $$||x|| = ||-x|| = ||x+n||, \forall n \in \mathbb{Z}$$ I've seen similar questions before on a course in ele number theory, and didn't do so well on them. As stated above, I don't know what there is to prove, or how I would do it. Do I actually need to go back to the definition of $||x||$? Thanks for any help on this..
Yes, as simple as it sounds: to show a theorem about $\Vert\cdot\Vert$, it is very useful to have a look at its definition. After all, the defining properties are a priori all you know about it.
Let $\alpha, \beta$ be real numbers. By definition of $\Vert\cdot\Vert$, there exists an integer $n\in \mathbb Z$ such that $\Vert\alpha\Vert = |n-\alpha|$. Similarly, there exists an integer $m\in\mathbb Z$ such that $\Vert\beta\Vert = |m-\beta|$. Since $n+m\in \mathbb Z$ and we take the minimum over all elements of $\mathbb Z$, surely $$\Vert\alpha+\beta\Vert\le|(\alpha+\beta)-(n+m)|\le |\alpha-n|+|\beta-m|=\Vert\alpha\Vert + \Vert\beta\Vert.$$
See if you can show the other thing yourself (hint: it suffices to show $\Vert -x\Vert\le \Vert x\Vert$ and $\Vert x\Vert\le \Vert x+n\Vert$ - why?).