Discrete Math: Proof by contradiction

That means you need to show that your assumption leads to a statement that cannot possibly be true.So, you start by assuming thatc < A, d < A, e < A, f < A, where A = \frac{c+d+e+f}{4}.Now, can you show that you will arrive at a contradiction? What statement will follow from this that cannot possibly be true?Hint: What does the fact that A is the average of c, d, e, and f tell you about the relationship between (c-A), (d-A), (e-A), and (f-A)?
  • #1
SolarMidnite
22
0

Homework Statement



Using contradiction, prove that for every four positive real numbers c, d, e and f, at least one of c, d, e, f is
greater than or equal to the average of c, d, e, f.

Homework Equations



I don't believe that there are any relevant equations for this problem. I do know that we have to suppose that the negation of the statement is true, show that this supposition leads to a contradiction and then conclude that the statement to be proved is true.

The Attempt at a Solution



I am finding it difficult to translate the above statement into predicate logic because I have only worked with two variables and there are four in this problem! Here is my attempt but I think that I'm way off.

[itex]\forall[/itex] (c [itex]\wedge[/itex] d [itex]\wedge[/itex] e [itex]\wedge[/itex] f) [itex]\in[/itex] ℝ+, [itex]\exists[/itex](c [itex]\vee[/itex] d [itex]\vee[/itex] e [itex]\vee[/itex] f) [itex]\in[/itex] ℝ+ [itex]\geq[/itex] (c+d+e+f)/4

The negation in words might be something like: at least one of the four positive real numbers c, d, e and f will be less than the average of c, d, e, f.
 
Physics news on Phys.org
  • #2
SolarMidnite said:

Homework Statement



Using contradiction, prove that for every four positive real numbers c, d, e and f, at least one of c, d, e, f is
greater than or equal to the average of c, d, e, f.

Homework Equations



I don't believe that there are any relevant equations for this problem. I do know that we have to suppose that the negation of the statement is true, show that this supposition leads to a contradiction and then conclude that the statement to be proved is true.

The Attempt at a Solution



I am finding it difficult to translate the above statement into predicate logic because I have only worked with two variables and there are four in this problem! Here is my attempt but I think that I'm way off.

[itex]\forall[/itex] (c [itex]\wedge[/itex] d [itex]\wedge[/itex] e [itex]\wedge[/itex] f) [itex]\in[/itex] ℝ+, [itex]\exists[/itex](c [itex]\vee[/itex] d [itex]\vee[/itex] e [itex]\vee[/itex] f) [itex]\in[/itex] ℝ+ [itex]\geq[/itex] (c+d+e+f)/4

The negation in words might be something like: at least one of the four positive real numbers c, d, e and f will be less than the average of c, d, e, f.
The negation of your statement would be, that, given any four positive real numbers, none is greater than or equal to the average.

Or equivalently, given any four positive real numbers, all are less than the average.
 
  • #3
To get you started, consider that a contradiction starts with the negation, that none of c,d,e, or f are greater than or equal to their average, and therefore are all strictly less than their average.

Rather than translating the entire statement into logical symbols, start by just translating the negation. In other words,

[itex]\forall c,d,e,f \in \mathbb{R}^+[/itex], let [itex]A = \frac{c+d+e+f}{4}[/itex], and assume [itex]c < A, d < A, e < A, f < A[/itex].

Starting from that assumption, can you show that there is a contradiction?
 
  • #4
SolarMidnite said:
[itex]\forall[/itex] (c [itex]\wedge[/itex] d [itex]\wedge[/itex] e [itex]\wedge[/itex] f) [itex]\in[/itex] ℝ+, [itex]\exists[/itex](c [itex]\vee[/itex] d [itex]\vee[/itex] e [itex]\vee[/itex] f) [itex]\in[/itex] ℝ+ [itex]\geq[/itex] (c+d+e+f)/4
On a side note, you are misusing symbols in what you wrote. The [itex]\wedge[/itex] and [itex]\vee[/itex] symbols should be used between statements that have truth values, not between numbers. Instead of writing, for example, a [itex]\wedge[/itex] b, just write a and b.
 
  • #5
Mark44 said:
On a side note, you are misusing symbols in what you wrote. The [itex]\wedge[/itex] and [itex]\vee[/itex] symbols should be used between statements that have truth values, not between numbers. Instead of writing, for example, a [itex]\wedge[/itex] b, just write a and b.

So, would it be acceptable to write [itex]\forall[/itex](c and d and e and f) then? Or is it [itex]\forall[/itex]c,d,e,f as in Coto's post above?
 
  • #6
Coto said:
To get you started, consider that a contradiction starts with the negation, that none of c,d,e, or f are greater than or equal to their average, and therefore are all strictly less than their average.

Rather than translating the entire statement into logical symbols, start by just translating the negation. In other words,

