Quantifier rank

In mathematical logic, the quantifier rank of a formula is the depth of nesting of its quantifiers. It plays an essential role in model theory.

Notice that the quantifier rank is a property of the formula itself (i.e. the expression in a language). Thus two logically equivalent formulae can have different quantifier ranks, when they express the same thing in different ways.

Definition

Quantifier Rank of a Formula in First-order language (FO)

Let φ be a FO formula. The quantifier rank of φ, written qr(φ), is defined as

Remarks

Quantifier Rank of a higher order Formula

qr([LFPφ]y) = 1 + qr( φ)

...

Examples

xy R(x, y)
x R(y, x) x R(x, y)
R(x, y) x y
\forall x\exists y\exists z ((\lnot x = y) \land x R y )  \land ( (\lnot x = z) \land z R x )
\forall x ( \exists y ((\lnot x = y) \land x R y ) ) \land ( \exists z ((\lnot x = z) \land z R x ) )

See also

References

External links