Is this a paradox on the number line

In summary, the conversation discusses the infinite number of perfect powers that can be generated using every prime and composite number on the number line, and how the frequency of perfect powers declines as the number line is extended. The question of whether there is a formula to predict the number of perfect powers over a given length of the number line is also raised. The concept of "barely getting started" is discussed, as well as the definition of a perfect power. The conversation concludes with a proposal for a recursion to find the number of perfect powers below a given number.
  • #1
PT1
10
0
I've noticed that for every prime and every composite number on the number line that is not a perfect power, ( I am referring to positive whole numbers only), that there are infinitely many perfect powers (PPs) that can be generated using that number. This suggests that the PPs should swamp the primes plus the non-powered composites. However when I compare the relative incidence of PPs along the number line, I find that the further along I go, the fewer PPs show up. e.g. for the first 10 numbers there are 3 PPs: 100 gives 12; 1000 gives 40 ;10,000, 123; 100,000, 368; and 1,000,000, 1109. (I figured these out manually so sums may have errors but the point still holds.) So far there is an obvious decline in the incidence of PPs as we go along the number line. I realize that the number line is infinite and that no matter how far we travel along that line we are barely getting started. That said, it seems apparent to me that the trend won't change until we get way past 'barely getting started', which is not reachable. Is anyone aware of this being explored, or could there be a formula which would predict the number of PPs over a given length of the number line? Thanks in advance.
 
Mathematics news on Phys.org
  • #2
I can't answer your question but I suggest that your concepts of "barely getting started" and "way beyond barely getting started" are not meaningful. No matter how far along the line you are, you are exactly the same distance from the end as you were when you started.
 
  • #3
PT1 said:
've noticed that for every prime and every composite number on the number line that is not a perfect power, ( I am referring to positive whole numbers only), that there are infinitely many perfect powers (PPs) that can be generated using that number.
What do you mean by "generated"?

Both the number of primes and the number of perfect powers is infinite - their number is the same. What you are looking at is the relative frequency within the first N numbers, where there are more primes than perfect powers. Deriving very large perfect powers from small primes doesn't do anything to help there.
 
  • #4
PT1 said:
This suggests that the PPs should swamp the primes plus the non-powered composites.

Why does it suggest that? You are considering finite intervals. For example, if we generate the powers of 5, they are more and more widely spaced apart. If the powers of numbers were equally spaced on the number line ( as are the multiples of numbers) then intuition would say that they would have a great "density" in a given finite interval. But since the perfect powers don't have constant "density", over intervals, I don't see that intuition can decide about who wins as far as the density perfect powers versus non-perfect powers in a finite interval.
 
  • #5
'Barely getting started' Poor choice of words. I think I do understand it the way you put it. I was referring to how far away from beginning I was. Infinity is open ended, (if I can call it that), but only at one extreme. The beginning of the portion of the number line to which I was referring is fixed and I guess I was thinking of how far from it I was while not getting any closer to end.Thanks.
'Generated' what I was trying to suggest is that one could take any number, 3 for example, and square it, cube it ... infinitely many times, creating an infinite group of perfect numbers to match only one prime. the number of powers of three greatly out number one which is the quantity of the number three. Then repeat for each single prime or other composite which has not yet been raised to a power.
The whole point I was getting at was that the powers spread out too fast creating the impression, to me , that there are fewer powers then other numbers. rather than the other way around which I had expected. Thanks to all.You have given me lots to digest.
 
  • #6
The question can be formulated rigorously. Let ##P(N)## be the number of perfect powers of natural numbers that are less than or equal to ##N##. Find ##lim_{N \rightarrow \infty} \frac{P(N)}{(N - P(N))} ## if that limit exists.
 
  • #7
It seems you all know. What is a perfect power?
 
  • #8
fresh_42 said:
It seems you all know. What is a perfect power?

I'm assuming its a natural number that is equal to a natural number power of some other (different) natural number.
 
  • #9
Stephen Tashi said:
I'm assuming its a natural number that is equal to a natural number power of some other (different) natural number.
So ##P(10)=3##, i.e. ##a^n## is one and ##a^nb^m## is not? Isn't ##P(100)=12## a bit low then?
 
  • #10
fresh_42 said:
So ##P(10)=3##, i.e. ##a^n## is one and ##a^nb^m## is not?

Yes, I want ##P(10) = 3##, the cardinality of ##\{2^2,2^3, 3^2\}##. So, yes, ##a^nb^m## need not be a "perfect power". We'll see what the others say.
 
  • #11
I see, the trouble is not to count numbers twice etc. Should be bounded by the number of lattice points in a parabola.
 
  • #12
fresh_42 said:
I see, the trouble is not to count numbers twice etc. Should be bounded by the number of lattice points in a parabola.

It would be nice to have a recursion: given ##P(N)## find ##P(N+1)##. However, such a recursion might have a lot of if...then cases. Is there a theory that treats recursions like that?
 
  • #13
