[step:Quotient by ground equality when equality is logical]
Assume now that equality is included as a logical symbol, and suppose the propositional ground theory consisting of $\operatorname{GI}(T)$ together with all ground equality axioms and ground congruence axioms is propositionally consistent. By propositional compactness, choose a global satisfying truth assignment $v$ for this enlarged ground theory.
Define a binary relation $\sim$ on $\operatorname{HU}(\mathcal L)$ by
\begin{align*}
s \sim t
\quad \Longleftrightarrow \quad
v(s = t) = \mathrm{true}.
\end{align*}
The ground reflexivity, symmetry, and transitivity axioms imply that $\sim$ is an [equivalence relation](/page/Equivalence%20Relation). For every $m$-ary function symbol $f$, the ground congruence axioms imply that if $s_i \sim t_i$ for $1 \le i \le m$, then
\begin{align*}
f(s_1,\dots,s_m) \sim f(t_1,\dots,t_m).
\end{align*}
Thus the interpretation
\begin{align*}
f^{\mathcal H}: (H/{\sim})^m &\to H/{\sim}, \\
([t_1],\dots,[t_m]) &\mapsto [f(t_1,\dots,t_m)]
\end{align*}
is well-defined. For every $m$-ary predicate symbol $P$, the predicate congruence axioms imply that the relation
\begin{align*}
([t_1],\dots,[t_m]) \in P^{\mathcal H}
\quad \Longleftrightarrow \quad
v(P(t_1,\dots,t_m)) = \mathrm{true}
\end{align*}
is well-defined on equivalence classes. Interpreting equality as actual equality on the quotient $H/{\sim}$, the same truth-lemma argument proves that every ground instance in the enlarged theory is true in $\mathcal H$. Therefore every universal sentence of $T$ is true in $\mathcal H$, and $T$ is satisfiable.
Conversely, if $T$ has a model with equality interpreted as identity, the valuation induced by interpreting ground terms in that model satisfies every finite set of ground instances of $T$ and also satisfies the ground equality and congruence axioms. Hence the equality version has the same equivalence.
[/step]