Apostol's Calculus I. 3.12 - Verify Solution.

In summary, to prove the existence of a real number z such that x < z < y for arbitrary real numbers x and y with x < y, one can use the theorem T 1.32 and define a set S_y of real numbers satisfying x < y. By defining y as the supremum of S_y, it can be shown that there exists a real number z in S_y such that x < z < y. This can also be proven by considering the midpoint between x and y, z = (x+y)/2, and showing that it satisfies the given conditions.
  • #1
mr_persistance
7
2
1. If x and y are arbitrary real numbers with x < y, prove that there is at least one real z satisfying
x<z<y.
2. I'll be using this theorem:
T 1.32 Let h be a given positive number and let S be a set of real numbers. (a) If S has a supremum, then for some x in S we have x > sup S - h.

The Attempt at a Solution


1. Let S be the set of all real x satisfying x < y for a given real y.
2. y = sup S.
3. z > y - h where z is in S. ( because of T 1.32 )
4. Let h = y - x then z > x.
5. Because z is a member of S, then z must also be less than y.
Therefore I have shown there exists a real number z, such that x < z < y.

Is my logic sound? I am a little thrown off by the phrase, "If x and y are arbitrary reals.." I am not sure how to stick that construction into a set S, hence the wordiness of step 1. If so, how can I better formalize the proof, I would prefer some type of set/formal logic notation, at least for step 1. Thank you for your help.
 
Physics news on Phys.org
  • #2
I don't see any loophole. I would write ##S_y## instead of ##S## for it depends on ##y##, but this doesn't affect the logic. As ##x,y## are given and as such fixed, you're free to define the special ##S_y\,.## Maybe it would also help to define ##S_y = \{r \in \mathbb{R}\,\vert \,r < y\}## to avoid the double meaning of ##x##.

In general it always helps to track down dependencies. E.g. in the ##\varepsilon## definition of a limit, the choice of ##N \in \mathbb{N}## is actually depending on the choice of ##\varepsilon## and a notation ##N_\varepsilon## or ##N(\varepsilon)## is more precise. For the same reason I'd define ##S## as ##S_y## in the above.
The double usage of variables - such as ##x## in your case as given number and as variable notation for elements of ##S_y## - is also problematic, because it is a potential (and unnecessary) risk of confusion at best and errors at worst.
As a minor hint, you could also use ##h := y-x## with the double point in front of the equality sign to indicate that it is a definition, an allocation in contrast to a derived formula. But this isn't really necessary in the sense that many authors don't use it. In my opinion it is simply easier to read with than without.

If you want to be very petty, you should define ##sup \, S_y =: \overline{y}## and ##h:= \overline{y} - x## because you haven't shown, that actually ##y## is the supremum of ##S_y\,.## You don't need to show ##\overline{y} = y##, but in case you use both, you also should explain ##h > 0## as needed for the theorem.
 
Last edited:
  • Like
Likes mr_persistance
  • #3
mr_persistance said:
1. If x and y are arbitrary real numbers with x < y, prove that there is at least one real z satisfying
x<z<y.
2. I'll be using this theorem:
T 1.32 Let h be a given positive number and let S be a set of real numbers. (a) If S has a supremum, then for some x in S we have x > sup S - h.

The Attempt at a Solution


1. Let S be the set of all real x satisfying x < y for a given real y.
2. y = sup S.
3. z > y - h where z is in S. ( because of T 1.32 )
4. Let h = y - x then z > x.
5. Because z is a member of S, then z must also be less than y.
Therefore I have shown there exists a real number z, such that x < z < y.

Is my logic sound? I am a little thrown off by the phrase, "If x and y are arbitrary reals.." I am not sure how to stick that construction into a set S, hence the wordiness of step 1. If so, how can I better formalize the proof, I would prefer some type of set/formal logic notation, at least for step 1. Thank you for your help.

Your proof looks basically OK, but if all you want is to prove the statement about the existence of some ##z##, then looking at ##z = (x+y)/2## is a lot easier. (In fact, you can show the existence of infinitely many ##z## between ##x## and ##y## by looking at ##z = (1-t) x + t y##, where ##0 < t < 1.##)
 
  • #4
Ray Vickson said:
Your proof looks basically OK, but if all you want is to prove the statement about the existence of some ##z##, then looking at ##z = (x+y)/2## is a lot easier. (In fact, you can show the existence of infinitely many ##z## between ##x## and ##y## by looking at ##z = (1-t) x + t y##, where ##0 < t < 1.##)
How do you make sure, that ##z## exists in this case?
 
  • #5
