Rationale of infinitely countable sets

  • Context: Graduate 
  • Thread starter Thread starter simeonz
  • Start date Start date
  • Tags Tags
    Sets
Click For Summary
SUMMARY

The discussion centers on the nature of countable infinity in the context of computational theory, particularly through the lens of Turing machines and denotational semantics. It asserts that while computations can theoretically scale indefinitely, practical limitations exist due to the finite nature of computers and algorithms. Key points include the conceptual understanding of memory in Turing machines and the approximation of solutions in computational methods, emphasizing that real-world algorithms must account for finite constraints despite the abstract possibility of infinite scaling.

PREREQUISITES
  • Understanding of Turing machines and their operational principles
  • Familiarity with denotational semantics in programming languages
  • Knowledge of algorithm complexity, particularly Big O notation
  • Conceptual grasp of countable infinity and its implications in computation
NEXT STEPS
  • Research the implications of Turing machine limitations on algorithm design
  • Explore denotational semantics and its application in recursive programming
  • Study algorithm complexity analysis, focusing on Big O notation and its practical applications
  • Investigate the concept of infinite memory in theoretical computer science
USEFUL FOR

This discussion is beneficial for computer scientists, software engineers, and researchers interested in computational theory, algorithm design, and the philosophical implications of infinity in programming.

simeonz
Messages
14
Reaction score
0
What is the nature of countable infinitity? (warning: pseudo-philosophical question follows)

I can illustrate the question better in specific context:

Axiom for the existence of successor operation that is capable of "counting" the set of natural numbers. Is there some phenomenon that corresponds to counting as such. (A measure for other processes of engineering significance.)

In the Turing machine, the computation can evolve at each step by subsuming further finite amounts from inexhaustable pool of memory. How should I understand the "memory" metaphor here? Is this something technological, natural, or conceptual? For example, the domain of our algorithmic ideas (e.g. addition of positional numerals can be applied to arbitrarily large numbers in principle).

In denotational semantics of recursive programs, a certain rule (operator) extends each operation from a finite domain to a slightly larger finite domain. The transition into infinity is straightforward mentally, as generalization of the finite cases, but what are the technical provisions? I mean, computers are finite-state automaton, and the construction of such operator is only conceptual there.

In summary. What is the contemporary point of view on the subject?

- That our computations might actually scale indefinitely, since countable infinity is conceivable in practice

- That our computational methods and algorithms provide us only with convenient approximations of solutions to problems that may arise, albeit knowing that nothing in our social, mental, or physical reality is countably infinite

(I am a programmer.)

Thanks for your attention
 
Physics news on Phys.org
simeonz said:
What is the nature of countable infinitity? (warning: pseudo-philosophical question follows)

I can illustrate the question better in specific context:

Axiom for the existence of successor operation that is capable of "counting" the set of natural numbers. Is there some phenomenon that corresponds to counting as such. (A measure for other processes of engineering significance.)
Well successively adding ones corresponds to counting. The rest is too vague to answer.
In the Turing machine, the computation can evolve at each step by subsuming further finite amounts from inexhaustable pool of memory. How should I understand the "memory" metaphor here? Is this something technological, natural, or conceptual? For example, the domain of our algorithmic ideas (e.g. addition of positional numerals can be applied to arbitrarily large numbers in principle).
It is conceptual, as there is no infinite memory band, nor a TM. It is a model to describe algorithms. As we usually deal with algorithms that come to a hold after finitely many steps, each individual case doesn't need the entire band. It is just that we do not want to say in advance how much memory will be needed.
In denotational semantics of recursive programs, a certain rule (operator) extends each operation from a finite domain to a slightly larger finite domain. The transition into infinity is straightforward mentally, as generalization of the finite cases, but what are the technical provisions? I mean, computers are finite-state automaton, and the construction of such operator is only conceptual there.
See above. However, if we say: The ordinary algorithm for matrix multiplication takes ##O(n^3)## steps, then we need infinity, as ##n## gets larger and larger and we do not want to use different TM. In reality you probably do not want to multiply ##10^{20} \times 10^{20}## matrices.
In summary. What is the contemporary point of view on the subject?

- That our computations might actually scale indefinitely, since countable infinity is conceivable in practice

- That our computational methods and algorithms provide us only with convenient approximations of solutions to problems that may arise, albeit knowing that nothing in our social, mental, or physical reality is countably infinite

(I am a programmer.)

Thanks for your attention
We have to distinguish real life algorithms and models to quantify the needs of an algorithm in space and time. In real life the I/O are the problem anyway, and rarely space.
 

Similar threads

Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
29
Views
6K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K