Let M be a set and denote by $\mathbb{F}$ the set of all functions $f:M \rightarrow \mathbb{R}$, show that, $ f \leq g \Leftrightarrow \forall a \in M : f(a) \leq g(a) $ is a order relation for $(f,g) \in \mathbb{F} \times \mathbb{F}$ Is this a total order?
So I have to show
For reflexivity
1) $\forall a \in M f(a) \leq f(a)$ (it is clear that this holds)
Transitivity
2) I need to show that if $f \leq g$ and $g \leq h$ then $f \leq h$. It is clear that this holds, but I have difficulties proving this formally.
Antisymmetric
3) I need to show that if $f \leq g$ and $g \leq f$ then $f=g$ (Here I also do not know how to show this)
For the total order I need to show that
4) for (f,g) $ f \leq g$ OR $g \leq f$
Help and hints would be appreciated