fresh_42 said:
How do you make sure, that ##z## exists in this case?

Well,certainly ##z## exists; the only issue is whether or not ##x < z < y##, and that is an exercise in elementary inequality manipulation. Of course, it all depends on what properties the OP is allowed to use as known background information.
 
  • #6
Ray Vickson said:
Well,certainly ##z## exists; the only issue is whether or not ##x < z < y##, and that is an exercise in elementary inequality manipulation. Of course, it all depends on what properties the OP is allowed to use as known background information.
To me it appeared as an exercise about Dedekind cuts or whichever way the reals are constructed in this case. So "certainly it exists" might not be allowed to assume. The normal tools of calculus might not be available at this stage as I understood it.
 
  • #7
fresh_42 said:
To me it appeared as an exercise about Dedekind cuts or whichever way the reals are constructed in this case. So "certainly it exists" might not be allowed to assume. The normal tools of calculus might not be available at this stage as I understood it.

If we are allowed to know/use the facts that a sum (or difference) of two numbers is a number, and the product of two numbers is a number, then ##z## does, indeed exist. If we are not allowed to use those properties, then, of course, everything changes.

As for the inequalities, if we know that a multiplying both sides of an inequality by a positive number preserves the direction of the inequality, and the sum of two same-direction inequalities is another same-direction inequality, then the rest of the result follows as well. But again, if we are not allowed to know/use those properties, life becomes more difficult.
 
  • #8
Along with the set R of real numbers we assume the existence of two operations called addition and multiplication, such that for every pair of real numbers x and y we cari form the sum of x and y, which is another real number denoted by x + y, and the product of x and y, denoted by xy or by x . y. It is assumed that the sum x + y and the product xy are uniquely determined by x and y
Apostol's Calculus p. 17

Huh, so I think Ray Vickson's solution is totally valid, but I think Apostol wanted the reader to solve it using the idea of a supremum. It seems the difference between the two solutions is one where we're explicitly constructing a z that is in between y and x and the other solution just proves there exists a z in between y and x but doesn't tell what it is. I am guessing Apostol is going to be using that generality to insert the irrationals into the real number system in the proceeding section.

fresh_42, thank you very much for that wonderful post!

For what's it worth to anyone going through Apostol's book, I think I polished the proof a bit:
x, y ∈ ℝ such that x < y
S = { z < y | z ∈ ℝ }
Because S is bounded above by y, by the completeness axiom, S has a supremum such that sup S = y.
Let h = y - x which is positive.
There is a z > y - h by T 1.32, that is z > x.
Hence there is a real z such that x < z < y.
 

What is Apostol's Calculus I. 3.12?

Apostol's Calculus I. 3.12 is a mathematical theorem that states the method for verifying a solution to a problem in calculus.

Why is verifying a solution important in calculus?

Verifying a solution is important in calculus because it allows us to check the accuracy and validity of our calculations. It ensures that we have solved the problem correctly and can trust the results.

What are the steps involved in verifying a solution?

The steps involved in verifying a solution are: 1. Substitute the given solution into the original problem.2. Simplify the resulting expression using algebraic manipulations.3. Compare the simplified expression to the given conditions in the problem.4. If the two expressions are equivalent, the solution is verified.

Can Apostol's Calculus I. 3.12 be applied to all calculus problems?

Yes, Apostol's Calculus I. 3.12 can be applied to all calculus problems as long as the given conditions and solution are in terms of real numbers and algebraic expressions.

Are there any limitations to Apostol's Calculus I. 3.12?

Yes, Apostol's Calculus I. 3.12 may not be applicable to problems involving complex numbers or transcendental functions. It is also important to note that verifying a solution does not guarantee that the solution is unique.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
521
  • Calculus and Beyond Homework Help
Replies
2
Views
271
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
460
  • Calculus and Beyond Homework Help
Replies
3
Views
813
  • Calculus and Beyond Homework Help
Replies
10
Views
364
  • Calculus and Beyond Homework Help
Replies
2
Views
543
  • Calculus and Beyond Homework Help
Replies
1
Views
514
  • Calculus and Beyond Homework Help
Replies
2
Views
462
  • Calculus and Beyond Homework Help
Replies
3
Views
561
Back
Top