Is the following proof correct, or I miss something?
Lemma A consistent set of formulas is satisfiable.
Proof
Let be $\Sigma$ is consistent set of formulas, thus, from Proposition ???, there is no $\alpha$ such that $\Sigma\vdash\alpha$ and $\Sigma\vdash\neg\alpha$. Thus we can define a truth assignment $u$ as follows: \begin{equation} u(\alpha)=\begin{cases}\top&\text{if $\Sigma\vdash\alpha$}\\ \bot&\text{if $\Sigma\vdash\neg\alpha$}\\ \top\text{ (or $\bot$)}&\text{otherwise.} \end{cases} \end{equation}
For all $\beta\in\Sigma$ we have $\Sigma\vdash\beta$, thus $u(\beta)=\top$. Therefore $\Sigma$ is satisfiable.
Definitions
I use a definition of consistent that I proved (Proposition ???) to be equivalent to 'there is no $\alpha$ such that $\Sigma\vdash\alpha$ and $\Sigma\vdash\neg\alpha$'.
A set of formula $\Sigma$ is satisfiable if there is a truth assignment that satisfies all formula in $\Sigma$.