Let $s$ be an element of a partially ordered set $(P,\le)$, the upper closure of $s$ denoted $\small{\uparrow} \large{s}$ is the set of all elements in $P$ greater than or equal to $s$,e.g.:
$$\left\{p \in\ P:\ s\le p\right\}$$
The lower closure can be defined analogously.
Given a subset $\mathbb S$ of a partially ordered set $(P,\le)$, the upper closure of $\mathbb S$ is the set of all closures of the elements contained in $\mathbb S$,e.g.: $$\uparrow \mathbb S := \bigcup_{s \in \mathbb S}\small{\uparrow} \large{s}$$
The lower closure can be defined analogously.
Prove:
The upper and lower closures of a set are the smallest upper and lower sets containing it.
Updated.
My try:
Let $(S,≤)$ be a partially ordered , we want to show that if $U$ is an upper closure for $A⊆S$ , then U is also an upper set, so assume $u∈U$ and $s∈S:u≤s$, since U is an upper closure for $A$ so $∃a∈A:a≤u$ , by transitivity of $≤$ implies $a≤s$ , But I don't know how to show that $s∈U$ and finish the proof.