$Q(x)$ is constant on set $A$ means: for all $x\in A$, $Q(x)$ is not depended on $x$.
Is it possible to translate the following formula into formal logic word-by-word?
$\forall x\in \{y:P(y)\}$ ($Q(x)$ is constant.)
The translation of "$Q(x) $ is constant" should be: "$\forall xQ(x)\lor\forall x\neg Q(x)$"; however, this cannot be directly substituted into the original formula, as the "proper translation" should be $\forall x(Px\implies Qx)\lor \forall x(Px\implies \neg Qx)$, which cannot be further simplified. We seem to have a paradox here.
My guess: Rigorously speaking, we can only say that a predicate, $Q(\cdot)$, is constant. We cannot that say a proposition is constant. Note that for each $x$, $Q(x)$ is a proposition.
Motivation: one helpful member once give me a statement: "(For any $y$), all functions with a root have the same sign at $y$". I have a hard time translating this concise statement word-by-word into formal logic. I was thinking that not every rigorous natural language has a word-by-word translation into formal logic.