Logical Quantifiers

Logical quantifiers express statements about how many elements in a given set satisfy a certain condition or predicate. They play a key role in formalizing reasoning in mathematics and logic.

These quantifiers operate within a specific universe or domain of discourse—the set from which variables are drawn. Changing this universe can affect the truth of a formula, as certain predicates may be valid in one universe but not in another.

If all variables in a formula are covered by quantifiers (e.g., , ), then the formula is considered a statement because it has a definite truth value. However, if there are free variables (those without a quantifier) that require specific values to be substituted (such as in the definition of a prime number), the formula is not a statement but rather a condition that depends on the values of those free variables.

Two Main Types of Quantifiers

Universal Quantifier ():

  • Symbol:
  • Meaning: “For all,” “For every”
  • Asserts that a statement holds true for every element in the given universe.
  • Example: "" (For all real numbers , is greater than or equal to zero).

Existential Quantifier ():

  • Symbol:
  • Meaning: “There exists,” “At least one”
  • Asserts that at least one element in the universe satisfies a given condition.
  • Example: "" (There exists an integer greater than 10).

The Role of the Universe

The truth of quantifier statements hinges on the chosen universe. Remember our example with natural numbers () and integers ()?

  • Universe : “There exists an such that ” is false because no natural number satisfies this condition.
  • Universe : The same statement becomes true in the set of integers, as solves the equation.

Always clearly define your universe when working with quantifiers!

Changing the Universe: An Example

  • Universe (Natural Numbers):
    • Consider the statement: “There exists an such that .”
    • In the natural numbers, this is false because no natural number satisfies .
  • Universe (Integers):
    • The same statement, “There exists an such that x = -1$ solves the equation.

Thus, the universe of discourse directly influences the truth of formulas involving quantifiers. It is essential to clearly specify the universe when reasoning with quantified logical statements.

Negation of Logical Quantifiers

The negation process for quantifier statements involves carefully applying rules:

Consider the following two statements:

  • Let be the statement: “There exists a smallest number.”
  • Let be the statement: “There does not exist, for each number, an even smaller one.”

Intuitively, these statements seem equivalent. We will prove this by converting them into logical predicates and applying negation step by step. Let the universe (the set of natural numbers).

Statement : “There exists a smallest number.”

In predicate logic, this can be written as:

This means there exists a number such that is less than or equal to every number . In other words, is the smallest number.

Statement : “There does not exist, for each number, an even smaller one.”

First, translate the positive version of this statement:

  • “For each number, there exists an even smaller number.”

In predicate logic, this is written as:

The negation of this is:

This means it is not true that every number has a smaller one.

Step-by-Step Negation Process

Let’s now show how the negation transforms into :

  1. Start with :

  2. Apply negation to : Using the equivalence , we negate the universal quantifier:

  3. Apply negation to : Next, apply the equivalence :

  4. Result: This expression simplifies to:

This is identical to statement . Thus, and are logically equivalent.

Quantifier Distribution

Quantifier distribution essentially says that you can often move a quantifier (either universal or existential) across certain logical operators if you carefully adjust the scope of the quantifier and potentially the negations involved.

Key Rules:

  • Universal Quantifier Distributes Over Conjunction:

  • Existential Quantifier Distributes Over Disjunction:

  • Universal Quantifier Does Not Distribute Over Disjunction:

  • Existential Quantifier Does Not Distribute Over Conjunction:

Transitive Property

The transitive property is a fundamental rule for binary relations. It states that if one element is related to a second, and that second element is related to a third, then the first element must be related to the third.

Example:

Continue here: 05 Proof Types