Let $\geq$ be a partial order on a set $X$. For each $x\in X$, let $F(x)\equiv \{a\in X:a\geq x\}$ and $\mathcal{F}\equiv\{F(x):x\in X\}$. I want to show that $F:X\to\mathcal{F}$ is a bijection.
First I have shown that it is an injection. Take $x,x'\in X, x\neq x'$. Suppose by contradiction $F(x)=F(x').$ Since $x\in F(x),x\in F(x')\implies x\geq x'$. Similarly, $x'\geq x$. Thus, $x=x'$, which is a contradiction. thus, $F(x)\neq F(x')$.
I'm having trouble showing that $F$ is a surjection. How do I do that?