Verification of simple inequality proof

  • Thread starter Thread starter GeoMike
  • Start date Start date
  • Tags Tags
    Inequality Proof
AI Thread Summary
The discussion centers on proving the inequality a < (a+b)/2 < b given that a < b. GeoMike presents a proof that begins with the desired inequality and works backward, leading to the conclusion that a < b. A participant points out that while the proof is valid, it should clearly show the direction of implications to avoid confusion. They suggest that the proof should explicitly demonstrate that each step can be reversed, a method known as "synthetic proof." The conversation emphasizes the importance of clarity in logical reasoning when proving inequalities.
GeoMike
Messages
64
Reaction score
0
The question given is:
If a < b, prove that a < (a+b)/2 < b

The book had a different proof than the one I came up with. I understand the book's proof, I just want to know if my proof is also ok.

I did the following:

a < (a+b)/2 < b
2a < a+b < 2b
a < b < 2b-a
a-b < 0 < b-a

Since it was given that a < b, a-b must be less than 0, and b-a must be greater than zero, so the inequality a < (a+b)/2 < b is true if a < b.

Is this ok?

Thanks,
-GeoMike-
 
Last edited:
Physics news on Phys.org
It looks a bit like you did the proof in reverse. It seems that you started with a<(a+b)/2<b and then got to a<b rather than starting with a<b and proving a<(a+b)/2<b like the problem seems to want.
 
really you should show the direction of the implications you're using, so what you mean is actually

a&lt;(a+b)/2&lt;b \Longleftarrow 2a&lt;(a+b)&lt;2b \Longleftarrow a&lt;b&lt;2b-a \Longleftarrow a-b&lt;0&lt;b-a \Longleftarrow a&lt;b,

and not the other way. It doesn't matter much here since all the inequalities there are equivalent (so the implications work both ways, ie. in fact a&lt;b \Longleftrightarrow a&lt;(a+b)/2&lt;b).
 
Last edited by a moderator:
Proof by reverse is great, but you have to show that the steps can logically be reversed at the end
 
That's sometimes called "synthetic proof". It's often used to prove trig identitities. Start with what you want to prove and work back to an obviously true statement. It's valid as long as every stepe is reversible,.
 
Thank you for the replies! :smile:

-GeoMike-
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top