[itex]\forall c,d,e,f \in \mathbb{R}^+[/itex], let [itex]A = \frac{c+d+e+f}{4}[/itex], and assume [itex]c < A, d < A, e < A, f < A[/itex].

Starting from that assumption, can you show that there is a contradiction?

It definitely helped to read the statement more clearly by getting the average of c,d,e,f out of the way and letting A represent it. I know that with contradiction statements we would have to sat that c,d,e,f (all four) cannot be both greater or equal to their average and less than their average at the same time. How do I show that one of c, d, e or f is greater than or equal to the average? Would I let, for example, c equal a number and show that it is greater than A? Because I know we are not supposed to substitute variables for numbers in these proofs.
 
  • #7
SolarMidnite said:
So, would it be acceptable to write [itex]\forall[/itex](c and d and e and f) then? Or is it [itex]\forall[/itex]c,d,e,f as in Coto's post above?

Don't let notation bog you down. Either is acceptable in a proof like this.

SolarMidnite said:
I know that with contradiction statements we would have to sat that c,d,e,f (all four) cannot be both greater or equal to their average and less than their average at the same time. How do I show that one of c, d, e or f is greater than or equal to the average? Would I let, for example, c equal a number and show that it is greater than A? Because I know we are not supposed to substitute variables for numbers in these proofs.

You don't need to show that any of them are greater than or equal to the average. If you did, you would be proving your original statement as it stands.

The idea here is to assume that none of them are greater than or equal to the average, and by making this assumption, you need to show that you will arrive at a logical contradiction.
 
  • #8
Okay, I won't fuss about the notation! I just thought it might be interpreted a different way depending on the commas.

You don't need to show that any of them are greater than or equal to the average. If you did, you would be proving your original statement as it stands.

The idea here is to assume that none of them are greater than or equal to the average, and by making this assumption, you need to show that you will arrive at a logical contradiction.

Ohh, I see. So in that case, do I have to demonstrate that none of them are greater than or equal to the average? (In other words, show that all of them will be less than the average) How would I go about doing that? I don't think that it would be correct if I gave examples with numbers for c,d,e,f being less than the average because the statement is universal and all possible examples would have to be stated.
 
  • #9
Not quite. In a "proof by contradiction", the idea is to show that by making the assumption that the statement is false, that you would come to a logical contradiction. If you've assumed the statement to be false and arrive at a logical contradiction, then the statement must have been true.

In your case you start the proof by assuming the statement is false. That is, you start by assuming that [itex]c < A, d < A, e < A, f < A[/itex]. Starting with that "fact", you need to show that this assumption violates something you know to be true. In this case you want to show that in making that assumption you violate the definition of average.
 
  • #10
How is the definition of average violated? By plugging in numbers for c, d, e and f, I can understand why [itex]c < A, d < A, e < A, f < A[/itex] would not work because suppose c=1, d=2, e=3, f=4. If we took the average of these numbers, we get A = 2.5. So, c=1 is less than A=2.5, and d=2 is less than A = 2.5. But, e=3 is not less than the average A = 2.5 and f=4 is not less than the average A. I don't know how to show this without using numbers.
 
  • #11
You have essentially done precisely what you need to do :).

Assuming [itex]c,d,e,f < A[/itex], what does this say about [itex]c+d+e+f[/itex]? What does this imply about A? Why is this a contradiction?

Hint: If [itex]c,d,e,f < A[/itex] then [itex]c+d+e+f < 4A[/itex].

P.S. I'm heading to bed, but you should be able to figure it out from here. Think about it until you get it because the solution is here.
 
  • #12
Okay I'm going to keep thinking it through, thank you very much for your help!
 

What is proof by contradiction in discrete math?

Proof by contradiction is a method of proving a statement is true by assuming the opposite and showing that it leads to a logical contradiction. In other words, if the assumption of the opposite leads to a contradiction, then the original statement must be true.

When is proof by contradiction used in discrete math?

Proof by contradiction is used when trying to prove a statement that is difficult to prove directly or when there are no direct methods available. It is also used when trying to prove the uniqueness of a solution or when trying to disprove a statement.

What are the steps for using proof by contradiction?

The steps for using proof by contradiction are:

  • Assume the opposite of the statement you are trying to prove.
  • Use logical reasoning and previously known facts to derive a contradiction.
  • Conclude that the original statement must be true.

Can proof by contradiction be used in all types of statements?

No, proof by contradiction is not applicable to all types of statements. It is most commonly used for proving universal statements (for all cases) or unique existence statements (for only one solution). It cannot be used for existential statements (there exists at least one solution) or statements that are not logically equivalent to their contrapositives.

What are the advantages of using proof by contradiction?

Proof by contradiction allows for the proof of statements that may be difficult to prove directly. It also provides a clear and concise way to prove the uniqueness of solutions. Additionally, it can be used to disprove statements that may appear to be true, but actually lead to a contradiction.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
863
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
2K
  • Linear and Abstract Algebra
Replies
17
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
11
Views
3K
Back
Top