I have trouble understanding the explanation provided in my notes which goes as follows:
A set $\Sigma$ of L-formulas being inconsistent means $\Sigma\vdash\bot$.
Sound means $\Gamma\vdash\phi$ implies $\Gamma\models\phi$. It follows from soundness that inconsistent formulas do not have models. Strongly complete means $\Gamma\models\phi$ implies $\Gamma\vdash\phi$. It follows from strong completeness that all consistent sets of sentences have models.
For context, $\vdash$ is defined as a proof system for first order logic that is sound and complete for first order validities and $\Gamma$ is defined as a set of first order sentences.
I understand $\Sigma\vdash\bot$ to mean to be able to prove something false. However, all along, I read elsewhere and thought inconsistency means given a formula $\mathit{P}$, $\Sigma\vdash\mathit{P}\vee\neg\mathit{P}$. Is that any different to $\Sigma\vdash\bot$?
Also, more importantly, how are soundness, consistency and strong completeness related? In other words, I would appreciate an explanation on how the inconsistent formulas not having models follows from soundness and how all consistent sets of sentences having models follows from strong completeness.
Thank you in advance to anyone for any help!