It's the same question in Show that in a quasi-compact scheme every point has a closed point in its closure.
Show that in a quasi-compact scheme $X$, every point $p$ has a closed point in its closure
So here I want to ask for a solution verification. At first I did it wrong, without using the quasicompact properties. And after hours of trying I got a proof via Zorn's lemma, as following.
Proof: Suppose $p \in X$, define $\Sigma = \{Z: \text{nonempty, closed, and } \subseteq \overline{\{q\}} \}$. Then $\Sigma$ is nonempty for $\overline{\{q\}} \in \Sigma$. Define a partial order on $\Sigma$ by the subset containing relationship, i.e., $a \leq b$ if and only if $a \subseteq b$.
Then every descending chain chain has a lower bound: Suppose $\cdots \leq Z_n \leq \cdots \leq Z_1$, i.e, $\cdots \subseteq Z_n \subseteq \cdots \subseteq Z_1$. Then $\cap Z_n$ cannot be empty. Otherwise we have $X=X-\cap Z_n = \cup (X-Z_n)$. Then by $X$ being quasicompact, some subcover of $\{Z_n\}$ covers $X$. WLOG suppose it's $\{X-Z_1, \cdots, X-Z_n\}$. Then $X = \cup_{i=1}^{n} (X-Z_i) = X - Z_n$. Hence $Z_n$ is empty. It contradicts with the assumption that $Z_n$ is not empty. Hence $\cap Z_n$ is not empty and hence a lower bound for the descending chain.
Now every descending chain has a lower bound. By Zorn's lemma, $\Sigma$ has some minimal element $m$. We prove that $m$ is a single point set $\{q\}$ and hence $q$ is a closed point contained in $\overline{\{p\}}$:
Since $\overline{\{q\}} \subseteq m$. By $m$ being minimal, we have $\overline{\{q\}} = m$. If there is some other point $q' \in m$, for the same argument we have $\overline{\{q'\}} = m$. Then by Vakil's FOAG, 5.1.B Exercise, there is a bijection between irreducible closed subsets and points for scheme. We have $q = q'$. $\square$
Is this proof correct? In general I got the idea from the proof for affine scheme. It differs with the linked answer and uses the result of another Exercise(cf Exercise 5.1.B in Vakil's FOAG). I am afraid if I still make something wrong. more related context can be found in Vakil's FOAG August 29, 2022 Edition, Page 155. Thank you very much.