I tried to prove the soundness of a Hilbert system over in this post and so now I am trying to prove completeness from the other direction:
$$\Gamma \models \varphi \implies \Gamma \vdash \varphi$$
I read this as "If $\varphi$ is true under all interpretations where $\Gamma$ is satisfied, then we can show that $\varphi$ is provable from $\Gamma$"
But then I realized I don't even know where to begin. We are starting from a position where we don't even have a proof written down. This led me to realize that maybe I don't fully understand semantic entailment. In absence of syntax / axioms / inference rules / etc, I don't even know what this really means.
What are some examples of what this even looks like before we move onto showing provability? Is this something we are only able to show strictly in terms of truth tables? (this perhaps the real question I am asking in all this)
For example: If $\Delta = \{p, (p \to q) \}$, can we say $\Delta \models q$? Meaning that when $p$ is true and $p \to q$ is true, then the truth tables suggest that $q$ is true? And then we can show the existence of a proof of $q$ in three lines: $\varphi_1 = p, \varphi_2 = p \to q$ by assumption, and then $\varphi_3 = q$ via modus ponens on $\varphi_1$ and $\varphi_2$?
And then proving completeness is showing that whenever all the statements of $\Delta$ are true and the righthand side is true, we can write a proof for it?