Prove by method of contradiction

AI Thread Summary
The discussion revolves around proving by contradiction that there is no real number x such that |x-2| + |x-3| = 1/2. The left-hand side (LHS) of the equation has a minimum value of 1 when x is between 2 and 3, making it impossible for the sum to equal 1/2. Participants suggest using the triangle inequality to demonstrate that the sum of two absolute values cannot be less than 1. Additionally, they emphasize that both absolute values must be non-negative, leading to a contradiction when assuming the equation holds true. The key conclusion is that the assumption of a solution leads to an impossibility, confirming that no such real number x exists.
agent1594
Messages
4
Reaction score
0

Homework Statement


Using the method of contradiction prove the following.

There's no real number x such that |x-2|+|x-3|=1/2

Homework Equations

The Attempt at a Solution


I can see that the least possible value that LHS can take is 1. That is when x=2.5 which is the middle value of 2 and 3. Then the LHS≥1. So LHS=1/2 can not happen.
But I have no idea how to write a proof by contradiction for this. If it was given as |x-2|+|x-3|=0, I can how to prove it as follows,
Suppose x is a real number. ------------------------------(1)
Since |x-2|>o and |x-3|>0, |x-2|+|x-3|>o -----------(2)
But |x-2|+|x-3|=0
This is a contradiction by (2)
So there is no real number x such that |x-2|+|x-3|=0
QED​
But for the one given, I have no idea. Please help me.

Thanks.
 
Last edited:
Physics news on Phys.org
There are a couple of ways to do this. First, you can note that, if we did not have the absolute value signs, then we could do algebraic manipulation of the equation. So we could consider the 3 cases: ##x<2##; ##2\leq x < 3##; and ##x\geq 3##. For instance, if ##x\geq 3## then ##|x-2|=x-2## and ##|x-3| = x-3##. We can then solve the equation that was assumed to be true for ##x##.

Second, we can use the positivity argument that you use above, but now for ##|x-3| = -|x-2| + 1/2##. Here we need to consider the bounds on ##|x-2|## and what they imply for the bounds on ##|x-3|##. You then have to check compatibility with the equation that is assumed.
 
agent1594 said:

Homework Statement


Using the method of contradiction prove the following.

There's no real number x such that |x-2|+|x-3|=1/2

Homework Equations



The Attempt at a Solution


I can see that the least possible value that LHS can take is 1. That is when x=2.5 which is the middle value of 2 and 3. Then the LHS≥1. So LHS=1/2 can not happen.
But I have no idea how to write a proof by contradiction for this. If it was given as |x-2|+|x-3|=0, I can how to prove it as follows,
Suppose x is a real number. ------------------------------(1)
Since |x-2|>0 and |x-3|>0, |x-2|+|x-3|>o -----------(2)
But |x-2|+|x-3|=0
This is a contradiction by (2)
So there is no real number x such that |x-2|+|x-3|=0
QED​
But for the one given, I have no idea. Please help me.

Thanks.
First of all: The instructions say to use the method of contradiction . You have not used that. -- not in your attempt. -- not in your example for a slightly easier problem..

By the way: Your proof for that simpler case, namely: for showing that there is no solution to |x-2|+|x-3|=0 , is flawed.
|x-2|≥0 and |x-3|≥0
Weak rather than strong inequalities should be used . This makes your proof fall apart.​
 
I think they want you to use the triangle inequality: |a| + |b| >= |a+b|

Your LHS is the sum of two absolute values, just like in the triangle inequality. If you play around with the signs of a and b you can find a combination that makes |a+b|=1, so the triangle inequality will then contradict the assertion that |a|+|b|=1/2.
 
Remember that |x-3| = |x -2 -1|.
If you assume that |x-2|+|x-3| = 1/2, then clearly, since both are positive,
|x-2| <= 1/2
What does that tell you about |x-3|?
Can the sum ever be 1/2?
That's where you will find the contradiction.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top