Supriya Ghosh (Editor)

Tarski–Kuratowski algorithm

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In computability theory and mathematical logic the Tarski–Kuratowski algorithm is a non-deterministic algorithm which provides an upper bound for the complexity of formulas in the arithmetical hierarchy and analytical hierarchy.

The algorithm is named after Alfred Tarski and Kazimierz Kuratowski.

Algorithm

The Tarski–Kuratowski algorithm for the arithmetical hierarchy:

  1. Convert the formula to prenex normal form.
  2. If the formula is quantifier-free, it is in Σ 0 0 and Π 0 0 .
  3. Otherwise, count the number of alternations of quantifiers; call this k.
  4. If the first quantifier is ∃, the formula is in Σ k + 1 0 .
  5. If the first quantifier is ∀, the formula is in Π k + 1 0 .

References

Tarski–Kuratowski algorithm Wikipedia


Similar Topics