Is x < ∞ always finite? Exploring the concept of infinity and finiteness

In summary, the conversation discussed the concept of finite sets and how they are defined as having a bijection with a proper subset of the natural numbers. There was a discussion about whether the empty set should be included in this definition and different definitions were proposed. The conversation also touched on the topic of topologies and a specific example called the "cofinite" topology. The main question was whether the arbitrary unions of sets in this topology are finite, and it was determined that this can be proved by considering the cardinality of unions and intersections.
  • #1
V0ODO0CH1LD
278
0
If something is strictly less than something else, is it definitely finite?

Because if x < y, and the biggest thing y can be is ∞, then x < ∞, but does that mean x is finite? Couldn't x = (∞ - 1)? Isn't that still technically infinity? What if x = (∞ - ε)?
 
Mathematics news on Phys.org
  • #2
The classical "real number system" does NOT include "infinity" as a number and you cannot have an operation on real numbers, such as "[itex]\infty - 1[/itex]" or "[itex]\infty- \epsilon[/itex]", or equations involving "infinity".. As for inequalities, [itex]x< \infty[/itex] simply means that x can be any real number while [itex]y< x< \infty[/itex] says that x can be any real number larger than y.

There are several different ways of extending the real number system to include one or more "infinities" as well as "infinitesmals". What operations, equations, or inequalities you are allowed to use depends on the particular extension.
 
  • #3
I came to that because I was trying to prove that ##\mathcal{T}=\{U\subset X:X-U\ is\ finite\ or\ X\}## is a topology on ##X##.

