I need help for the following task. Unfortunately I don't have any idea how to start.
a) Prove: A field $K$ is an ordered $\leftrightarrow$ Subset $P \subseteq K$ exists with following features:
$\forall x,y \in P$ : $x+y \in P$
$\forall x,y \in P : x\cdot y \in P$
$\forall x \in K$ applies exactly one of these relationships:
$x = 0$, $x\in -P$, $x \in P$
Edit: A field is called ordered if it satisfies all these properties:
$\forall x,y \in \mathbb {R}$ applies exactly one of these relationships: $x=y, x<y$, or $x>y$ (trichotomy)
$\forall x,y,z \in \mathbb{R}$ applies $x<y,y<z \rightarrow x<z$ (transitive relation)
$\forall x,y,z \in \mathbb{R}$ applies: $x<y \rightarrow x+z<y+z$
$\forall x,y,z \in \mathbb{R}$ applies: $x<y,0<z \rightarrow xz<yz$ (I don't know the english names for these properties)
b) Let K be a field of rational expressions with real coefficients, that means expressions of the form $\frac{p}{q}$ where $p$ and $q\neq0$ are polynoms with real coefficients. Show that $K$ is ordered. (Hint: Use a) with $P$={$\frac{a_0 +a_1x+...+a_{n-1}x^{n-1}+a_nx^n}{b_0+b_1x+...+b_{n-1}x^{m-1}+b_mx^m}$ $\in K$ : $a_n \cdot b_m > 0, m, n \in \mathbb{N}$
My approach for b: https://i.stack.imgur.com/tafOz.png
I am thankful for any advice.