Proving 0 < b < a for Given Equations in Intro to Analysis Book

  • Thread starter Thread starter iamalexalright
  • Start date Start date
  • Tags Tags
    Analysis
iamalexalright
Messages
157
Reaction score
0

Homework Statement


This is from Wade's Intro to Analysis book; problem 5, Chapter 1.

Prove that if 0 &lt; a &lt; 1 and b = 1 - \sqrt{1 - a} then 0 &lt; b &lt; a


Homework Equations



The book hints to use this result: 0 &lt; a &lt; 1 implies 0 &lt; a^{2} &lt; a

The Attempt at a Solution


First I substitute b into the equation to get:
0 &lt; 1 - \sqrt{1 - a} &lt; a &lt; 1

By the additive property I add -1 and get:
-1 &lt; -\sqrt{1 - a} &lt; a - 1 &lt; 0

Using the multiplicative property I multiply by -1 and get:
0 &lt; 1 - a &lt; \sqrt{1 - a} &lt; 1

That above bears resemblance to the hint equation but I don't know exactly where to go (and my inkling of an idea doesn't seem to prove the initial statement).
 
Physics news on Phys.org
Hi iamalexalright! :smile:

(have a square-root: √ :wink:)
iamalexalright said:
Prove that if 0 &lt; a &lt; 1 and b = 1 - \sqrt{1 - a} then 0 &lt; b &lt; a

First I substitute b into the equation to get:
0 &lt; 1 - \sqrt{1 - a} &lt; a &lt; 1

But that's the answer!

Start with the question: b = 1 - √(1 - a).

Now use the hint. :wink:
 
hrm, and you'll have to forgive me but I am new at this :)

b = 1 - \sqrt{1 - a}
b^{2} = 2 - 2\sqrt{1-a} - a = 2b - a

This certainly feels like the wrong direction (or I just can't find the next logical step). If I go from here I have trouble comparing a to b ...

If I could get a bigger nudge in the right direction I'd be much appreciative (but nothing more than a nudge please)
 
Alright, let's first suppose that the proposition that 0 &lt; b &lt; a is false. Then clearly we must have that 0 &lt; a \leq b = 1 - \sqrt{(1-a)}. From this, we know that 0 &lt; \sqrt{(1-a)} &lt; 1 - a. Now, can you use the hint to arrive at a contradiction? What does this contradiction suggest about the actual inequality?
 
ah cool, I see it now. For some reason I don't like proofs by contradiction (I really can't say that since I'm just starting to write them). For some reason it's tougher for me to wrap my head around them. Anyway, thanks for the help you two!
 
(just got up :zzz: …)
iamalexalright said:
… For some reason I don't like proofs by contradiction …

Nor do I! :wink:

But you don't need it here …

just start with 1 - b = √(1 - a), and use the hint. :smile:
 
iamalexalright said:
ah cool, I see it now. For some reason I don't like proofs by contradiction (I really can't say that since I'm just starting to write them). For some reason it's tougher for me to wrap my head around them. Anyway, thanks for the help you two!

Yes trying a proof by contradiction for basic inequalities in analysis is ugly, but it can sometimes get the job done well. Once you get to least upper bounds or basic metric topology, you might find contradiction approaches more congenial or elegant.
 
Back
Top