Proving 0 < x < 1 -> x^2 < 1: A Discrete Math Textbook

In summary, the textbook first proves that for 0 < x < 1, x^2 < 1 by showing that 0 < |x| < 1 is equivalent to 0 < x^2 < 1. Then, it proves the contrapositive for x^2 >= 1, stating that x <= 0 or x >= 1. It uses a proof by cases and shows that if x <= 0, then the desired result is already true. This technique is a standard way to prove "A is true or B is true" by showing that "If A is NOT true, then B is true".
  • #1
agro
46
0
A Discrete Math textbook first proved that the statement:

0 < x < 1 -> x^2 < 1

is true (I have no problem following the proof).

It then went to prove the contrapositive:

x^2 >= 1 -> x <= 0 or x >= 1

Here's the proof:

Assume x^2 >= 1. (no problem here)
If x <= 0, we have the desired result, so assume x > 0. (what?!?)

The last part I wrote bedazzled me. What does the book mean when it says: "If x <= 0, we have the desired result"? For an implication to be true, the hypothesis and conclusion must be true. We already assumed that the hypothesis is true. Now for the conclusion to be either the left side of the OR statement is true or the right side is true. How can the book conclude that x <= 0 is true?

thanks a lot
 
Physics news on Phys.org
  • #2
Firstly, [tex]0<|x|<1 \Longleftrightarrow 0<x^2<1[/tex]

Secondly, [tex]x^2\geq1 \Longleftrightarrow |x|\geq1[/tex]
 
  • #3
The last part I wrote bedazzled me. What does the book mean when it says: "If x <= 0, we have the desired result"?

Well, you're trying to prove that x <= 0 or x >= 1. If it so happens that x <= 0, then you don't have to do any work to prove that x <= 0 or x >= 1.


The book is doing a proof by cases: x <= 0 or x > 0.
 
  • #4
Another way to prove the converse is to let x = 1 + h, and then show that h < 0. This is pretty straightforward. Try it yourself.
 
  • #5
That's a fairly standard technique so you might want to make certain you understand:

If we want to prove "A is true or B is true", it is sufficient to prove that "If A is NOT true, then B is true".
 

1. What is the main concept behind "Proving 0 < x < 1 -> x^2 < 1"?

The main concept behind this statement is the use of mathematical proofs to show that if a number is between 0 and 1, then its square will always be less than 1.

2. How is discrete math used in this textbook?

Discrete math, which deals with discrete objects and structures, is used in this textbook to prove mathematical statements and concepts using logical reasoning and mathematical induction.

3. What is the significance of proving 0 < x < 1 -> x^2 < 1?

This statement is significant because it demonstrates the importance of understanding the relationship between numbers and their properties. It also serves as a foundational concept in many areas of mathematics, such as calculus and algebra.

4. Are there any real-world applications of this concept?

Yes, this concept has many real-world applications, such as in physics, where it is used to prove the consistency of physical laws, and in computer science, where it is used in algorithms and data structures.

5. What are some common strategies used to prove statements in this textbook?

Some common strategies used to prove statements in this textbook include direct proof, proof by contradiction, and mathematical induction. These strategies involve using logical reasoning and mathematical concepts to show that a statement is true.

Similar threads

  • Set Theory, Logic, Probability, Statistics
2
Replies
54
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
15
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
969
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
10K
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
Back
Top