Let $F$ be the set of all functions $f : \mathbb{R} \to \mathbb{R}$. A relation $\preceq$ is defined on F by
$f \preceq g$ if and only if $f(x) \le g(x)$ for all $x \in \mathbb{R}$.
Prove that $\preceq$ is a partial order.
I know that, in order to prove that a relation (in this case, $\preceq$) is a partial order, we must prove that the relation satisfies three things:
- Reflexitivity: If $a \in R$, then $(a, a) \in R$.
- Anti-Symmetry: If $(a, b) \in R$, then $a = b$.
- Transitivity: If $(a, b) \in R$ and $(b, c) \in R$, then $(a, c) \in R$.
However, I'm unsure of how to prove these for this type of problem (with functions). I would appreciate it if someone could please take the time to show and explain this.
We don't have much to work with other than the definition of $\preceq$. In a way, this makes the problem easier since the techniques available are already presented.
$$ f(x) \leq g(x) \quad \text{ and } \quad g(x) \leq h(x) $$
By transitivity of $\leq$, this implies $f(x) \leq h(x)$. Since this happens for all $x \in \mathbb{R}$, we have $f \preceq h$.
As you can see from the proof, we are not using anything other than $\leq$ being an order relation.
In general, if $\leq'$ is an order on a set $X$ and $Y$ is another set, you can give an order relation on $X^Y$ via $f \preceq' g$ iff $f(x) \leq' g(x) \quad (\forall x \in X)$.