0% found this document useful (0 votes)
10 views4 pages

conditional-proof

The document discusses conditional proofs, which are used to prove statements of the form 'if P, then Q'. It provides examples illustrating how to assume P, derive Q, and conclude the proof. Additionally, it explains the use of contrapositives and the rules of inference in constructing these proofs.

Uploaded by

quantbuddha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views4 pages

conditional-proof

The document discusses conditional proofs, which are used to prove statements of the form 'if P, then Q'. It provides examples illustrating how to assume P, derive Q, and conclude the proof. Additionally, it explains the use of contrapositives and the rules of inference in constructing these proofs.

Uploaded by

quantbuddha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

2-23-2020

Conditional Proof
A conditional proof is a proof of an “if-then” (conditional) statement.
Since any proof makes some assumptions, you might say that every proof is a conditional proof. But
there are different kinds of assumptions you might make. Consider the following conditional statements:

“If x ∈ R, then x2 + 49 ≥ 14x.”


“If x ∈ R and x > 3, then x2 + 5x + 2 > 25.”

There’s an obvious sense in which the “if” part of the second statement has more content that the “if”
part of the first statement. In the first statement, the “if” part doesn’t give you much to go on. In the
second statement, you would suspect that the number 3 is somehow related to the “then” part.
In this section, I’ll look at proofs of conditional statements where the “if” part carries that kind of
significant information.

Example. Prove that if x ∈ R and x > 3, then x2 + 5x + 2 > 25.

To prove the statement, you assume that x > 3. Now

x > 3, so x2 > 9.

Likewise,
x > 3, so 5x > 15.
If I add x2 > 9 and 5x > 15, I get x2 + 5x > 24. I compare this inequality to the target inequality, and
I see that I’m missing a “2” on the left and a “1” on the right. Well, 2 > 1, so adding this inequality to
x2 + 5x > 24, I obtain
x2 + 5x + 2 > 25.
Notice the conditional nature of the conclusion. It’s certainly not true that x2 + 5x + 2 > 25 for any
real number x. (For example, it’s false if x = 0.) The conclusion is true if the assumption x > 3 is true.

The last example shows how you write a conditional proof. In this situation, you’re trying to prove a
statement of the form P → Q, where P is the set of assumptions — it may be one statement, or several
statements — and Q is the conclusion. You assume P and try to derive Q. If you succeed, then P → Q is
true.

Example. (a) Prove that if x is a real number and x > 2, then x3 − 3x2 + 2x > 0.
(b) Give a specific example to show that the converse is false.

(a) Suppose x > 2. Then


x − 2 > 0, x − 1 > 2 − 1 = 1 > 0, x > 2 > 0.
Thus, x − 2, x − 1, and x are all positive. The product of positive numbers is positive, so

x3 − 3x2 − 2x = x(x − 1)(x − 2) > 0.

(b) Take x = 0.5. Then


(0.5)3 − 3(0.5)2 + 2(0.5) = 0.375 > 0.

1
However, 0.5 6> 2.

For the next few examples, recall that an integer n is even if it can be written as n = 2m for some
integer m.
An integer n is odd if it can be written as n = 2m + 1 for some integer m.
Example. (Proving the contrapositive) Let n be an integer. Prove that if 3n2 + 5n + 18 is not even,
then n is not even.
Recall that the conditional P → Q is logically equivalent to its contrapositive ¬Q → ¬P . In some cases,
you use this to prove a conditional statement by replacing it with its contrapositive.
In this example, the given conditional statement is kind of awkward: Both the “if” and “then” parts
are negative statements. And if I try to prove this conditional statement by assuming the “if” part — that
is, assuming that 3n2 + 5n + 18 is not even — it isn’t obvious how to proceed.
Instead, I replace the statement with its contrapositive: “If n is even, then 3n2 + 5n + 18 is even.”
Begin by assuming the “if” part: Suppose n is even. By definition, this means that n = 2m, where m
is an integer. Then
3n2 + 5n + 18 = 3(2m)2 + 5(2m) + 18
= 12m2 + 10m + 18
= 2(6m2 + 5m + 9)
Now 6m2 +5m+9 is an integer, so 2(6m2 +5m+9) is even (by definition of “even”). Hence, 3n2 +5n+18
is even.
Since I’ve proved the contrapositive, this proves the original statement.

