Demonstração de Problema: Considerações Inválidas em Intervalos Abertos

  • Thread starter Thread starter JasonPhysicist
  • Start date Start date
  • Tags Tags
    Demonstration
AI Thread Summary
The discussion focuses on the implications of using open intervals versus closed intervals in the context of the nested interval property. It highlights that while closed intervals guarantee the existence of a limit point within the intersection, open intervals may exclude this limit point, leading to an empty intersection. An example illustrates this difference: the closed intervals [0, 1/n] contain the limit point 0, while the open intervals (0, 1/n) do not, resulting in no intersection. The key takeaway is that the validity of certain considerations in the theorem changes when transitioning from closed to open intervals. Understanding this distinction is crucial for applying the nested interval property correctly.
JasonPhysicist
Messages
13
Reaction score
0
Here goes a theorem and its demonstration(attachment) .Sorry,I couldn't find it in english,so it's in portuguese).

We have that the intervals In=[An,Bn] which are closed and limited.


What I want to know is: what consideration(s) is/are NOT valid on the demonstration,when we consider an open intervals?

Thank you in advance.
 

Attachments

Physics news on Phys.org
This is the "nested interval property", used to prove that any closed and bounded set of real numbers is compact.

"Let [a_n,b_n] be a nested set of intervals (nested: each interval is inside the previous interval a_n\le a_{n+1}\le b_{n+1}\le b_n). Then there exist a real number \zeta contained in the intersection of all the intervals. Further, if lim_{n\rightarrow \infty}b_n-a_n= 0, that intersection consists of the single number \zeta.

It can be shown that, for all n, a_n\le b_1 so that b_1 is an upper bound on the set {a_n} and so, by the least upper bound property that set has a least upper bound (sup). Let \zeta be sup{a_n}. Then it can be shown that \zeta is a lower bound on the set {b_n} and, so lies in all intervals [a_n, b_n]

If the intervals are not closed, then it might happen that that \zeta is NOT in some or all of the intervals.

For example, suppose (a_n, b_n)= (0, \frac{1}{n}). The set {a_n} is the set {0} which has 0 as its "least upper bound. But 0 is not in any of those intervals. The same example with closed sets [0, \frac{1}{n}] would give the same set of "left endpoints" {0} having the same sup, 0, but now 0 is contained in each interval. [0, \frac{1}{n}] has intersection {0} while (0, \frac{1}{n}) has empty intersection.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top