Take a look at the following proof.
We're going to try to prove that if is a point inside , then .
First join and .
From the triangle inequality,
Subtract from to get,
Switch sides to get,
Here are some comments about the proof.
. The proof is not correct. There's an invalid move hiding in there somewhere.
. Relax! Not everything in this set is a trick question. This proof is perfectly fine.
. Forget the proof! The claim itself is not true!
Which comment here is correct?
This problem is from the set "MCQ Is Not As Easy As 1-2-3". You can see the rest of the problems here .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The proof is actually invalid. You can't just subtract inequalities like that. Watch what happens when you subtract ( 1 ) from ( 2 ) .
You get,
O B − A D > A B − O D
Rearrange the terms to get,
O D + O B > A D + A B .
This is exactly the opposite of what you have to prove. Inequalities can not be subtracted that way. We just happened to get a correct conclusion from an incorrect method.
If a > b and c > d , the correct way to 'subtract' them is multiplying the latter by − 1 and then adding them together.
So, the c > d becomes − d > − c and a − d > b − c . This last statement is always correct.
As an example, take these two inequalities
6 > 5 ⋯ ( 1 )
5 > 3 ⋯ ( 2 )
Subtract ( 2 ) from ( 1 ) and you're going to get
1 > 2
which is obviously not true.