I had asked this earlier but perhaps I could not put it precisely enough.
Consider the atomic formulae $\forall xPx$ and $Pa$, and the logical axiom $\forall xPx \rightarrow Pa$.
Can we define a function $T$, per an interpretation, from the set of sentences to $\{0,1\}$, depending on whether the sentence is true in that interpretation?
Further, if we let $T(\forall xPx)=u$ and $T(Pa) = v$, $u$ and $v$ being Boolean variables, taking values 0 or 1, depending on the interpretation, then do they always satisfy the equation, $$ T(\forall xPx \rightarrow Pa)=[1-{u\cdot (1-v)}]=1? $$
@Mauro:with this analysis, if our language has constants $a_1, a_2, \dots$ and we let $T(Pa_1)=v_1, \space T(Pa_2)=v_2, \dots$ then we should have, $u=c_1.v_1, \space u=c_2.v_2, \dots$ for all independent variables $v_1,v_2, \dots$ ($u$ being a Boolean function of $v1,v2, \dots$).
But the only Boolean function that can satisfy all these equations is the function that always takes only the value $0$.
How does one resolve this?