Conjecture:fundamental mathematical group

  • Thread starter Thread starter SW VandeCarr
  • Start date Start date
  • Tags Tags
    Group Mathematical
Click For Summary
The discussion centers on the proposition that a fundamental mathematical group exists, consisting of non-negative integers and irrational numbers, with addition and subtraction as operations. The original claim faced challenges regarding the validity of this group, particularly concerning the closure under subtraction and the exclusion of negative integers. The conversation also delves into the philosophical distinction between "discovered" mathematical objects, like natural numbers and irrationals, and "invented" ones, such as negative integers and set theory. Participants emphasize the historical evolution of mathematical concepts and the necessity of rigorous definitions in mathematics. Ultimately, the thread highlights the complexity of defining foundational mathematical structures and the philosophical implications of such distinctions.
  • #61
SW VandeCarr said:
You're not talking about a sieve, are you? To me, a sieve is a dumb algorithm which tests all odd numbers not ending in 5. That's not what I meant. I meant a smart algorithm which can produce all the primes and only the primes. Such an algorithm would also tell us the number of primes over any specified interval of natural numbers.

What is a "smart" algorithm? Do you mean an algorithm that has a polynomial complexity? I can write you an algorithm that can generate all primes (and only primes) and one for telling you how many primes are in a given finite subset of the naturals. You can tell the algorithm to output infinity whenever you enter a infinite subset.
 
Mathematics news on Phys.org
  • #62
Focus said:
What is a "smart" algorithm? Do you mean an algorithm that has a polynomial complexity? I can write you an algorithm that can generate all primes (and only primes) and one for telling you how many primes are in a given finite subset of the naturals. You can tell the algorithm to output infinity whenever you enter a infinite subset.
So if I enter the infinite subset { 2, 4, 6, ... }, it will return infinity?
 
  • #63
Focus said:
What is a "smart" algorithm? Do you mean an algorithm that has a polynomial complexity? I can write you an algorithm that can generate all primes (and only primes) and one for telling you how many primes are in a given finite subset of the naturals. You can tell the algorithm to output infinity whenever you enter a infinite subset.

Then why do we need to estimate the number of primes less than x asymptotically with x/ln(x)?
 
  • #64
SW VandeCarr said:
Then why do we need to estimate the number of primes less than x asymptotically with x/ln(x)?
Because the algoritm is time consuming. An algorithm must complete in a finite number of steps. You would be suprised to learn how large some numbers can be and still be considered finite.
 
  • #65
jimmysnyder said:
Because the algoritm is time consuming. An algorithm must complete in a finite number of steps. You would be suprised to learn how large some numbers can be and still be considered finite.

Of course. That's why de facto, we have no provable formula that will generate all the primes and only the primes.
 
  • #66
SW VandeCarr said:
Of course. That's why de facto, we have no provable formula that will generate all the primes and only the primes.
Algorithm. You have not proved that there is no algorithm, you have only proved that you think there isn't one.
 
  • #67
SW VandeCarr said:
Of course. That's why de facto, we have no provable formula that will generate all the primes and only the primes.
No, that's obviously not a proof that such a formula does not exist. We do have an algorithm which generates all primes (sieve of Eratosthenes). It is an algorithm, admittedly not very efficient, but perfectly valid still.

Can you prove to me that there is no polynomial (possibly of very large degree) such that P(n) is the n-th prime ? That would be another algorithm. It would suffice to evaluate the polynomial at every integer to get all the primes. It would still take an infinite time, but it would be more efficient than the sieve of Eratosthenes.
 
  • #68
humanino said:
No, that's obviously not a proof that such a formula does not exist. We do have an algorithm which generates all primes (sieve of Eratosthenes). It is an algorithm, admittedly not very efficient, but perfectly valid still.

Can you prove to me that there is no polynomial (possibly of very large degree) such that P(n) is the n-th prime ? That would be another algorithm. It would suffice to evaluate the polynomial at every integer to get all the primes. It would still take an infinite time, but it would be more efficient than the sieve of Eratosthenes.

No. I'm saying we don't have an efficient formula to generate the nth prime. I'm not saying one can't possibly exist.
 
Last edited:
  • #69
jimmysnyder said:
Algorithm. You have not proved that there is no algorithm, you have only proved that you think there isn't one.

See my response to humanino. Also, mathematical formulas with numerical outputs and algorithms are implemented the same way, as computational steps.
 
  • #70
humanino said:
Can you prove to me that there is no polynomial (possibly of very large degree) such that P(n) is the n-th prime?
Yes. Let P be a polynomial of degree m such that P(n) is prime for all n.
P(x) = a_mx^m + ... + a_0
Then P(1) = p where p is a prime, so P(1) = 0 (mod p). So for any k,
P(1 + kp) = a_m(1+pk)^m + ... + a_0
= a_m + a_mb_m + ... + a_1 + a_1b_1 + a_0
(where b_i is divisible by p for all i)
= P(1) mod p
= 0 mod p
so P(1 + kp) = 0 (mod p) and either P(1 + kp) is divisable by p and is not prime, or is 0. But P only has m zeros or is itself the zero polynomial.
 
Last edited:
  • #71
jimmysnyder said:
...
I never had any doubt that you would know. I suspect you may even be able to come up with another proof :smile:
Thanks for the answer.
 
  • #72
Locked pending moderation.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
2
Views
1K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K