Finite sets are defined as sets that have a bijection with a proper subset of the natural numbers (i.e. ##S## is finite if there is a bijection ##S\rightarrowtail \{1,...,n\}## for some n in the naturals).

The empty set and ##X## are in the topology since ##X-X\rightarrowtail \emptyset##, and ##X-\emptyset=X##.

But for ##U_1\cup U_2\cup ...## to be in ##\mathcal{T}##, ##X-(U_1\cup U_2\cup ...)## has to be finite. Which means ##(X-U_1)\cap (X-U_2)\cap ...## has to be finite because ##X-(U_1\cup U_2\cup ...)=(X-U_1)\cap (X-U_2)\cap ...## from the elementary algebra of sets.

And if ##(X-U_i)\rightarrowtail \{1,...,n_i\}##, I know that ##(X-U_1)\cap (X-U_2)\cap...\rightarrowtail\{1,...,m\}:m<\sum n_i##, since ##|S\cap T| < |S|+|T|## if ##S## and ##T## are not empty.

But does the fact that ##m<\sum n_i## prove that arbitrary unions of sets in the topology are finite?

EDIT: because I could keep summing ##n_i##'s until it got arbitrarily close to infinity. And although ##m## would still be less than that sum, I am not sure if it is finite.
 
Last edited:
  • #4
A subset of a finite set is finite. So, if X - U_i are finite, then the intersection of X - U_i is a subset of X - U_1 so must be finite.

By the way, your definition of finite appears to exclude the empty set.
 
  • #5
PeroK said:
A subset of a finite set is finite. So, if X - U_i are finite, then the intersection of X - U_i is a subset of X - U_1 so must be finite.
I was trying to prove that, but actually got it. I realized that ##m## in that case ins't just less than ##\sum n_i##, it's actually less than or equal to all ##n_i##, making it certainly less than infinity :)

PeroK said:
By the way, your definition of finite appears to exclude the empty set.

Isn't the empty set a proper subset of the naturals? In that case it has a bijection with itself.
 
  • #6
V0ODO0CH1LD said:
Isn't the empty set a proper subset of the naturals? In that case it has a bijection with itself.

Your definition of finite is wrong, but not for the reason of the empty set. The set of even numbers ##E = \{2,4,6,...\}## is also a proper subset of the naturals, so it is trivially in bijection with a subset of the naturals. But it's not finite.

You also provide a second definition where something is in bijection with ##\{1,...,n\}##. But the empty set would be excluded here. Since there is no ##n## such that ##\{1,...,n\}## is finite.
 
  • #7
R136a1 said:
Your definition of finite is wrong, but not for the reason of the empty set. The set of even numbers ##E = \{2,4,6,...\}## is also a proper subset of the naturals, so it is trivially in bijection with a subset of the naturals. But it's not finite.

You also provide a second definition where something is in bijection with ##\{1,...,n\}##. But the empty set would be excluded here. Since there is no ##n## such that ##\{1,...,n\}## is finite.

That's true, although ##\{1,...,n\}## was just an illustration. But what is one correct definition of finite sets? Could I say that a finite set is bijective to a set ##S_n##, where ##S_n## is the set of all natural numbers (including zero) less than ##n##? Then ##\emptyset\rightarrowtail S_0##. Or do I have to make a special case for the empty set? Like just use the definition ##\{1,...,n\}## and separately state that the empty set is finite with cardinality zero.
 
  • #9
V0ODO0CH1LD said:
I came to that because I was trying to prove that ##\mathcal{T}=\{U\subset X:X-U\ is\ finite\ or\ X\}## is a topology on ##X##.

Finite sets are defined as sets that have a bijection with a proper subset of the natural numbers (i.e. ##S## is finite if there is a bijection ##S\rightarrowtail \{1,...,n\}## for some n in the naturals).

The empty set and ##X## are in the topology since ##X-X\rightarrowtail \emptyset##, and ##X-\emptyset=X##.

But for ##U_1\cup U_2\cup ...## to be in ##\mathcal{T}##, ##X-(U_1\cup U_2\cup ...)## has to be finite. Which means ##(X-U_1)\cap (X-U_2)\cap ...## has to be finite because ##X-(U_1\cup U_2\cup ...)=(X-U_1)\cap (X-U_2)\cap ...## from the elementary algebra of sets.

And if ##(X-U_i)\rightarrowtail \{1,...,n_i\}##, I know that ##(X-U_1)\cap (X-U_2)\cap...\rightarrowtail\{1,...,m\}:m<\sum n_i##, since ##|S\cap T| < |S|+|T|## if ##S## and ##T## are not empty.

But does the fact that ##m<\sum n_i## prove that arbitrary unions of sets in the topology are finite?

EDIT: because I could keep summing ##n_i##'s until it got arbitrarily close to infinity. And although ##m## would still be less than that sum, I am not sure if it is finite.

I had to prove that the same set was a topology, we called it the "cofinite" topology. We had it slightly different (without the "or X" and the whole thing unioned with the set of the empty set) but it is the same.

I don't think you need any of these ideas at all to prove that this collection is a topology. I think you only need to consider what happens to cardinality of unions and intersections. We can say that an intersection of any number of sets has at most the cardinality of the smallest set, and we can say that the union of two sets has at most a cardinality equal to the sum of the two cardinalities. Now, you know that the original cardinalities before unions/intersections in question are all finite, so then what can you conclude?
 
  • #10
V0ODO0CH1LD said:
EDIT: because I could keep summing ##n_i##'s until it got arbitrarily close to infinity. And although ##m## would still be less than that sum, I am not sure if it is finite.

Remember that you only need to show that finite intersections are in the topology. Your first part is regarding unions, your second part is regarding intersections, so you can prove it by simply intersecting two sets.
 
  • #11
V0ODO0CH1LD said:
That's true, although ##\{1,...,n\}## was just an illustration. But what is one correct definition of finite sets? Could I say that a finite set is bijective to a set ##S_n##, where ##S_n## is the set of all natural numbers (including zero) less than ##n##? Then ##\emptyset\rightarrowtail S_0##. Or do I have to make a special case for the empty set? Like just use the definition ##\{1,...,n\}## and separately state that the empty set is finite with cardinality zero.

Yes, both work!
 
  • #12
1MileCrash said:
Remember that you only need to show that finite intersections are in the topology. Your first part is regarding unions, your second part is regarding intersections, so you can prove it by simply intersecting two sets.

Not in that case, I turned the problem of proving arbitrary unions are in the set into proving that arbitrary intersections of finite sets are finite. I didn't even mention the finite intersection property of topology in that post.
 
  • #13
V0ODO0CH1LD said:
Not in that case, I turned the problem of proving arbitrary unions are in the set into proving that arbitrary intersections of finite sets are finite. I didn't even mention the finite intersection property of topology in that post.

So, take ##A_i## finite for ##i\in I## and ##I## nonempty. Take some ##j\in I##, then

[tex]\bigcap_{i\in I} A_i\subseteq A_j[/tex]

and ##A_j## is finite by hypothesis. Can you deduce the intersection is finite too?
 
  • #14
V0ODO0CH1LD said:
Not in that case, I turned the problem of proving arbitrary unions are in the set into proving that arbitrary intersections of finite sets are finite. I didn't even mention the finite intersection property of topology in that post.

Yes, arbitrary intersections of finite sets are finite, which we consider from arbitrary unions of members of the topology.

And, finite unions of finite sets are finite, which we consider from finite intersections of members of the topology.

So where is the problem?
 
  • #15
1MileCrash said:
Yes, arbitrary intersections of finite sets are finite, which we consider from arbitrary unions of members of the topology.

And, finite unions of finite sets are finite, which we consider from finite intersections of members of the topology.

So where is the problem?

Nowhere, I've just never proved that to myself. That was the whole point.. but now I did!
 
  • #16
V0ODO0CH1LD said:
Nowhere, I've just never proved that to myself. That was the whole point.. but now I did!

Well, it's just the smallest of a possibly infinite group of finite numbers, is finite. And the sum of finitely many finite numbers, is finite.
 

FAQ: Is x < ∞ always finite? Exploring the concept of infinity and finiteness

What is infinity?

Infinity is a concept that refers to something that is without limit or bound. In mathematics, it is often represented by the symbol ∞ and is used to describe numbers that are larger than any real number.

How do we work with infinity in mathematics?

In mathematics, infinity is used in various ways. It is often used as a limit in calculus and is essential in understanding concepts such as limits, derivatives, and integrals. It is also used in set theory to describe infinite sets and in geometry to describe objects with infinite dimensions.

Can infinity be divided or multiplied?

No, infinity cannot be divided or multiplied. It is not a number that can be treated algebraically like other real numbers. When working with infinity, we must be careful to use it in the correct context and follow specific rules and definitions.

Is infinity a number?

No, infinity is not a number in the traditional sense. It is a concept that represents something that is unbounded and without limit. In mathematics, it is often used as a symbol to represent a value that is larger than any real number.

How do we use infinity in real-world applications?

Infinity is used in various real-world applications, such as in physics and engineering. It is used to describe concepts such as infinite energy or infinite space, which may be important in understanding certain phenomena. In computer science, infinity is used to represent values that are too large to be stored in a computer's memory.

Similar threads

Replies
20
Views
2K
Replies
15
Views
3K
Replies
4
Views
1K
Replies
12
Views
3K
Replies
30
Views
5K
Replies
25
Views
14K
Replies
5
Views
674
Back
Top