I want to know the definition of null quantification and when and why we need to use it. In a book I was learning, it says:
"establish rules for null quantification that we can use when a quantified variable does not appear in part of a statement. "
And
" Establish these logical equivalences, where x does not occur as a free variable in A. Assume that the domain is nonempty.
a) $\forall x ~( P(x) \lor A ) \iff ( \forall x~P(x) ) \lor A$ "
Now can anyone explain me what is said in this two quotes. And what's the $A$ here in the second quote. Is this stands for a proposition without $x$ or a free variable or a bound variable.
Please explain this with a proper definition and a clear example.
$A$ is a proposition (a well formed formula) and it explicitly states it is being used "where $x$ does not occur as a free variable in $A$."
So we have a part of the statement, $P(x)\vee A$, where the term $x$ does not occur as a free variable; that part being the $A$.
We would like to establish a rule if inference where we can 'extract' this part from the quantified statement -- also, conversely, to 'inject' it when we have the disjunction.
That is we wish to show that $\forall x~(P(x)\lor A)$ entails, and is entailed by, $(\forall x~P(x))\lor A$. That the two statements are equivalent (well, when the domain is non-empty).
$\forall x~(P(x)\vee A)$ claims that: "Every valuation for $x$, in this non-empty domain, satisfies the formula $P(x)\lor A$."
$(\forall x~P(x))\vee A$ claims that: "$A$ is satisfied or every valuation for $x$, in this non-empty domain, satisfies the formula $P(x)$."