What is the difference between adherent points and accumulation/limit points?

In summary: I'm not sure that's a good enough justification. Proofs are useful to make sure that a statement is true, not just obvious.Proofs are useful when we are trying to show that a statement is true for all possible inputs, not just some specific inputs. For example, let's say we want to show that every natural number is either odd or even. We could use a proof to show that this is true for all possible natural numbers.
  • #1
kingwinner
1,270
0
1) "Least upper bound axiom:
Every non-empty set of real numbers that has an upper bound, has a least upper bound."

Why does it have to be non-empty? Is there an upper bound for the empty set?


2) "It can be proved by induction that: every natural number "a" is of the form 2b or 2b+1 for some b in N U{0}. "
The base case is clearly true, but how can we go from the induction hypothesis to the case for k+1?

Thanks for any help!
 
Physics news on Phys.org
  • #2
kingwinner said:
1) "Least upper bound axiom:
Every non-empty set of real numbers that has an upper bound, has a least upper bound."

Why does it have to be non-empty? Is there an upper bound for the empty set?

I suppose the definition of an upper bound B for a set S is, that x <= B for all x in S.
So in that sense, any number is an upper bound for the empty set (the statement "for all x in S, x is smaller-or-equal to some arbitrary number is vacuously true). However, the problem is that there is no smallest upper bound.

2) "It can be proved by induction that: every natural number "a" is of the form 2b or 2b+1 for some b in N U{0}. "
The base case is clearly true, but how can we go from the induction hypothesis to the case for k+1?

Isn't that like, really obvious?
If k is of the form 2b, then k + 1 is 2b + 1 and you are done.
Otherwise, it is of the form 2b + 1 and you can write k + 1 as 2c where c = b + 1.
 
  • #3
1) OK, now my only problem is: why is there an upper bound for the EMPTY set when there is actually NO element in the set? Why is 1 an upper bound? Why is -5 an upper bound?
The definition for upper bound is x<=b for all x in the set, but for the empty set there is no element, so does it even make sense to talk about upper bounds?

2) OK, now I see how we can prove the statement by induction. But the statement itself looks really really obvious to me (it's like saying every natural number is either odd or even), why do we even need "proofs" for such things?

Thanks!:)
 
  • #4
kingwinner said:
1) OK, now my only problem is: why is there an upper bound for the EMPTY set when there is actually NO element in the set? Why is 1 an upper bound? Why is -5 an upper bound?
The definition for upper bound is x<=b for all x in the set, but for the empty set there is no element, so does it even make sense to talk about upper bounds?



Thanks!:)

Sometimes it is useful to consider its contrapositive. That is you probbably know that the following are logicaly equivalent(essentially they have the same truth table)

p->q equivalent to {not q}->{not p}

If B is the least upper bound for S, like mentoned above, by def. x=<B, for all x in S.

Let,

p:x=<B, for all x in S and q: B=supS

Now, its contrapositive would be:

not q : B is not a least upper bound for S, and not p: there exists some x in S, such that x>B.

Now, since this is a def. it works both ways, that is p<->q, so for our purpose take q->p, so the contrapositive for this case would be:

not q->not p, but for S the empty set, not q is false, so the statement not q->not p, is true by default(or as ComuChip said vacuously true).

Cheers!
 
  • #5
kingwinner said:
1) OK, now my only problem is: why is there an upper bound for the EMPTY set when there is actually NO element in the set? Why is 1 an upper bound? Why is -5 an upper bound?
The definition for upper bound is x<=b for all x in the set, but for the empty set there is no element, so does it even make sense to talk about upper bounds?
Logicially, if you have a statement of the form "if p the q" and p is false then the entire statement is true, no matter what q is.

The definition of upper bound is that "a" is an upper bound for the set A if and only if the statement "if x is a member of A, the [itex]x\le a[/itex]". If A is empty, then the hypothesis "x is a member of A" is false so the entire statement is true.

2) OK, now I see how we can prove the statement by induction. But the statement itself looks really really obvious to me (it's like saying every natural number is either odd or even), why do we even need "proofs" for such things?
Are you suggesting the "looking really obvious" is sufficient to be certain it is true? How do you know that there is not some number, say larger than 10000000000000000000000000000 that is neither even nor odd? Have you tested all of them?

Thanks!:)
 
  • #6
If you want to know more about 1) then you can also check out this Wikipedia page.

Vacuous truth is often useful because it makes statements about the empty set true, without us having to include the empty set as a special case in our theorems. In this case, the theorem is not true for the empty set, so we have to mention it explicitly.
However, in the statement "any finite subset of the real numbers has an upper bound" we can omit the word "non-empty".
 
  • #7