If a and b are integers, a divides b means that there is an integer c such that ac = b. a divides b is
written a | b for short.
For example, 6 | 18 because 6 · 3 = 18, 10 | 0 because 10 · 0 = 0, and −6 | 6 since (−6) · (−1) = 6.
On the other hand, 3 does not divide 5, since there is no integer c such that 3 · c = 5. “3 does not divide
5” is written 3 6 | 5.
Note that an integer n is even if and only if 2 | n.
Example. Prove that if n is an integer and n is divisible by 3, then 2n2 + 5n + 12 is divisible by 3.

Note that you have to prove this directly from the definition and rules of algebra; you can’t assume
“obvious” things like “the sum of numbers divisible by 3 is divisible by 3” (unless you prove these “obvious”
things first!).
Suppose n is divisible by 3. Then n = 3m for some integer m. So

2n2 + 5n + 12 = 2(3m)2 + 5(3m) + 12 = 18m2 + 15m + 12 = 3(6m2 + 5m + 12).

The last expression is 3 times an integer. Hence, 2n2 + 5n + 12 is divisible by 3.


Note that I didn’t stop with “18m2 + 15m + 12” and say “the sum of integers divisible by 3 must be
divisible by 3”. That’s true, but I haven’t proved it. Can you do it?

Example. Prove that if n is odd, then n2 leaves a remainder of 1 when it is divided by 4.

I assume that n is an odd number. I want to prove that n2 leaves a remainder of 1 when it is divided
by 4.

2
An odd number is an integer which can be written in the form 2m + 1 for some integer m. Since n is
odd, n = 2m + 1 for some m.
Squaring n, I get
n2 = (2m + 1)2 = 4m2 + 4m + 1 = 4(m2 + m) + 1.

Since 4(m2 + m) is divisible by 4, n2 leaves a remainder of 1 when it is divided by 4.


This proves the conditional statement that if n is odd, then n2 leaves a remainder of 1 when it is divided
by 4.

A conditional proof in logic will be a proof of a statement of the form “P → Q”. To do this:

(a) State the premises.

(b) Introduce P as a new premise. Label it “Premise for conditional proof”.

(c) Prove Q from P and the given premises using rules of inference as usual.

(d) Conclude “P → Q”. Label it “Conditional proof”, and include the numbers of the statements for
P and for Q.

(A ∨ ¬C) → B
Example. Premises:
¬D → ¬B
Prove: A → D.

To prove the conditional statement A → D, I assume the “if” part A and try to prove the “then” part
D.

1. (A ∨ ¬C) → B Premise
2. ¬D → ¬B Premise
3. A Premise for conditional proof
4. A ∨ ¬C Constructing a disjunction
5. B Modus ponens (1, 4)
6. D Modus tollens (2, 5)
7. A→D Conditional proof (3, 6)
The then-part D was proved in line 6. Together with the if-part A in line 3, this proves the conditional
A → D.


A ∧ ¬D
Example. Premises:
B → (C → D)

Prove: (A → B) → ¬C.

To prove the conditional statement (A → B) → ¬C, I assume the “if” part A → B and try to prove
the “then” part ¬C.
1. A ∧ ¬D Premise
2. B → (C → D) Premise
3. A→B Premise for conditional proof
4. A Decomposing a conjunction (1)
5. B Modus ponens (1,3)
6. C→D Modus ponens (2,5)
7. ¬D Decomposing a conjunction (1)
8. ¬C Modus tollens (6,7)
9. (A → B) → ¬C Conditional proof (3,8)

3
The then-part ¬C was deduced on line 8. Together with the if-part A → B in line 3, this proves the
conditional (A → B) → ¬C.

c 2020 by Bruce Ikenaga 4

You might also like