We have set $X$ consisting of positive functions $f: \Bbb{N} \to \Bbb{R}^+$. Are the following relations partial order sets?
1) $f(n)Rg(n) ⇔ f(n) = o\big(g(n)\big)$
2) $f(n)Sg(n) ⇔ f(n) = O\big(g(n)\big)$
3) $f(n)Tg(n) ⇔ f(n) = o\big(g(n)\big) ∨ f(n) = g(n) ∀ n ∈ \Bbb{N}$
I know that partially ordered set means the set is reflexive, transitive and antisymmetrical. But how do I check each one of this qualities?
HINT
Let's do this to $S$, for example.