HallsofIvy said:
Logicially, if you have a statement of the form "if p the q" and p is false then the entire statement is true, no matter what q is.

1) Fact: Peter is a man.
statement 1: If Peter is a woman, then Peter's weight>250kg
statement 2: If Peter is a woman, then Peter's weight≤250kg
statement 3: If Peter is a woman, then Peter's weight=250kg
statement 4: If Peter is a woman, then Peter's weight=2550kg

So in this case, are all 4 statements correct?? But e.g. statements 1 and 2 seem to contradict each other?

It's a little weird to me talking about things that don't even exist...is vacuous truth just a "convention" in logic and math?
 
  • #8
kingwinner said:
1) Fact: Peter is a man.
statement 1: If Peter is a woman, then Peter's weight>250kg
statement 2: If Peter is a woman, then Peter's weight≤250kg
statement 3: If Peter is a woman, then Peter's weight=250kg
statement 4: If Peter is a woman, then Peter's weight=2550kg

So in this case, are all 4 statements correct?? But e.g. statements 1 and 2 seem to contradict each other?

It's a little weird to me talking about things that don't even exist...is vacuous truth just a "convention" in logic and math?
They are all correct. Statement 1 and 2 only contradict each other if there is a possibility that Peter is a woman. This is how we define it in logic and mathematics, but in everyday contexts people often use "if ..., then ..." statements in a different way. For instance to explain a hypothetical scenario "If I were president, I would do X". From a logical point of view that statement is meaningless (unless you were president) because you weren't so you can state anything you like about what you would have done, but in the real world people doesn't always use "if then" for logical implication.
 
  • #9
Ex falso sequitur quodlibet.
 
Last edited:
  • #10
kingwinner said:
1) Fact: Peter is a man.
statement 1: If Peter is a woman, then Peter's weight>250kg
statement 2: If Peter is a woman, then Peter's weight≤250kg
statement 3: If Peter is a woman, then Peter's weight=250kg
statement 4: If Peter is a woman, then Peter's weight=2550kg

So in this case, are all 4 statements correct?? But e.g. statements 1 and 2 seem to contradict each other?

It's a little weird to me talking about things that don't even exist...is vacuous truth just a "convention" in logic and math?

If you think they are false, produce a counterexample. You'll find you'll be unable to do so because Peter is not a woman, so you have nothing going for you. That is the logic behind such statements.

For all x in the empty set, x is a green-eyed lion. This is a true statement. Why? Well, give me a counterexample. There are none simple because there are no members in the empty set.

I could say for all x in the empty set, there exists an n-ball of some radius r>0 centered at x such that the n-ball is completely within the empty set. Is it false? Give me a counter example. There exist none as there are no members. So the empty set is open.

I could also say for all x in the empty, there does not exist an n-ball of some radius r > 0 centered at x that is completely within the empty. Is this false? Once again, I ask for a counterexample. It is impossible to produce one. Therefore the empty is closed.

You can get all sorts of crazy statements with the empty set.
 
  • #11
l'Hôpital said:
I could also say for all x in the empty, there does not exist an n-ball of some radius r > 0 centered at x that is completely within the empty. Is this false? Once again, I ask for a counterexample. It is impossible to produce one. Therefore the empty is closed.

Are you saying that a set A is closed iff for all x in A, there does not exist r>0 such that [tex]B(x;r) \subset A[/tex]? If so, this is not correct.

Take [0,1] for instance, which is closed in [tex]\mathbb{R}[/tex]. Choose [tex]x=1/2[/tex] and [tex]r=1/4[/tex]. Then [tex] B\left(1/2;1/4\right) \subset [0,1][/tex], and by this definition, is not closed.

The definition you are looking for is that a set A is closed in a metric space X iff [tex]A = \bar{A}[/tex], where [tex] \bar{A} = \left\{ x \in X \mid \forall r>0 \left( B\left(x;r\right) \cap A \neq \emptyset \right) \right\}[/tex]. Or, in other words, the set coincides with its own closure.

Using the proper definition, it is immediately apparent why the empty set must be closed.
 
  • #12
union68 said:
Are you saying that a set A is closed iff for all x in A, there does not exist r>0 such that [tex]B(x;r) \subset A[/tex]? If so, this is not correct.

