R is relation over the set of functions continuous in $[0,1]$ that defined
$$fRg \Longleftrightarrow f(x) \leq g(x) \rightarrow x\in [0,1]$$
I know that to prove it I need to show that
- if for all $a \in A$(the functions set) implies $(a,a)\in R \rightarrow$ Reflexivity
- for all $(a,b) \in R , (b,a) \in R \rightarrow a=b $ i.e. Anti - Symmetry
- if for all $(a,b) \in R $ and $(b,c) \in R \rightarrow (a,c)\in R $ Transitivity
for reflexivity: $fRf \longleftrightarrow f(x)\leq f(x)$ $R$ reflexivity
for anti symmetry $fRg ,gRf\longleftrightarrow f(x)\leq g(x) \wedge g(x)\leq f(x) \rightarrow f(x)=g(x) $ $R$ anti symmetry
what about transitivity?
Thanks!