Let $F$ be the set of all functions $f : \mathbb{R} \to \mathbb{R}$. A relation $c$ is defined on $F$ by $f c g$ if and only if $f(x) ≤ g(x)$ for all $x ∈ \mathbb{R} $. Prove that '$c$' is a partial order.
I have proved that the relation is reflexive. Now I must prove that it is antisymmetric (and later transitive).
My working thus far:
Suppose $a, b ∈ F$. We must prove that if $a c b$ and $b c a$ then $a = b$. Now, if $a c b$ and $b c a$ then $f(a) ≤ f(b)$ and $f(b) ≤ f(a)$. Therefore, $f(a) = f(b)$.
Now, how to prove that $a = b$? There is no indication that $f$ is an injective function.
I think you are confuse about your own notation. You define the relation as
Now take a look in your proof: You say that $a,b \in \mathcal{F}(\mathbb{R},\mathbb{R})$ and then in your proof you use $a,b$ as variables for $f,g$! But your answer is not all wrong. Let's see it
Suppose $a,b \in \mathcal{F}(\mathbb{R},\mathbb{R})$. We want to prove that $(a \color{blue }c b $ and $b \color{blue}c a )$ implies $a = b$. Now what you've done is
And then $\color{red}{(1)\text{ and } (2)\text{ together}}$ implies that $\forall x \in \mathbb{R}, a(x) = b(x)$ wich implies that $a = b \in \mathcal{F}(\mathbb{R}, \mathbb{R})$. In blue is the relation and in red is important things that should be in your argument. Now you should try to answer transitive. But that should follow directly from arguments of inequality as the one above.