Can someone check a proof involving cases, please?

Syrus

New member
Joined
Jan 9, 2012
Messages
4
I seem to think my proof of the following theorem has been made more complicated/lengthy than necessary. Any thoughts will be highly appreciated =)

Prove that for all real numbers a and b, |a|≤ b iff -b ≤ a ≤ b.

ADDENDUM! I went forward and completed part b) of this exercise before any responses were posted, so I figured I attach that as well (they are related).
Prove that for any real number x, -|x|≤ x ≤ |x|.


Proof:
Let a and b be arbitrary real numbers.
(-->) Suppose |a|≤ b.
Case I. a ≥ 0. Then |a|= a and we have 0 ≤ |a| = a ≤ b. This also means that 0 ≤ b, and so -b ≤ 0. Thus, -b ≤ 0 ≤ |a| = a ≤ b. In particular, then, -b ≤ a ≤ b.
Case II. a < 0. Then 0 < |a| = -a ≤ b. But since |a| = -a ≤ b, -|a| = a ≥ -b. Thus, -b ≤ a. Also, though, we have that 0 < -a and 0 < b. Adding these two inequalities yields 0 < b - a. Adding a to each side gives a < b. Clearly, then, a < b or a = b, so we may state that a ≤ b. Finally, together: -b ≤ a ≤ b.
Since these cases are exhaustive and each results in -b ≤ a ≤ b, it follows that if|a|≤ b, then -b ≤ a ≤ b.
(<--) Suppose -b ≤ a ≤ b. This means -b ≤ a and a ≤ b.
Case I. a ≥ 0. Then |a| = a ≤ b. So in particular, |a|≤ b.
Case II. a < 0. Then |a| = -a ≤ b. So in particular, |a| ≤ b.
Since these cases are exhaustive and each results in |a| ≤ b, it follows that if -b ≤ a ≤ b, then |a| ≤ b.
Lastly, since we have proven both directions of the biconditional for arbitrary real numbers a and b, we may conclude that for all real numbers a and b, |a|≤ b iff -b ≤ a ≤ b.

Addendum proof:
Let x be an arbitrary real number. We now break the proof into the following exhaustive cases, each of which results in the desired outcome.
Case I. x ≥ 0. Then |x| = x, so clearly |x| = x or |x| ≤ x. Thus, we have that |x| ≤ x. With this, if we apply our theorem above (letting a = b = x), we may conclude that -x ≤ x ≤ x, which, implementing the equality established above, is the same as saying -|x|≤ x ≤ |x|.
Case II. x < 0. Then |x| = -x. We may thus state that |x| = -x or |x| < -x, by which we rephrase to assert |x|≤ -x. Again applying the above theorem (this time with a = x and b = -x), we may conclude that -(-x) ≤ x ≤ -x. Applying the equality established above, we rexpress this as: -|x|≤ x ≤ |x|.
Since x was chosen arbitrarily, we have shown that for any real number x, -|x|≤ x ≤ |x|.
 
Hey Jeff!

I appreciate your (quick) response. I am not immediately seeing what your cases are by the few lines. I am a somewhat new proofwriter, could you perhaps clarify or add a bit more to indicate the direction of your reasoning?

Thank you
 
Jeff, I see what you are saying now (and were saying before). It looks like you and I have essentially the same crux of argument. In fact, looking at my scratch work, some of my lines match yours. I seem to like to break my proofs down as much as possible, since some of my professors insist on this (as do some of the students I tutor). Your proofs are presented in the manner of much of the literature- which I guess I was caught off gaurd for this time :p. Thanks again.
 
Last edited:
Top