In my course notes of my modelling course, there is proof for the following proposition:
If the proof system is sound and complete, then consistency and satisfiability coincide.
In some part of the proof, they claim the following:
If $T$ is not satisfiable, then it holds in a trivial way that every formula is true in every model of $T$, hence, for arbitrary formula $\varphi$, $T \vDash \varphi$ and $T \vDash \neg \varphi$, and by completeness $T \vdash \varphi$ and $T \vdash \neg \varphi$. We conclude that $T$ is inconsistent.
Can someone explain this in a more 'practical' way, e.g. by providing an example. More precisely, I don't really understand the claim "If $T$ is not satisfiable, than it holds in a trivial way that every formula is true in every model of $T$".
Thanks in advance