A→C1,C1→C2,…,Cm−1→Cm,Cm→B∴A→B
is valid (Extended Law of Syllogism).
- To prove P⇒Q, start by assuming that P is true. Then, through a sequence of (appropriately justified) intermediate conclusions, arrive at Q as a final conclusion.
- To prove (∀x)(P(x)⇒Q(x)), start by assuming that x is an arbitrary but unspecified element in the domain such that P(x) is true. The first sentence in your argument should be: “Suppose x is a such that P(x)”, where the blank is filled in by the definition of the domain of x. Then, through a sequence of (appropriately justified) intermediate conclusions that do not depend on knowing the specific object x in the domain, arrive at Q(x) as a conclusion.
Prove: If n is even, then n2 even.
Solution
Let P(n) represent the predicate “n is even” and let Q(n) represent the predicate “n2 is even”, with domain the integers.
Suppose that n is an arbitrary (but unspecified) integer such that n is even. Then there exists an integer m such that n=2m, and so n2=4m2=2(2m) is even.
Check your understanding. Attempt Exercises 6.12.4–6.12.6.