The introduction to proof book used by the university i'm going to is very hard for me to understand.
For instance(at the beginning of the chapter for the transition from rational to real numbers):
The author defines the set of rational numbers including $\sqrt2$ as
$\mathbb{Q}(\sqrt2)=\{a+b\phi:a,b \in \mathbb{Q}\}$
He then defines order in this set as:
$s+t\phi \lessdot u+v \phi $ when $|s-u|(s-u)<2|v-t|(v-t)$
He defines addition in the set as:
$(s+t \phi) \oplus(u+v\phi)=(s+u)+(t+v)\phi$
and multiplication as:
$(s+t \phi) \odot(u+v\phi)=(su+2tv)+(sv+tu) \phi$
At the end of the chapter exercise he asks
Q.Consider the field $\mathbb{Q}(\sqrt2)=\{a+b\phi:a,b \in \mathbb{Q}\}$
and the order on it given by:
$s+t\phi \lessdot u+v \phi $ iff $|s-u|(s-u)<2|v-t|(v-t)$
Then he asks questions like
Prove that if $a,b,c,d \in \mathbb{Q} $ then exactly one of the following holds:
$|a-c|(a-c)<2|d-b|(d-b);\\ |a-c|(a-c)>2|d-b|(d-b);\\ |a-c|(a-c)=2|d-b|(d-b).$
How am I supposed to answer these questions?