Is there a better way to present proofs by contradiction?

  • Context: Undergrad 
  • Thread starter Thread starter Dr. Seafood
  • Start date Start date
  • Tags Tags
    Contradiction Proofs
Click For Summary
SUMMARY

The discussion centers on the effectiveness of presenting proofs by contradiction, specifically in the context of proving that an integer is even if and only if its square is even. The initial proof presented is criticized for being convoluted, as it does not rely on the assumption of the square being even when demonstrating that an odd integer's square is odd. A more streamlined approach is suggested, highlighting that the proof can be framed as a contrapositive rather than a contradiction. The second proof regarding the factorization of integers into primes is praised for its clarity and direct contradiction.

PREREQUISITES
  • Understanding of proof techniques, specifically proof by contradiction and contrapositive.
  • Familiarity with basic number theory concepts, including even and odd integers.
  • Knowledge of prime factorization and its significance in mathematics.
  • Ability to analyze and critique mathematical proofs for clarity and effectiveness.
NEXT STEPS
  • Study the principles of proof by contrapositive in mathematical logic.
  • Explore examples of proofs by contradiction in number theory.
  • Review the differences between direct proofs, indirect proofs, and proofs by contradiction.
  • Investigate the role of clarity in mathematical writing and presentation.
USEFUL FOR

Mathematicians, educators, and students interested in improving their understanding of proof techniques and enhancing the clarity of mathematical arguments.

Dr. Seafood
Messages
120
Reaction score
0
Sometimes I find that while a proof can be carried out "by contradiction", this is a pretty sloppy way of proving the desired statement. I wonder if the "←" direction of the following proof is sound presentation of proof by contradiction.

Statement. An integer is even if and only if its square is even.

Proof. First suppose the integer n is even. Then for some k ∈ ℤ, n = 2k and n2 = 4k2 = 2(2k2), so n2 is even. Conversely, if n2 is even, suppose n is odd. Then n = 2k + 1 with k ∈ ℤ. Then n2 = (2k + 1)2 = 4k2 + 4k + 1 = 2(2k2 + 2k) + 1, so n2 is odd; a contradiction. Thus n must be even. □

Is it messy to prove "n2 is even ⇒ n is even" (*) via contradiction? It seems like a jumble of words in this case. I didn't actually rely on the assumption "n2 is even" when directly showing that n = 2k + 1 leads to contradict that. I feel like all I've done is shown that the square of an odd integer is also odd. It seems like a messy way to go about it, there should be a more well-crafted proof for that.

In my opinion the next proof is a strong example of proof by contradiction:

Statement. Every integer greater than 1 can be written as a product of prime numbers.

Proof. Suppose towards contradiction that the result is false. Then let n > 1 be the smallest integer that cannot be written as a product of primes. n is not prime, so n = pq for some integers p, q with 1 < p ≤ q < n. Since p and q are both smaller than n, it must be possible to factor them into primes; thus n can be written as a product of primes after all, a contradiction. □

The difference between this and the previous statement proven is that the assumption made (towards contradiction) directly contradicts itself: we assumed n cannot be written as a product of primes, and showed that this implies that it indeed can be. I tend to think that presenting it this way really strikes at the core of proving by contradictions.

For the first proof about even numbers, I think there's a better way to carry that out. It just seemed to work when worded as a "proof by contradiction", but it's actually a simpler proof in disguise.
 
Physics news on Phys.org
nerdology said:
Proof.Conversely, if n2 is even, suppose n is odd. Then n = 2k + 1 with k ∈ ℤ. Then n2 = (2k + 1)2 = 4k2 + 4k + 1 = 2(2k2 + 2k) + 1, so n2 is odd; a contradiction. Thus n must be even. □

I removed the first part of the proof. This is more of a contrapositive proof than contradiction:

n is odd => n2 is odd

is the same thing as

n is even <= n2 is even.

Amusingly, in the http://en.wikipedia.org/wiki/Proof_by_contrapositive" on the topic uses this example.
 
Last edited by a moderator:
LOL, oh wow yeah that is indeed amusing.

I guess the kinks I'm trying to work out are regarding the presentation of the proof. It seemed pretty ugly when shown as a "proof by contradiction". Stating it as showing the contrapositive works a lot nicer there, thanks.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
2
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K