Let $\Sigma=\{A,B,C,D,E\}$
$A\equiv \forall x e(x,x)$
$B\equiv \forall x \forall y e(x,y) \to e(y,x)$
$C\equiv \forall x \forall y \forall z( e(x,y) \land e(y,z))\to e(x,z)$
$D\equiv \forall x \forall ye(x,y)\to e(f(x),f(y))$
$E\equiv \forall x \forall y e(x,y) \to (p(x) \leftarrow \rightarrow p(y))$
Where $p$ is a predicate and $f$ is a function.
I have to show that there is no model $M$ such that $T_\Sigma=T_M$.
For this i have to find a formula $A$ such that $T_{\Sigma \cup A}$ and $T_{\Sigma \cup \lnot A}$ are both consistent.
$A$ has to be a closed formula.
$T_\Sigma$ is the theory produced from $\Sigma$
Can i get some help?