Suppose that $(A,\le)$ is a complete lattice, that means $(A,\wedge,\vee)$ is a lattice which satisfies $$\forall B \subseteq A[\bigwedge B\text{ and }\bigvee B\text{ exist}].$$ And of course $(\wp(A),\subseteq)$, in which $\wp(A)$ is the powerset of $A$, is a complete lattice too (let $\bigcap \emptyset=A$). Furthermore, Let $(D,\sqsubseteq)$ be a directed set, and $P \colon D \to \wp(A)$ s.t. $\forall \alpha,\beta \in D[\alpha \le \beta \Rightarrow P_{\alpha} \supseteq P_{\beta}]$. Then if $\bigcap_{\alpha \in D}P_{\alpha} \ne \emptyset$, do
$\bigvee \bigcap_{\alpha \in D}P_{\alpha}=\bigwedge_{\alpha \in D}\bigvee P_{\alpha}$?
$\bigwedge \bigcap_{\alpha \in D}P_{\alpha}=\bigvee_{\alpha \in D}\bigwedge P_{\alpha}$?
That is, in discrete topology, are the limit superior and limit inferior of a directed net exactly the supremum and infimum of this net's limit set respectively?
I don't think so. Let $A$ be the extended real line with the usual ordering. Let $D$ be the naturals. Let $P_n = (-1/n - 1,-1) \cup \{0\} \cup (1,1+1/n)$. Then $\cap P_n = 1$ and hence its sup and inf are both just 1. But $\inf_n \sup P_n = \inf_n 1 + 1/n = 1 \neq 0$, and $\sup_n \inf P_n = \sup_n -1 - 1/n = -1 \neq 0$.
Edit: The above example takes advantage of the fact that the directed set $(\mathbb{N},\leq)$ has no upper bound. If you require $D$ to be a dcpo instead, then $\cap_{\alpha \in D} P_\alpha = P_{\sup D}$, which using the condition that $$\alpha \leq \beta \implies \inf P_\alpha \leq \inf P_\beta, \sup P_\alpha \geq \sup P_\beta$$ you get the formulae you want.