I wish to check my understanding regarding the definitions of contradiction, consistency and completeness, as well as their relation to syntax and semantics.
Let us make the following definitions: $\def\bS{\textbf{S}} \def\f{\varphi}$
Definition: a sentence $\chi$ is a contradiction iff $\vdash \neg\chi$.
Definition: a set of sentences is consistent iff there is no contradiction $\chi$ for which $\bS\vdash\chi$. Otherwise it is called inconsistent.
Definition: a set of sentences $\bS$ is complete iff given any sentence $\f$, then either $\bS\vdash \f$ or $\bS\vdash \neg\f$. Otherwise it is called incomplete.
It seems to me that all the previous definitions could be made in terms of semantics by replacing '$\vdash$' by '$\models$'. Because of the Completeness Theorem, it is irrelevant which to use, yet previous to proving said theorem we could distuinguish between the syntactic and semantic version of these definitions.
Am I wrong?