What Does the Mathematical Notation XN∞ Represent in Set Theory?

  • Python
  • Thread starter ShellWillis
  • Start date
In summary, the author of the paper defines an infinite omniscient set and notes that to implement the set you need to understand what the equation is saying. The notation used in the paper is to represent the set using a number that represents the set as a number in the Cantor space. I would like to see more effort from the OP to explain how they expect to tackle this and what the answer they expect to see looks like.
  • #1
ShellWillis
5
1
TL;DR Summary
im wondering how to turn this into a functional equation on python
could someone please explain this to me? I'm kind of looking at it and skimming it in different ways I need some help.
 
Technology news on Phys.org
  • #2
Your equation as it appears in the title doesn't really make sense to begin with. Titles of threads are not good places to put equations. I would suggest posting the equation using the PF LaTeX feature in the body of a post. Also a reference to where you got the equation would help.
 
  • #3
@ShellWillis
Welcome to PF.
I think this thread will be worth watching.
 
  • #4
ShellWillis said:
Summary:: I am wondering how to turn this into a functional equation on python

could someone please explain this to me? I'm kind of looking at it and skimming it in different ways I need some help.
No doubt the formula you're trying to implement in Python comes from the paper you linked to in another post:

https://www.cs.bham.ac.uk/~mhe/papers/omniscient-journal-revised.pdf

In this paper, the author gave an example of an infinite omniscient set (? -- this is might be a term known only to the author of the paper) defined in this way:
$$\mathbb N_\infty = \{x \in 2^{\mathbb N}~|~ \forall i \in \mathbb N(x_i \ge x_{i + 1}\} $$

Note that this is not quite the same as what you wrote in the title of this thread. Before you can write a program that implements this set, you need to understand what this equation is saying. Please "unpack" the equation above and tell us four or five of the numbers that belong to this set.
 
  • #5
The author introduces this set as the one-point compactification of the natural numbers.

Earlier in the paper the author uses the notation [itex]p: X \to 2[/itex] in defining a function, so I suspect 2 actually means [itex]\{0,1\}[/itex] and we are looking at the set of all decreasing sequences taking values in [itex]\{0,1\}[/itex]. You can identify such a sequence by [tex]
I(x) = \begin{cases} 0 & \mbox{$x_i = 1$ for all $i \in \mathbb{N}$,}\\
(\min\{ i \in \mathbb{N} : x_i = 0\})^{-1} & \mbox{otherwise.}
\end{cases}
[/tex]
since once such a sequence hits zero it must stay there. This creates a bijection between [itex]\mathbb{N}_\infty[/itex] and [tex]K = \{0\} \cup \{n^{-1} : n \in \mathbb{Z}, n > 0 \}[/tex]
 
  • Like
Likes ShellWillis
  • #6
What does a functional equation look like in Python?
 
  • #7
pasmith said:
Earlier in the paper the author uses the notation [itex]p: X \to 2[/itex] in defining a function, so I suspect 2 actually means [itex]\{0,1\}[/itex] and we are looking at the set of all decreasing sequences taking values in [itex]\{0,1\}[/itex].
That's my take as well, that ##p: X \to 2## maps integers to a number in the set {0, 1}. Seems like weird notation to me.
 
  • #8
Mark44 said:
That's my take as well, that ##p: X \to 2## maps integers to a number in the set {0, 1}. Seems like weird notation to me.
Yes, and it looks like a bit of a cheat to me in a constructivist context, although I can see its attraction: if we have such a function (and we can rely on the usual properties of a function) then we don't need LOM.

I'm also very wary of applying computational methods to constructive mathematics in general: ## (P \lor \neg P) ## is built into the hardware.

I'd like to see a lot more effort from the OP demonstrating how they expect to tackle this, and what the answer they expect to see looks like.
 
  • #9
pbuk said:
I'd like to see a lot more effort from the OP demonstrating how they expect to tackle this, and what the answer they expect to see looks like.
Same here.
Let's all hold off any more replies until we hear back from the OP.
 
  • #10
Mark44 said:
That's my take as well, that ##p: X \to 2## maps integers to a number in the set {0, 1}. Seems like weird notation to me.
I hope I'm not conflicting with the idea to wait for the OP to clarify. But I just have some insight on the notation to offer.

It makes some sense to use this notation because the notation for the Cantor space is ##2^{\mathbb{N}}## or ##2^{\omega}##, while in more explicit notation, this means ##\{0,1\}^{\mathbb{N}}##. The notation for the cantor set using 2 to represent ##\{0,1\}## is weird, but I guess it makes sense to be consistent with it.

Note that the other part of the notation (aside from 2) comes from regular expressions. ##\{0,1\}^{\mathbb{N}}## means the set of infinite binary strings, ##\{0,1\}^*## means the set of all finite binary strings including the empty string. ##\{0,1\}^n## means all binary strings of length ##n##, ##1^n## is short for ##\{1\}^n## which is the set with 1 element, ##111...## , etc.

The set the OP is asking about seems to be ##1^*0^{\mathbb{N}} \cup 1^{\mathbb{N}}##.
 
  • #11
From what I gather...

"2" is unwanted divergence

N is every pattern of union amongst empty sets

i means every set

x, i are each individual empty set aligned

And thatN infinity has the greatest magnitude of power
 
Last edited by a moderator:
  • #12
For reference, here's the definition I wrote in post #4:
$$\mathbb N_\infty = \{x \in 2^{\mathbb N}~|~ \forall i \in \mathbb N(x_i \ge x_{i + 1}\} $$
ShellWillis said:
From what I gather...

"2" is unwanted divergence
No. See posts #7 and #10.
ShellWillis said:
N is every pattern of union amongst empty sets
No. What you wrote makes no sense at all. ##\mathbb N## is commonly used to mean the set of natural numbers 1, 2, 3, ..., with the possible inclusion of 0.
ShellWillis said:
i means every set
No. i is a particular but unspecified member of ##\mathbb N##.
ShellWillis said:
x, i are each individual empty set aligned
No.
ShellWillis said:
And thatN infinity has the greatest magnitude of power
##N_\infty## is defined in the paper as well as at the top of this post.

It seems clear to me that you do not understand what the paper is trying to convey, so there is no possibility that you will be able to implement what the paper is discussing in Python or any other programming language. For this reason, I am closing this thread.

If at some point you come to a better understanding of what the paper is saying, please send me a PM and I will reopen the thread.
 
Last edited:
  • Like
Likes jim mcnamara

FAQ: What Does the Mathematical Notation XN∞ Represent in Set Theory?

What does XN∞ represent?

XN∞ represents the set of all infinite sequences of natural numbers that are non-decreasing.

How is XN∞ different from 2N?

XN∞ is a subset of 2N, as it only includes sequences that are non-decreasing. 2N includes all possible infinite sequences of natural numbers.

Can you give an example of an element in XN∞?

One example of an element in XN∞ is the sequence (1,1,1,1,1,...), where each term is equal to 1 and the sequence continues infinitely.

Is it possible for XN∞ to contain finite sequences?

No, XN∞ only contains infinite sequences because the definition requires that the sequence continues infinitely.

How is XN∞ related to mathematical analysis?

XN∞ is often used in mathematical analysis to describe the behavior of infinite sequences in various mathematical contexts.

Similar threads

Replies
10
Views
2K
Replies
9
Views
2K
Replies
8
Views
2K
Replies
3
Views
1K
Replies
7
Views
2K
Replies
3
Views
724
Replies
17
Views
5K
Replies
3
Views
1K
Replies
14
Views
4K
Replies
8
Views
3K
Back
Top