Define a relation $R$ on the set of functions from $\mathbb{R}$ to $\mathbb{R}$ as follows:
$(f, g) \in R $ if and only if $f(x) - g(x) \geq 0$ for all $x \in \mathbb{R}$
Is this relation reflexive? symmetric? transitive? Is it an equivalence relation? Explain.
I know that for it to be an equivalance relation, it has to be reflexive, symmetric and transitive. However I am not sure what it means by "on the set of functions".
A formal solution would help:)
Cheers,
Chris
Reflexive:
For every function $f(x)$, $f:\mathbb R \to \mathbb R$, can we say that $f(x) - f(x) \geq 0 \forall x \in \mathbb R$?
If so then the relation is reflexive.
Symmetric:
If $f(x), g(x)$ are functions from $\mathbb R \to \mathbb R$, and IF $f(x) - g(x) \geq 0$, can we conclude that $g(x) - f(x)\geq 0 \forall x \in \mathbb R\;?$
If not, the relation is not symmetric. For a formal proof, you need only give a counterexample to prove a property doesn't hold.
Transitive:
If $f(x), g(x), h(x)$ are functions from $\mathbb R \to \mathbb R$, and IF $f(x) - g(x) \geq 0\;$ and $\;g(x)- h(x) \geq 0,\;$ does it necessarily follow that $\;f(x)- h(x) \geq 0\;?$
If so, the relation is transitive.