Content deleted Content added
Definition in terms of ordinary quantifiers |
|||
Line 8:
Counting quantifiers can be defined [[recursive definition|recursively]] in terms of ordinary quantifiers.
Let <math>\
:<math>\begin{align}
\exists^{= 0} x F(x) &\leftrightarrow \neg \exists x F(x) \\
\exists^{= k+1} x F(x) &\leftrightarrow \exists x (F(x) \land \exists^{= k} y (y \neq x \land F(y)))
\end{align}</math>
Let <math>\
:<math>\begin{align}
\exists^{\geq 0} x F(x) &\leftrightarrow \top \\
|