I'm somewhat interested in how we can use quantifiers (mostly existential and universal to clarify the way mathematical systems work)
If given a constant '$a$' can we define $P(a)$ for this constant, and can we use the existential or universal quantifiers over this constant, or is the definition of a predicate only for a variable which takes values over a domain? Perhaps we can limit the domain to include only this constant value?
If I want to talk about a variable representing a quantity $x$ which changes, is it possible to use quantifiers to express this formula or system specifying it as a quantity that takes multiple values and not defined only for a particular or constant value?
When the open formula $P(x)$ is instantiated with the value $a$ from the domain of discourse, we obtain the closed formula $P(a).$
It is syntactically valid to quantify $P(a)$ even though it contains no free variable (i.e., is no longer a predicate); however, the quantification is redundant: $$∀x\;P(a)\equiv P(a)\equiv∃x\;P(a).$$
On the other hand, $∀a\;P(a)$ and $∃a\;P(a)$ are not well-formed formulae as $a$ is a constant rather than a variable.