Skip to content Skip to navigation

Connexions

You are here: Home » Content » Reference: first-order equivalences

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the authors

Recently Viewed

Reference: first-order equivalences

Module by: John Greiner, Phokion Kolaitis, Moshe Vardi, Matthias Felleisen

Summary: Some equivalences for manipulation of first-order formulas.

The following equivalences are in addition to those of propositional logic. In these, φφ and ψψ each stand for any WFF, but θθ stands for any WFF with no free occurrences of xx .

First-order Logic Equivalences
Equivalence Variant Variant
Complementation of Quantifiers x. ¬φ ¬ x. φ x. ¬φ ¬ x. φ x. ¬φ ¬ x. φ x. ¬φ ¬ x. φ
Interchanging Quantifiers x. y. φ y. x. φ x. y. φ y. x. φ x. y. φ y. x. φ x. y. φ y. x. φ
Distribution of Quantifiers x. (φψ) (x. φ x. ψ )x. (φψ) (x. φ x. ψ ) x. (φψ) (x. φ x. ψ )x. (φψ) (x. φ x. ψ )
x. (φθ) (x. φ θ)x. (φθ) (x. φ θ) x. (φθ) (x. φ θ)x. (φθ) (x. φ θ)
x. (φθ) (x. φ θ)x. (φθ) (x. φ θ)
x. (θφ) (θx. φ )x. (θφ) (θx. φ )
Distribution of Quantifiers — with non-empty domain x. (φθ) (x. φ θ)x. (φθ) (x. φ θ) x. (φθ) (x. φ θ)x. (φθ) (x. φ θ)
x. (φθ) (x. φ θ)x. (φθ) (x. φ θ)
x. (θφ) (θx. φ )x. (θφ) (θx. φ )
Renaming x.φy. φ[xy] x.φy. φ[xy] x.φy. φ[xy] x.φy. φ[xy]
Simplification of Quantifiers — with non-empty domain x. θ θx. θ θ x. θ θx. θ θ
Simplification of Quantifiers — with empty domain x. φ truex. φ x. φ falsex. φ

When citing Distribution of Quantifiers, say what you're distributing over what: e.g., “distribute over (with θθ being xx-free)”.

In renaming, the notation φ[xy]φ[xy] means “φφ with each free occurrence of xx replaced by yy”. It is a meta-formula; when writing any particular formula you don't write any brackets, and instead just do the replacement.

This set of equivalences isn't actually quite complete. For instance, (x. y. R(x,y) y. x. R(x,y) )(x. y. R(x,y) y. x. R(x,y) ) is equivalent to true, but we can't show it using only the rules above. It does become complete1 if we add some analogs of the first-order inference rules, replacing with (and carrying along their baggage of “arbitrary” and “free-to-substitute-in”).

Footnotes

  1. It's not obvious when this system is complete; that's Gödel's completeness theorem, his 1929 Ph.D. thesis. Don't confuse it with his more celebrated Incompleteness Theorem, on the other hand, which talks about the ability to prove formulas which are true in all interpretations which include arithmetic (as opposed to all interpretations everywhere.)

Comments, questions, feedback, criticisms?

Send feedback