Take [0,1] for instance, which is closed in [tex]\mathbb{R}[/tex]. Choose [tex]x=1/2[/tex] and [tex]r=1/4[/tex]. Then [tex] B\left(1/2;1/4\right) \subset [0,1][/tex], and by this definition, is not closed.

The definition you are looking for is that a set A is closed in a metric space X iff [tex]A = \bar{A}[/tex], where [tex] \bar{A} = \left\{ x \in X \mid \forall r>0 \left( B\left(x;r\right) \cap A \neq \emptyset \right) \right\}[/tex]. Or, in other words, the set coincides with its own closure.

Using the proper definition, it is immediately apparent why the empty set must be closed.
My bad. This is what I get for not actually using quantifiers and negating them. What I meant to say was that a set A is closed iff there exist an x in A such that for all r > 0, B(x; r) is not completely within set A. But yeah, your method works as well.
 
  • #13
No, that's still not correct. It's important to note that the definition of closed is NOT the negation of open. They are not opposite notions. You can have sets that are both open and closed ([tex]\mathbb{R}[/tex] for example), or neither open nor closed (like [tex](0,1][/tex]). The definition of open concerns interior points, while the definition of closed concerns adherent points (or limit points, depending on your text).

Using your new definition, [tex] \left(0,1\right) \cup \left\{2\right\} [/tex] would be closed in [tex]\mathbb{R}[/tex]. But it's not.
 
  • #14
Hmm true, I was thinking compliments instead of negations. But you are right. I always forget things can be neither open nor closed. It's like that dumb topology joke about the difference between a door and a set, how the former can only be open or closed while the latter can be open, closed, both open or both closed.

In any case, thank you for the correction!
 
  • #15
l'Hôpital said:
Hmm true, I was thinking compliments instead of negations. But you are right. I always forget things can be neither open nor closed. It's like that dumb topology joke about the difference between a door and a set, how the former can only be open or closed while the latter can be open, closed, both open or both closed.

In any case, thank you for the correction!
"Both open or both closed", since you are talking about a single set, makes no sense! You mean that a set can be open, closed, neither open nor closed, or both open and closed.
 
  • #16
I learned a closed set to be a set that contains all of its accumulation points. Wheras, an open set, A, to be one such that for any x in A,
B(x,r) would be contained in A, for some choice of r>0.
 
  • #17
Indeed, that is an equivalent definition. I prefer to use adherent points because that's what I was first introduced to when I studied metric spaces. Apparently they are not as common in literature...?
 
  • #18
union68 said:
Apparently they are not as common in literature...?

Probbably! At least in my experience, I've always seen it reffered to as 'accumulation point'.
 
  • #19
We're getting a bit off topic, but oh well...

Adherent points and accumulation/limit points ARE different. Note my definition of closure from earlier. Accumulation points are adherent, but the converse is not always true.
 

1. What is the least upper bound axiom?

The least upper bound axiom, also known as the supremum axiom, is a fundamental principle in mathematics that states that every non-empty set of real numbers that is bounded above has a least upper bound, or supremum. In simpler terms, this means that for any set of real numbers, there is always a smallest number that is greater than or equal to every number in the set.

2. How is the least upper bound axiom used in mathematics?

The least upper bound axiom is used in various fields of mathematics, such as analysis, topology, and measure theory. It allows for the proof of important theorems, such as the Intermediate Value Theorem, and is also essential in the construction of the real numbers using Dedekind cuts or Cauchy sequences.

3. Can you provide an example of the least upper bound axiom in action?

One example of the least upper bound axiom in action is finding the supremum of a set of real numbers. For instance, if we have the set {1, 2, 3}, the least upper bound (supremum) would be 3, as it is the smallest number that is greater than or equal to all the numbers in the set.

4. Is the least upper bound axiom always true?

Yes, the least upper bound axiom is considered to be an axiom, which means it is accepted as a fundamental truth without needing to be proven. It is a fundamental principle in mathematics and is always true.

5. What is the difference between the least upper bound axiom and the greatest lower bound axiom?

The greatest lower bound axiom, also known as the infimum axiom, is the dual of the least upper bound axiom. While the least upper bound axiom states that every non-empty set of real numbers that is bounded above has a least upper bound, the greatest lower bound axiom states that every non-empty set of real numbers that is bounded below has a greatest lower bound, or infimum. Essentially, they are two sides of the same coin, but with the focus on different types of bounds.

Similar threads

Replies
4
Views
1K
  • Calculus
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
9
Views
874
  • Calculus
Replies
3
Views
1K
Replies
4
Views
310
  • Calculus and Beyond Homework Help
Replies
25
Views
2K
Back
Top