Contradiction Method: Proving Statements Through Contradiction and Supposition

Click For Summary
SUMMARY

The discussion focuses on the method of proof by contradiction, which begins by assuming a statement is false and demonstrating a contradiction to establish its truth. The conversation also explores the relationship between two statements, A and B, clarifying that while one can conclude "if A is true, then B is true," one cannot conclude "if A is true, then B is false." Additionally, the distinction between proof by contradiction and proof by exhaustion is highlighted, with proof by exhaustion involving checking a finite number of cases without necessarily leading to contradictions.

PREREQUISITES
  • Understanding of logical statements and their truth values
  • Familiarity with mathematical proof techniques
  • Basic knowledge of modular arithmetic
  • Concept of equivalence classes in number theory
NEXT STEPS
  • Study the principles of Proof by Contradiction in mathematical logic
  • Explore Proof by Exhaustion with examples in combinatorics
  • Learn about modular arithmetic and its applications in proofs
  • Investigate equivalence relations and classes in set theory
USEFUL FOR

Mathematicians, educators, students in advanced mathematics courses, and anyone interested in understanding formal proof techniques and logical reasoning.

Devil Moo
Messages
44
Reaction score
1
Proof by contradiction starts by supposing a statement, and then shows the contradiction.

1. Homework Statement


Now, there is a statement ##A##.
Suppose ##A## is false.
It leads to contradiction.
So ##A## is true.

My question:
There are two statements ##A## and ##B##.
Suppose ##A## is true.
Further suppose ##B## is false.
It leads to contradiction.
Can I conclude that "if ##A## is true, then ##B## is false."

Moreover, how do I distinguish between "Proof by Contradiction" and "Proof by Exhaustion"?
 
Physics news on Phys.org
Devil Moo said:
Can I conclude that "if A is true, then B is false."
No. But you can conclude that if A is true then B is true.
Devil Moo said:
Moreover, how do I distinguish between "Proof by Contradiction" and "Proof by Exhaustion"?
Proof by exhaustion does not necessarily involve any contradictions. Here's the definition from wiki:
Proof by exhaustion, also known as proof by cases, proof by case analysis, perfect induction, or the brute force method, is a method of mathematical proof in which the statement to be proved is split into a finite number of cases or sets of equivalent cases and each type of case is checked to see if the proposition in question holds.
 
Last edited:
Devil Moo said:
Moreover, how do I distinguish between "Proof by Contradiction" and "Proof by Exhaustion"?
Here's an example of a proof by exhaustion.
Assume that n is a positive integer. Then n(n + 1)(n + 2) is divisible by 3.

Case 1: n = 3k, for some integer k
Then n(n + 1)(n + 2) = 3k(3k + 1)(3k + 2), which clearly has a factor of 3, and so is divisible by 3

Case 2: n = 3k + 1, for some integer k
Then n(n + 1)(n + 2) = (3k + 1)(3k + 2)(3k + 3) = (3k + 1)(3k + 2)3(k + 1), which has a factor of 3, so is divisible by 3.

Case 3: n = 3k + 2, for some integer 8
Then n(n + 1)(n + 2) = (3k + 2)(3k + 3)(3k + 4) = (3k + 2)3(k + 1)(3k + 4), also has a factor of 3, so is divisible by 3.

There are no other possible cases. Any integer n falls into one of three equivalence classes: ##n \equiv 0 (\mod 3)##, or ##n \equiv 1 (\mod 3)##, or ##n \equiv 2 (\mod 3)##. IOW, when an integer n is divided by 3, the remainder will be 0, 1, or 2. The three cases above are based on this fact.
 
Reopened...
 
Last edited:

Similar threads

  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
2K
Replies
2
Views
2K
Replies
14
Views
2K
Replies
1
Views
2K