Given that ## p\nmid n ## for all primes ## p\leq \sqrt[3]{n} ##

  • Thread starter Math100
  • Start date
  • Tags
    Primes
In summary, given that there are at least three prime factors in a number, it cannot have more than three.
  • #1
Math100
756
201
Homework Statement
Given that ## p\nmid n ## for all primes ## p\leq \sqrt[3]{n} ##, show that ## n>1 ## is either a prime or the product of two primes.
[Hint: Assume to the contrary that ## n ## contains at least three prime factors.]
Relevant Equations
None.
Proof:

Suppose for the sake of contradiction that ## n ## contains at least three prime factors.
Let ## n=p_{1} p_{2}\dotsb p_{X} ## for ## x\geq 3 ##.
Note that ## n=p_{1} p_{2} p_{3} ##.
Then we have ## p_{1}\nleq \sqrt[3]{n} ##, ## p_{2}\nleq \sqrt[3]{n} ## and ## p_{3}\nleq \sqrt[3]{n} ##.
Thus ## p_{1} p_{2} p_{3}\nleq (\sqrt[3]{n})(\sqrt[3]{n})(\sqrt[3]{n}) ##.
This means ## p_{1} p_{2} p_{3}>(\sqrt[3]{n})(\sqrt[3]{n})(\sqrt[3]{n}) ##,
which implies that ## n>n ##.
This is a contradiction because ## n\ngtr n ##.
Therefore, given that ## p\nmid n ## for all primes ## p\leq \sqrt[3]{n} ##,
## n>1 ## is either a prime or the product of two primes.
 
Physics news on Phys.org
  • #2
Math100 said:
Suppose for the sake of contradiction that ## n ## contains at least three prime factors.
Let ## n=p_{1} p_{2}\dotsb p_{X} ## for ## x\geq 3 ##.
Note that ## n=p_{1} p_{2} p_{3} ##.
Which is it? Does ##n## have precisely three prime factors, or at least three?
Math100 said:
Then we have ## p_{1}\nleq \sqrt[3]{n} ##, ## p_{2}\nleq \sqrt[3]{n} ## and ## p_{3}\nleq \sqrt[3]{n} ##.
Thus ## p_{1} p_{2} p_{3}\nleq (\sqrt[3]{n})(\sqrt[3]{n})(\sqrt[3]{n}) ##.
What's the difference between ##\nleq## and ##>##?
Math100 said:
This is a contradiction because ## n\ngtr n ##.
You really need to say that?

On a general note, I think you need to move on. You're spending too much time on easy problems. You need to try some harder questions.

In this case, it's clear that a number cannot have three or more prime factors all greater than its cube root. That's something that barely needs a formal proof.
 
  • #3
Note that ## n=p_{1} p_{2} p_{3} ##.
Ok, what if it was ##n=p_1p_2p_3p_4p_5##? I don't get instructions for this case from the rest of your proof.
Then we have ## p_{1}\nleq \sqrt[3]{n} ##
Why? We know that ##\neg (p\mid n)##. So, since we're working in ##\mathbb N##, we could say something like ##a\mid b## implies ##a\leqslant b##, but that still doesn't answer, why..

And again you are exhibiting this unfortunate quality that you are elaborating needlessly on obvious details, but then suddenly become vague and make it look like what you say is obviously true. If that was the case, why would you not apply the same logic during the obviously obvious steps?

I have asked you before to explain certain obvious steps and you have, for lack of a better expression, given me non-sense/irrelevant answers. This indicates that you don't really understand the arguments and all the moving parts. If I'm being particularly uncharitable, I would say you are trying to compensate for lack of detail in some part of your proof attempt by writing out things that are obvious (and even over-explain them) in some other part assuming that this "balances things out". It doesn't. You can explain in great detail 99 obvious points. If you don't justify the core arguments in a proof, you haven't completed the proof.

I would advise the symbols ##\leqslant## and ##>## as opposites for the usual ordering on ##\mathbb R##. The notation ##p\nleqslant q## is correct, but it's unnecessary here.

Edit:

To be more specific. Which do you think is more obvious and so may be omitted?
We have that ##n>n##, which is a contradiction, because ##n\nleq n## is false
OR..
Let ##p## be a prime factor of ##n##. By assumption, since ##p\mid n##, we must have ##p>\sqrt[3]{n}##..
 
Last edited:
  • Like
Likes epenguin, pbuk and PeroK
  • #4
Suppose for the sake of contradiction that ## n ## contains at least three prime factors
such that ## n=p_{1} p_{2}\dotsb p_{X} ## for ## x\geq 3 ##.
Let ## n=p_{1} p_{2} p_{3} m ## where ## p_{1}, p_{2} ## and ## p_{3} ## are
distinct primes and ## m ## is an integer for ## m>1 ##.
Note that ## p\nmid n ## for all primes ## p\leq \sqrt[3]{n} ##.
Then we have ## p_{1}>\sqrt[3]{n}, p_{2}>\sqrt[3]{n} ## and ## p_{3}>\sqrt[3]{n} ##.
Thus ## p_{1} p_{2} p_{3}>(\sqrt[3]{n})^{3} ##,
and so ## p_{1} p_{2} p_{3}>n ##.
But then ## n>p_{1} p_{2} p_{3} ## because ## n=p_{1} p_{2} p_{3} m ## for ## m>1 ##,
which implies that ## n>p_{1} p_{2} p_{3}>n ##,
now we have a contradiction.
Therefore, given that ## p\nmid n ## for all primes ## p\leq \sqrt[3]{n} ##, ## n>1 ## is
either a prime or the product of two primes.
 
  • #5
Math100 said:
Suppose for the sake of contradiction that ## n ## contains at least three prime factors
such that ## n=p_{1} p_{2}\dotsb p_{X} ## for ## x\geq 3 ##.
Let ## n=p_{1} p_{2} p_{3} m ## where ## p_{1}, p_{2} ## and ## p_{3} ## are
distinct primes and ## m ## is an integer for ## m>1 ##.
That should be ##m \ge 1##.
Math100 said:
Thus ## p_{1} p_{2} p_{3}>(\sqrt[3]{n})^{3} ##,
This line is unnecessary.
Math100 said:
and so ## p_{1} p_{2} p_{3}>n ##.
At this point you should simply state:

Hence ##mp_1p_2p_3 > n##, which is a contradiction. QED

Math100 said:
But then ## n>p_{1} p_{2} p_{3} ## because ## n=p_{1} p_{2} p_{3} m ## for ## m>1 ##,
which implies that ## n>p_{1} p_{2} p_{3}>n ##,
now we have a contradiction.
Therefore, given that ## p\nmid n ## for all primes ## p\leq \sqrt[3]{n} ##, ## n>1 ## is
either a prime or the product of two primes.
This is "laboured".
 
  • Like
Likes Math100

What does the statement "p does not divide n for all primes p less than or equal to the cube root of n" mean?

This means that for any prime number p less than or equal to the cube root of n, p is not a factor of n. In other words, n is not divisible by any prime number up to its cube root.

Why is this statement important in mathematics?

This statement is important because it tells us that n is not divisible by any small prime numbers. This can be useful in certain mathematical proofs and calculations.

What is the significance of the cube root in this statement?

The cube root is significant because it sets a limit for the prime numbers that we are considering. By stating that p is less than or equal to the cube root of n, we are only considering a finite set of prime numbers, rather than all prime numbers.

Can this statement be reversed to say that if p divides n, then p must be greater than the cube root of n?

No, this statement cannot be reversed. Just because p is greater than the cube root of n does not necessarily mean that p will divide n. It is possible for p to be a prime number greater than the cube root of n, but still not be a factor of n.

How can this statement be used in number theory?

This statement can be used in various number theory problems and proofs, particularly in problems involving prime numbers and their divisibility. It can also be used in finding the prime factorization of a number and determining if a number is prime or composite.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
12
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
13
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
14
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
900
  • Precalculus Mathematics Homework Help
Replies
10
Views
810
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
Back
Top