Discrete Math: Proof by contradiction

  • #1

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!
 

Suggested for: Discrete Math: Proof by contradiction

Replies
32
Views
1K
Replies
10
Views
2K
Replies
1
Views
574
Replies
5
Views
1K
Replies
5
Views
688
Replies
3
Views
806
Replies
2
Views
682
Replies
10
Views
1K
Back
Top