Equivalence using quantifiers.
1.4 #43 : Are
∀xPx → Qx and ∀xPx → ∀xQx
logically equivalent? Obviously not. Let Px stand for "x is German" and Qx stand for
"x likes Sauerkraut" then
∀xPx → Qx stands for "all Germans like Sauerkraut"
while
∀xPx → ∀xQx stands for "if everybody is German then everybody likes Sauerkraut"
The book gives as answer for this problem: Let Px be any propositional function that
is sometimes true and sometimes false and let Qx be any propositional function that
is always false. Then ∀xPx → Qx is false, namely where Px is true, but
∀xPx → ∀xQx is true, because ∀xPx is false.
To be concrete, let D a, b and let a be German and b not German. Both don’t like
Sauerkraut. Then ∀xPx → Qx is false, at a, but ∀xPx → ∀xQx is true. In order
to make ∀xPx → Qx false, we only need that Qa is false.
For a more mathematical example, we could chose D ℕ natural numbers, Px x
is prime, Qx x 0. Then ∀xPx → ∀xQx is true, because not every number x is
prime, and ∀xPx → Qx is false, where x is prime.
If we have that Px is always true then ∀xPx → Qx is true in case that Qx is true
for all x. Then ∀xPx → Qx and ∀xPx → ∀xQx are equivalent, namely to ∀xQx.
In our German example, being German would be equivalent to liking sauerkraut.
1.4 #45 states that ∃xPx ∨ Qx and ∃xPx ∨ ∃xQx are equivalent:∃xPx ∨ Qx
is true iff for some x c we have that Pc or Qc is true iff ∃xPx or ∃xQx hold.
Are ∃xPx ∧ Qx and ∃xPx ∧ ∃xQx equivalent. Obviously not. Let D ℕ natural
numbers and Px "x is even", Qx " x is odd" . Then ∃xPx ∧ ∃xQx is true but
∃xPx ∧ Qx is never true.
Propositional equivalences can always be determined by setting up truth tables. A
propositional function fp 1 , . . . , p n which is always true, like f p p ∨ p , is called a
tautology. Setting up a truth table for fp 1 , . . . , p n decides whether fp 1 , . . . , p n is a
tautology or not. This is the only general method to decide whether a given
propositional function is a tautology. If you already know that fp 1 , . . . , p n is a tautology
then making fp 1 , . . . , p n F may quickly yield a contradiction.