Conjecture:fundamental mathematical group

  • Context: Graduate 
  • Thread starter Thread starter SW VandeCarr
  • Start date Start date
  • Tags Tags
    Group Mathematical
Click For Summary
SUMMARY

The discussion centers on the concept of a fundamental mathematical group proposed by a forum user, suggesting that the non-negative integers and irrational numbers form a foundational group with addition and subtraction as operations. The identity element is defined as zero. Participants challenge the validity of this group, emphasizing that the inclusion of all integers is necessary for closure under addition and subtraction. The conversation also explores the philosophical distinction between discovered and invented mathematical objects, referencing historical perspectives from mathematicians like Leopold Kronecker.

PREREQUISITES
  • Understanding of basic group theory in mathematics.
  • Familiarity with the concepts of integers, rational numbers, and irrational numbers.
  • Knowledge of mathematical operations such as addition and subtraction.
  • Awareness of philosophical discussions in mathematics regarding discovered versus invented concepts.
NEXT STEPS
  • Research the axioms of group theory and their implications for mathematical structures.
  • Study the historical development of number systems, including integers and irrationals.
  • Explore the philosophical implications of mathematical discovery versus invention.
  • Learn about Zermelo-Fraenkel set theory (ZFC) and its foundational role in modern mathematics.
USEFUL FOR

Mathematicians, philosophy students, and anyone interested in the foundational aspects of mathematics and the evolution of mathematical thought.

  • #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.
 
Physics 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 algorithm 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 algorithm 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 4 ·
Replies
4
Views
2K
  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K