Most perfect powers below N are squares, and the fraction of other perfect powers goes to zero for N to infinity. There are N^(1/2) squares, N^(1/3) cubes and so on, woth some overlap. Up to 1 million there are 1000 squares, 100 cubes, and just 10 numbers in both categories. There are also a few higher powers, e.g. 15 fifth powers, 3 of them (1^10, 2^10, 3^10) overlapping with the squares, and two overlapping with the cubes (1^15, 2^15). With inclusion-exclusion you can count them in a systematic way.
 
Last edited:
  • #14
PT1 said:
'Barely getting started' Poor choice of words. I think I do understand it the way you put it. I was referring to how far away from beginning I was. Infinity is open ended, (if I can call it that), but only at one extreme. The beginning of the portion of the number line to which I was referring is fixed and I guess I was thinking of how far from it I was while not getting any closer to end.Thanks.
'Generated' what I was trying to suggest is that one could take any number, 3 for example, and square it, cube it ... infinitely many times, creating an infinite group of perfect numbers to match only one prime. the number of powers of three greatly out number one which is the quantity of the number three. Then repeat for each single prime or other composite which has not yet been raised to a power.
The whole point I was getting at was that the powers spread out too fast creating the impression, to me , that there are fewer powers then other numbers. rather than the other way around which I had expected. Thanks to all.You have given me lots to digest.

Yes, this is a paradox of infinite sets. A simpler example is to consider the set of natural numbers and the set of even numbers:

##\mathbb{N} = \{1, 2, 3, \dots \}##

##S = \{2, 4, 6, \dots \}##

Clearly, we can put ##\mathbb{N}## into one-to-one correspondence with the set ##S##, in that sense, both ##\mathbb{N}## and ##S## have the same "number" of members and are sets of the same "size". More properly, they are sets of the same Cardinality.

Equally, we can see that ##S## is a proper subset of ##\mathbb{N}##. In that sense ##\mathbb{N}## contains "twice as many" members as ##S##.

Your idea takes this a step further. If we take a prime ##p## and define the set:

##P_p = \{p, p^2, p^3 \dots \}##

Then we cleary have a set that can be put into one-to-one correspondence with ##\mathbb{N}##. Just associate ##p^n## with the number ##n##.

If we take the union of all these sets, we have:

##P = P_2 \bigcup P_3 \bigcup P_5 \dots ##

And, yet, ##P \subset \mathbb{N}##

What we've done is shown that ##\mathbb{N}## can contain a whole infinite sequence of sets, all the same cadinality as itself, and still have plenty left over: "most" numbers, after all, are not prime powers.

To put it another way, ##P## is the union of an infinite collection of sets, all the same cardinality as ##\mathbb{N}##, but still only has the same cardinality as ##\mathbb{N}##.

These sort of paradoxes were sorted out by a mathematician called Georg Cantor. If you want to look him up and read more about this.
 
  • Like
Likes jbriggs444
  • #15
I have read, more than once, some about what Cantor had to say about infinite sets (obviously with limited understanding). I will repeat. Hopefully some of what has been said here will help me to take more of it in. Thanks to all.
 
  • #16
PT1 said:
I have read, more than once, some about what Cantor had to say about infinite sets (obviously with limited understanding). I will repeat. Hopefully some of what has been said here will help me to take more of it in. Thanks to all.
You might also read about asymptotic density which is roughly what @Stephen Tashi was getting at in #12 above.
 
  • #17

1. What is a paradox on the number line?

A paradox on the number line refers to a situation where a statement or concept seems to contradict itself or goes against common sense on a numerical scale.

2. How do you identify a paradox on the number line?

To identify a paradox on the number line, you must look for a statement that appears self-contradictory or illogical when applied to a numerical scale. This can often involve concepts such as infinity, negative numbers, or zero.

3. Can you provide an example of a paradox on the number line?

One example of a paradox on the number line is the concept of dividing by zero. On the number line, any number divided by zero is undefined, but when you approach zero from either positive or negative numbers, the result approaches infinity.

4. How do paradoxes on the number line affect mathematical equations?

Paradoxes on the number line can cause issues in mathematical equations by creating situations where the solution is undefined or goes against common mathematical rules. This can lead to errors or challenges in solving equations.

5. Are paradoxes on the number line important in scientific research?

Yes, paradoxes on the number line can be important in scientific research as they can challenge existing theories and lead to new discoveries. They can also help scientists think critically and creatively to find solutions to paradoxical situations.

Similar threads

Replies
4
Views
616
  • General Math
Replies
1
Views
718
Replies
3
Views
264
Replies
2
Views
2K
Replies
13
Views
1K
Replies
4
Views
1K
Replies
7
Views
1K
  • General Math
Replies
5
Views
1K
Replies
35
Views
2K
Replies
3
Views
1K
Back
Top