does a number that contains all primes less than it exist?Do there exist any dormant primes?Currently, what is the largest publicly known prime number such that all prime numbers less than it are known?Difference between two (not consecutive) primesProof that there exists a larger prime than prime number P, which is the largest of a finite set of primes?A very basic (I think) question about proofs and infinitely many primes.Can it be proven/disproven that there are highly composite numbers that prime-factorize into larger primes such as $9999991$?Given a number N, how many numbers less than N can be written as a product of less than k prime factors?Sums of consecutive primesIs it true for any $n=2p$ where $p$ is prime, that the number of twin primes less than $n$ approaches the number of prime pairs?Can it be shown that Double Goldbug Numbers cannot exist?

Confusion about multiple information Sets

I played my first (rapid) tournament recently and I wanted to calculate my ELO

Do we or do we not observe (measure) superpositions all the time?

How should I behave to assure my friends that I am not after their money?

Symbol for "not absolutely continuous" in Latex

Does anycast addressing add additional latency in any way?

How to determine what is the correct level of detail when modelling?

Are there any vegetarian astronauts?

How come I was asked by a CBP officer why I was in the US when leaving?

Does ultrasonic bath cleaning damage laboratory volumetric glassware calibration?

MH370 blackbox - is it still possible to retrieve data from it?

How likely is sample A and sample B is from distribution C?

Set vertical spacing between two particular items

What speedlites can work with the Canon EOS 4000D's non-standard hotshoe?

Analog is Obtuse!

The use of "I" and "we" used in the same sentence and other questions

Is there a short way to check uniqueness of values without using 'if' and multiple 'and's?

Do 3D printers really reach 50 micron (0.050mm) accuracy?

Why is a blank required between "[[" and "-e xxx" in ksh?

How to convert object fill in to fine lines?

What does 2>&1 | tee mean?

Can I travel from Germany to England alone as an unaccompanied minor?

Difference between 'demás' and 'otros'?

Why does this fireplace work?



does a number that contains all primes less than it exist?


Do there exist any dormant primes?Currently, what is the largest publicly known prime number such that all prime numbers less than it are known?Difference between two (not consecutive) primesProof that there exists a larger prime than prime number P, which is the largest of a finite set of primes?A very basic (I think) question about proofs and infinitely many primes.Can it be proven/disproven that there are highly composite numbers that prime-factorize into larger primes such as $9999991$?Given a number N, how many numbers less than N can be written as a product of less than k prime factors?Sums of consecutive primesIs it true for any $n=2p$ where $p$ is prime, that the number of twin primes less than $n$ approaches the number of prime pairs?Can it be shown that Double Goldbug Numbers cannot exist?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








6












$begingroup$


I want a number that has a prime factorization that contains all prime numbers less than that number (besides $2$), anyone with an answer please show a proof.



I have made a little progress, if this number exists, then it is one less than a prime number.

proof:

make a list of all the primes less than $n$ $P_1,space P_2,space P_3,cdots$
$n+1$ is not a factor of any of these primes so it ether is a prime or has a prime that our list missed and since the list contains all primes less than $n$, $n+1$ must be prime.



and more evidence that suggests this exists is the proof that any arbitrary prime gap exists. if $n!+1$ is prime then the prime gap between $n!+1$ and the next prime is at least $n-1$ because:
$n!+2$ is a multiple of $2$ and
$n!+3$ is a multiple of $3$ and so-on until
$n!+n$ which is a multiple of $n$



any more help would be appreciated










share|cite|improve this question









$endgroup$







  • 5




    $begingroup$
    Bertrand's postulate?
    $endgroup$
    – Lord Shark the Unknown
    8 hours ago










  • $begingroup$
    @LordSharktheUnknown if I understand Bertrand's postulate, no. he has a way of finding prime gaps (sort-of) I'm just wondering if a number can contain all prime numbers less that its self
    $endgroup$
    – spydragon
    8 hours ago











  • $begingroup$
    Prime gaps of arbitrary length appear. Small prime gaps persist indefinitely with gaps at most $246$ appearing infinitely often (en.wikipedia.org/wiki/Polymath_Project) - the conjecture is that $246$ can be reduced to $2$, and that "prime pairs" occur infinitely often. Primes are too dense for your idea to work. Exploring them is mathematically rich territory - proving new things about primes is almost always standing on the shoulders of giants.
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    You need to understand the question you are asking. Bertrand's postulate shows that there is a prime which is not "included" (because there is a prime between $n$ and $2n$ which is, therefore, not a factor of $2n$, and the product you are creating is of the from $2n$)
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    @MarkBennet I know, but as it hasn't been proven you and I cannot know for certain and even though primes are not always 1,000,000 numbers apart there could still be a number that works
    $endgroup$
    – spydragon
    8 hours ago

















6












$begingroup$


I want a number that has a prime factorization that contains all prime numbers less than that number (besides $2$), anyone with an answer please show a proof.



I have made a little progress, if this number exists, then it is one less than a prime number.

proof:

make a list of all the primes less than $n$ $P_1,space P_2,space P_3,cdots$
$n+1$ is not a factor of any of these primes so it ether is a prime or has a prime that our list missed and since the list contains all primes less than $n$, $n+1$ must be prime.



and more evidence that suggests this exists is the proof that any arbitrary prime gap exists. if $n!+1$ is prime then the prime gap between $n!+1$ and the next prime is at least $n-1$ because:
$n!+2$ is a multiple of $2$ and
$n!+3$ is a multiple of $3$ and so-on until
$n!+n$ which is a multiple of $n$



any more help would be appreciated










share|cite|improve this question









$endgroup$







  • 5




    $begingroup$
    Bertrand's postulate?
    $endgroup$
    – Lord Shark the Unknown
    8 hours ago










  • $begingroup$
    @LordSharktheUnknown if I understand Bertrand's postulate, no. he has a way of finding prime gaps (sort-of) I'm just wondering if a number can contain all prime numbers less that its self
    $endgroup$
    – spydragon
    8 hours ago











  • $begingroup$
    Prime gaps of arbitrary length appear. Small prime gaps persist indefinitely with gaps at most $246$ appearing infinitely often (en.wikipedia.org/wiki/Polymath_Project) - the conjecture is that $246$ can be reduced to $2$, and that "prime pairs" occur infinitely often. Primes are too dense for your idea to work. Exploring them is mathematically rich territory - proving new things about primes is almost always standing on the shoulders of giants.
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    You need to understand the question you are asking. Bertrand's postulate shows that there is a prime which is not "included" (because there is a prime between $n$ and $2n$ which is, therefore, not a factor of $2n$, and the product you are creating is of the from $2n$)
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    @MarkBennet I know, but as it hasn't been proven you and I cannot know for certain and even though primes are not always 1,000,000 numbers apart there could still be a number that works
    $endgroup$
    – spydragon
    8 hours ago













6












6








6





$begingroup$


I want a number that has a prime factorization that contains all prime numbers less than that number (besides $2$), anyone with an answer please show a proof.



I have made a little progress, if this number exists, then it is one less than a prime number.

proof:

make a list of all the primes less than $n$ $P_1,space P_2,space P_3,cdots$
$n+1$ is not a factor of any of these primes so it ether is a prime or has a prime that our list missed and since the list contains all primes less than $n$, $n+1$ must be prime.



and more evidence that suggests this exists is the proof that any arbitrary prime gap exists. if $n!+1$ is prime then the prime gap between $n!+1$ and the next prime is at least $n-1$ because:
$n!+2$ is a multiple of $2$ and
$n!+3$ is a multiple of $3$ and so-on until
$n!+n$ which is a multiple of $n$



any more help would be appreciated










share|cite|improve this question









$endgroup$




I want a number that has a prime factorization that contains all prime numbers less than that number (besides $2$), anyone with an answer please show a proof.



I have made a little progress, if this number exists, then it is one less than a prime number.

proof:

make a list of all the primes less than $n$ $P_1,space P_2,space P_3,cdots$
$n+1$ is not a factor of any of these primes so it ether is a prime or has a prime that our list missed and since the list contains all primes less than $n$, $n+1$ must be prime.



and more evidence that suggests this exists is the proof that any arbitrary prime gap exists. if $n!+1$ is prime then the prime gap between $n!+1$ and the next prime is at least $n-1$ because:
$n!+2$ is a multiple of $2$ and
$n!+3$ is a multiple of $3$ and so-on until
$n!+n$ which is a multiple of $n$



any more help would be appreciated







prime-numbers prime-factorization prime-gaps






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 8 hours ago









spydragonspydragon

4310 bronze badges




4310 bronze badges







  • 5




    $begingroup$
    Bertrand's postulate?
    $endgroup$
    – Lord Shark the Unknown
    8 hours ago










  • $begingroup$
    @LordSharktheUnknown if I understand Bertrand's postulate, no. he has a way of finding prime gaps (sort-of) I'm just wondering if a number can contain all prime numbers less that its self
    $endgroup$
    – spydragon
    8 hours ago











  • $begingroup$
    Prime gaps of arbitrary length appear. Small prime gaps persist indefinitely with gaps at most $246$ appearing infinitely often (en.wikipedia.org/wiki/Polymath_Project) - the conjecture is that $246$ can be reduced to $2$, and that "prime pairs" occur infinitely often. Primes are too dense for your idea to work. Exploring them is mathematically rich territory - proving new things about primes is almost always standing on the shoulders of giants.
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    You need to understand the question you are asking. Bertrand's postulate shows that there is a prime which is not "included" (because there is a prime between $n$ and $2n$ which is, therefore, not a factor of $2n$, and the product you are creating is of the from $2n$)
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    @MarkBennet I know, but as it hasn't been proven you and I cannot know for certain and even though primes are not always 1,000,000 numbers apart there could still be a number that works
    $endgroup$
    – spydragon
    8 hours ago












  • 5




    $begingroup$
    Bertrand's postulate?
    $endgroup$
    – Lord Shark the Unknown
    8 hours ago










  • $begingroup$
    @LordSharktheUnknown if I understand Bertrand's postulate, no. he has a way of finding prime gaps (sort-of) I'm just wondering if a number can contain all prime numbers less that its self
    $endgroup$
    – spydragon
    8 hours ago











  • $begingroup$
    Prime gaps of arbitrary length appear. Small prime gaps persist indefinitely with gaps at most $246$ appearing infinitely often (en.wikipedia.org/wiki/Polymath_Project) - the conjecture is that $246$ can be reduced to $2$, and that "prime pairs" occur infinitely often. Primes are too dense for your idea to work. Exploring them is mathematically rich territory - proving new things about primes is almost always standing on the shoulders of giants.
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    You need to understand the question you are asking. Bertrand's postulate shows that there is a prime which is not "included" (because there is a prime between $n$ and $2n$ which is, therefore, not a factor of $2n$, and the product you are creating is of the from $2n$)
    $endgroup$
    – Mark Bennet
    8 hours ago










  • $begingroup$
    @MarkBennet I know, but as it hasn't been proven you and I cannot know for certain and even though primes are not always 1,000,000 numbers apart there could still be a number that works
    $endgroup$
    – spydragon
    8 hours ago







5




5




$begingroup$
Bertrand's postulate?
$endgroup$
– Lord Shark the Unknown
8 hours ago




$begingroup$
Bertrand's postulate?
$endgroup$
– Lord Shark the Unknown
8 hours ago












$begingroup$
@LordSharktheUnknown if I understand Bertrand's postulate, no. he has a way of finding prime gaps (sort-of) I'm just wondering if a number can contain all prime numbers less that its self
$endgroup$
– spydragon
8 hours ago





$begingroup$
@LordSharktheUnknown if I understand Bertrand's postulate, no. he has a way of finding prime gaps (sort-of) I'm just wondering if a number can contain all prime numbers less that its self
$endgroup$
– spydragon
8 hours ago













$begingroup$
Prime gaps of arbitrary length appear. Small prime gaps persist indefinitely with gaps at most $246$ appearing infinitely often (en.wikipedia.org/wiki/Polymath_Project) - the conjecture is that $246$ can be reduced to $2$, and that "prime pairs" occur infinitely often. Primes are too dense for your idea to work. Exploring them is mathematically rich territory - proving new things about primes is almost always standing on the shoulders of giants.
$endgroup$
– Mark Bennet
8 hours ago




$begingroup$
Prime gaps of arbitrary length appear. Small prime gaps persist indefinitely with gaps at most $246$ appearing infinitely often (en.wikipedia.org/wiki/Polymath_Project) - the conjecture is that $246$ can be reduced to $2$, and that "prime pairs" occur infinitely often. Primes are too dense for your idea to work. Exploring them is mathematically rich territory - proving new things about primes is almost always standing on the shoulders of giants.
$endgroup$
– Mark Bennet
8 hours ago












$begingroup$
You need to understand the question you are asking. Bertrand's postulate shows that there is a prime which is not "included" (because there is a prime between $n$ and $2n$ which is, therefore, not a factor of $2n$, and the product you are creating is of the from $2n$)
$endgroup$
– Mark Bennet
8 hours ago




$begingroup$
You need to understand the question you are asking. Bertrand's postulate shows that there is a prime which is not "included" (because there is a prime between $n$ and $2n$ which is, therefore, not a factor of $2n$, and the product you are creating is of the from $2n$)
$endgroup$
– Mark Bennet
8 hours ago












$begingroup$
@MarkBennet I know, but as it hasn't been proven you and I cannot know for certain and even though primes are not always 1,000,000 numbers apart there could still be a number that works
$endgroup$
– spydragon
8 hours ago




$begingroup$
@MarkBennet I know, but as it hasn't been proven you and I cannot know for certain and even though primes are not always 1,000,000 numbers apart there could still be a number that works
$endgroup$
– spydragon
8 hours ago










5 Answers
5






active

oldest

votes


















10












$begingroup$

This is impossible. For every $n>1$, we have gcd$(n,n-1)=1$. Since there is a prime dividing $n-1$, the result follows.



Edit : I should have assumed $n>2$ since I need a prime divisor of $n-1$.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    Well, $n=2$ actually works ...
    $endgroup$
    – Henning Makholm
    8 hours ago










  • $begingroup$
    @HenningMakholm you are correct, in $n=2$ case, $n-1$ is not divisible by any prime. I should have assumed that $n>2$.
    $endgroup$
    – Levent
    8 hours ago










  • $begingroup$
    what if $n-1$ and $n+1$ are twin primes, I never said $n$ had to be prime?
    $endgroup$
    – spydragon
    8 hours ago











  • $begingroup$
    @spydragon I did not assume that $n$ is a prime. Let $n>2$ be any integer. Then gcd$(n,n-1)=1$ (why?). Now $n-1>1$ so there exists a prime divisor $p$ of $n-1$ (it can be $n-1$ itself). Then $p<n$ and $p$ does not divide $n$ (since $p$ divides $n-1$ and gcd$(n,n-1)=1$).
    $endgroup$
    – Levent
    8 hours ago










  • $begingroup$
    @spydragon you want $n$ to contain every prime factor less than or equal to $n$ - it doesn't have to be prime. But the factors of $n-1$ don't divide $n$. If $n-1$ has a non-trivial prime factor, $n$ cannot contain it, Please think about this - try out some examples. $n=2$ is the only solution.
    $endgroup$
    – Mark Bennet
    8 hours ago


















6












$begingroup$

To make Lord Shark's comment explicit:



Let $n$ be composite and let $p$ be its largest prime factor. Then certainly $nge 2p$. By Bertrand's postulate, there exists a prime $q$ between $p$ and $2p$, hence there exist primes below $n$ that do not divide $n$.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    unless that prime $q$ is in between $n$ and $2p$
    $endgroup$
    – spydragon
    8 hours ago










  • $begingroup$
    @spydragon $p$ was chosen as the largest prime divisor of $n$ so any larger prime - e.g. the $q$ that comes from Bertrand, or any other prime larger than $p$, does not divide $n$.
    $endgroup$
    – Ethan Bolker
    3 hours ago


















1












$begingroup$

$n=2cdotnover 2$ at most for the factoring to work out. But, by that very logic, applying it with Bertrand's Postulate $$exists cinmathbbP,nover 2leq cleq nimplies cmid n land 2nmid n$$ contradicting the possibility of an n with the property of divisibility by 2 working. which then says n doesn't include all primes less than it.






share|cite|improve this answer











$endgroup$




















    1












    $begingroup$

    Look at it from the other side, the "half-primorials" (see http://oeis.org/A070826) of which the first composite one is 15, which as you know is $3 times 5$.



    But it's not divisible by 7, 11 or 13. Multiply those in and you get 15015. But that's not divisible by 17, 19, 23, 29, ..., 14983 or 15013. Multiply those in... actually, don't, you might tie up your computer for too long.






    share|cite|improve this answer









    $endgroup$




















      0












      $begingroup$

      A small dilation on the answer of Levent: Let us imagine there is such a number and there are $n$ primes smaller than that number. Then the smallest number that contains all of those primes is the product of all of those primes, which is called a primorial and is denoted $p_n#$.



      Your question in effect asks, "Is it ever the case that $p_n+1>p_n#$?"



      We can start by considering the number $p_n#+1$. Since every one of the first $n$ primes divides $p_n#$, and none of them divide $1$, we conclude none of them can divide $p_n#+1$. So that number must either be a prime or have prime factors. If it has prime factors, they must be other than any of the first $p_n$, and those factors must be smaller than $p_n#$, and larger than $p_n$ itself. In this case, the prime next larger than $p_n$ would have to be smaller than $p_n#$ and the answer to your question would be "No". So that forces us to consider that $p_n#+1$ is in fact a prime, and postulate that it is the prime next larger than $p_n$, i.e. $p_n+1$. If it were ever the case that $p_n+1=p_n#+1$, that would be the only possible way to answer your question in the positive.



      Here is how Levent's answer sinks that ship. We must now consider the number $p_n#-1$. As in the case of $p_n#+1$, each $p_n$ divides $p_n#$ but none of them divide $1$, so $p_n#-1$ must either be a prime or have prime factors, in either instance smaller than $p_n#$. That being the case, $p_n#+1$ cannot be the prime next larger than $p_n$.



      Levent's answer stands on its own in answering your question in the negative. However, the excursion taken here shows that Levent's answer also undercuts the only reasonable candidate for the kind of number you postulate.






      share|cite|improve this answer









      $endgroup$















        Your Answer








        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "69"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        noCode: true, onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3271974%2fdoes-a-number-that-contains-all-primes-less-than-it-exist%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        5 Answers
        5






        active

        oldest

        votes








        5 Answers
        5






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        10












        $begingroup$

        This is impossible. For every $n>1$, we have gcd$(n,n-1)=1$. Since there is a prime dividing $n-1$, the result follows.



        Edit : I should have assumed $n>2$ since I need a prime divisor of $n-1$.






        share|cite|improve this answer











        $endgroup$












        • $begingroup$
          Well, $n=2$ actually works ...
          $endgroup$
          – Henning Makholm
          8 hours ago










        • $begingroup$
          @HenningMakholm you are correct, in $n=2$ case, $n-1$ is not divisible by any prime. I should have assumed that $n>2$.
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          what if $n-1$ and $n+1$ are twin primes, I never said $n$ had to be prime?
          $endgroup$
          – spydragon
          8 hours ago











        • $begingroup$
          @spydragon I did not assume that $n$ is a prime. Let $n>2$ be any integer. Then gcd$(n,n-1)=1$ (why?). Now $n-1>1$ so there exists a prime divisor $p$ of $n-1$ (it can be $n-1$ itself). Then $p<n$ and $p$ does not divide $n$ (since $p$ divides $n-1$ and gcd$(n,n-1)=1$).
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          @spydragon you want $n$ to contain every prime factor less than or equal to $n$ - it doesn't have to be prime. But the factors of $n-1$ don't divide $n$. If $n-1$ has a non-trivial prime factor, $n$ cannot contain it, Please think about this - try out some examples. $n=2$ is the only solution.
          $endgroup$
          – Mark Bennet
          8 hours ago















        10












        $begingroup$

        This is impossible. For every $n>1$, we have gcd$(n,n-1)=1$. Since there is a prime dividing $n-1$, the result follows.



        Edit : I should have assumed $n>2$ since I need a prime divisor of $n-1$.






        share|cite|improve this answer











        $endgroup$












        • $begingroup$
          Well, $n=2$ actually works ...
          $endgroup$
          – Henning Makholm
          8 hours ago










        • $begingroup$
          @HenningMakholm you are correct, in $n=2$ case, $n-1$ is not divisible by any prime. I should have assumed that $n>2$.
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          what if $n-1$ and $n+1$ are twin primes, I never said $n$ had to be prime?
          $endgroup$
          – spydragon
          8 hours ago











        • $begingroup$
          @spydragon I did not assume that $n$ is a prime. Let $n>2$ be any integer. Then gcd$(n,n-1)=1$ (why?). Now $n-1>1$ so there exists a prime divisor $p$ of $n-1$ (it can be $n-1$ itself). Then $p<n$ and $p$ does not divide $n$ (since $p$ divides $n-1$ and gcd$(n,n-1)=1$).
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          @spydragon you want $n$ to contain every prime factor less than or equal to $n$ - it doesn't have to be prime. But the factors of $n-1$ don't divide $n$. If $n-1$ has a non-trivial prime factor, $n$ cannot contain it, Please think about this - try out some examples. $n=2$ is the only solution.
          $endgroup$
          – Mark Bennet
          8 hours ago













        10












        10








        10





        $begingroup$

        This is impossible. For every $n>1$, we have gcd$(n,n-1)=1$. Since there is a prime dividing $n-1$, the result follows.



        Edit : I should have assumed $n>2$ since I need a prime divisor of $n-1$.






        share|cite|improve this answer











        $endgroup$



        This is impossible. For every $n>1$, we have gcd$(n,n-1)=1$. Since there is a prime dividing $n-1$, the result follows.



        Edit : I should have assumed $n>2$ since I need a prime divisor of $n-1$.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited 8 hours ago

























        answered 8 hours ago









        LeventLevent

        2,9539 silver badges26 bronze badges




        2,9539 silver badges26 bronze badges











        • $begingroup$
          Well, $n=2$ actually works ...
          $endgroup$
          – Henning Makholm
          8 hours ago










        • $begingroup$
          @HenningMakholm you are correct, in $n=2$ case, $n-1$ is not divisible by any prime. I should have assumed that $n>2$.
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          what if $n-1$ and $n+1$ are twin primes, I never said $n$ had to be prime?
          $endgroup$
          – spydragon
          8 hours ago











        • $begingroup$
          @spydragon I did not assume that $n$ is a prime. Let $n>2$ be any integer. Then gcd$(n,n-1)=1$ (why?). Now $n-1>1$ so there exists a prime divisor $p$ of $n-1$ (it can be $n-1$ itself). Then $p<n$ and $p$ does not divide $n$ (since $p$ divides $n-1$ and gcd$(n,n-1)=1$).
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          @spydragon you want $n$ to contain every prime factor less than or equal to $n$ - it doesn't have to be prime. But the factors of $n-1$ don't divide $n$. If $n-1$ has a non-trivial prime factor, $n$ cannot contain it, Please think about this - try out some examples. $n=2$ is the only solution.
          $endgroup$
          – Mark Bennet
          8 hours ago
















        • $begingroup$
          Well, $n=2$ actually works ...
          $endgroup$
          – Henning Makholm
          8 hours ago










        • $begingroup$
          @HenningMakholm you are correct, in $n=2$ case, $n-1$ is not divisible by any prime. I should have assumed that $n>2$.
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          what if $n-1$ and $n+1$ are twin primes, I never said $n$ had to be prime?
          $endgroup$
          – spydragon
          8 hours ago











        • $begingroup$
          @spydragon I did not assume that $n$ is a prime. Let $n>2$ be any integer. Then gcd$(n,n-1)=1$ (why?). Now $n-1>1$ so there exists a prime divisor $p$ of $n-1$ (it can be $n-1$ itself). Then $p<n$ and $p$ does not divide $n$ (since $p$ divides $n-1$ and gcd$(n,n-1)=1$).
          $endgroup$
          – Levent
          8 hours ago










        • $begingroup$
          @spydragon you want $n$ to contain every prime factor less than or equal to $n$ - it doesn't have to be prime. But the factors of $n-1$ don't divide $n$. If $n-1$ has a non-trivial prime factor, $n$ cannot contain it, Please think about this - try out some examples. $n=2$ is the only solution.
          $endgroup$
          – Mark Bennet
          8 hours ago















        $begingroup$
        Well, $n=2$ actually works ...
        $endgroup$
        – Henning Makholm
        8 hours ago




        $begingroup$
        Well, $n=2$ actually works ...
        $endgroup$
        – Henning Makholm
        8 hours ago












        $begingroup$
        @HenningMakholm you are correct, in $n=2$ case, $n-1$ is not divisible by any prime. I should have assumed that $n>2$.
        $endgroup$
        – Levent
        8 hours ago




        $begingroup$
        @HenningMakholm you are correct, in $n=2$ case, $n-1$ is not divisible by any prime. I should have assumed that $n>2$.
        $endgroup$
        – Levent
        8 hours ago












        $begingroup$
        what if $n-1$ and $n+1$ are twin primes, I never said $n$ had to be prime?
        $endgroup$
        – spydragon
        8 hours ago





        $begingroup$
        what if $n-1$ and $n+1$ are twin primes, I never said $n$ had to be prime?
        $endgroup$
        – spydragon
        8 hours ago













        $begingroup$
        @spydragon I did not assume that $n$ is a prime. Let $n>2$ be any integer. Then gcd$(n,n-1)=1$ (why?). Now $n-1>1$ so there exists a prime divisor $p$ of $n-1$ (it can be $n-1$ itself). Then $p<n$ and $p$ does not divide $n$ (since $p$ divides $n-1$ and gcd$(n,n-1)=1$).
        $endgroup$
        – Levent
        8 hours ago




        $begingroup$
        @spydragon I did not assume that $n$ is a prime. Let $n>2$ be any integer. Then gcd$(n,n-1)=1$ (why?). Now $n-1>1$ so there exists a prime divisor $p$ of $n-1$ (it can be $n-1$ itself). Then $p<n$ and $p$ does not divide $n$ (since $p$ divides $n-1$ and gcd$(n,n-1)=1$).
        $endgroup$
        – Levent
        8 hours ago












        $begingroup$
        @spydragon you want $n$ to contain every prime factor less than or equal to $n$ - it doesn't have to be prime. But the factors of $n-1$ don't divide $n$. If $n-1$ has a non-trivial prime factor, $n$ cannot contain it, Please think about this - try out some examples. $n=2$ is the only solution.
        $endgroup$
        – Mark Bennet
        8 hours ago




        $begingroup$
        @spydragon you want $n$ to contain every prime factor less than or equal to $n$ - it doesn't have to be prime. But the factors of $n-1$ don't divide $n$. If $n-1$ has a non-trivial prime factor, $n$ cannot contain it, Please think about this - try out some examples. $n=2$ is the only solution.
        $endgroup$
        – Mark Bennet
        8 hours ago













        6












        $begingroup$

        To make Lord Shark's comment explicit:



        Let $n$ be composite and let $p$ be its largest prime factor. Then certainly $nge 2p$. By Bertrand's postulate, there exists a prime $q$ between $p$ and $2p$, hence there exist primes below $n$ that do not divide $n$.






        share|cite|improve this answer











        $endgroup$












        • $begingroup$
          unless that prime $q$ is in between $n$ and $2p$
          $endgroup$
          – spydragon
          8 hours ago










        • $begingroup$
          @spydragon $p$ was chosen as the largest prime divisor of $n$ so any larger prime - e.g. the $q$ that comes from Bertrand, or any other prime larger than $p$, does not divide $n$.
          $endgroup$
          – Ethan Bolker
          3 hours ago















        6












        $begingroup$

        To make Lord Shark's comment explicit:



        Let $n$ be composite and let $p$ be its largest prime factor. Then certainly $nge 2p$. By Bertrand's postulate, there exists a prime $q$ between $p$ and $2p$, hence there exist primes below $n$ that do not divide $n$.






        share|cite|improve this answer











        $endgroup$












        • $begingroup$
          unless that prime $q$ is in between $n$ and $2p$
          $endgroup$
          – spydragon
          8 hours ago










        • $begingroup$
          @spydragon $p$ was chosen as the largest prime divisor of $n$ so any larger prime - e.g. the $q$ that comes from Bertrand, or any other prime larger than $p$, does not divide $n$.
          $endgroup$
          – Ethan Bolker
          3 hours ago













        6












        6








        6





        $begingroup$

        To make Lord Shark's comment explicit:



        Let $n$ be composite and let $p$ be its largest prime factor. Then certainly $nge 2p$. By Bertrand's postulate, there exists a prime $q$ between $p$ and $2p$, hence there exist primes below $n$ that do not divide $n$.






        share|cite|improve this answer











        $endgroup$



        To make Lord Shark's comment explicit:



        Let $n$ be composite and let $p$ be its largest prime factor. Then certainly $nge 2p$. By Bertrand's postulate, there exists a prime $q$ between $p$ and $2p$, hence there exist primes below $n$ that do not divide $n$.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        answered 8 hours ago


























        community wiki





        Hagen von Eitzen












        • $begingroup$
          unless that prime $q$ is in between $n$ and $2p$
          $endgroup$
          – spydragon
          8 hours ago










        • $begingroup$
          @spydragon $p$ was chosen as the largest prime divisor of $n$ so any larger prime - e.g. the $q$ that comes from Bertrand, or any other prime larger than $p$, does not divide $n$.
          $endgroup$
          – Ethan Bolker
          3 hours ago
















        • $begingroup$
          unless that prime $q$ is in between $n$ and $2p$
          $endgroup$
          – spydragon
          8 hours ago










        • $begingroup$
          @spydragon $p$ was chosen as the largest prime divisor of $n$ so any larger prime - e.g. the $q$ that comes from Bertrand, or any other prime larger than $p$, does not divide $n$.
          $endgroup$
          – Ethan Bolker
          3 hours ago















        $begingroup$
        unless that prime $q$ is in between $n$ and $2p$
        $endgroup$
        – spydragon
        8 hours ago




        $begingroup$
        unless that prime $q$ is in between $n$ and $2p$
        $endgroup$
        – spydragon
        8 hours ago












        $begingroup$
        @spydragon $p$ was chosen as the largest prime divisor of $n$ so any larger prime - e.g. the $q$ that comes from Bertrand, or any other prime larger than $p$, does not divide $n$.
        $endgroup$
        – Ethan Bolker
        3 hours ago




        $begingroup$
        @spydragon $p$ was chosen as the largest prime divisor of $n$ so any larger prime - e.g. the $q$ that comes from Bertrand, or any other prime larger than $p$, does not divide $n$.
        $endgroup$
        – Ethan Bolker
        3 hours ago











        1












        $begingroup$

        $n=2cdotnover 2$ at most for the factoring to work out. But, by that very logic, applying it with Bertrand's Postulate $$exists cinmathbbP,nover 2leq cleq nimplies cmid n land 2nmid n$$ contradicting the possibility of an n with the property of divisibility by 2 working. which then says n doesn't include all primes less than it.






        share|cite|improve this answer











        $endgroup$

















          1












          $begingroup$

          $n=2cdotnover 2$ at most for the factoring to work out. But, by that very logic, applying it with Bertrand's Postulate $$exists cinmathbbP,nover 2leq cleq nimplies cmid n land 2nmid n$$ contradicting the possibility of an n with the property of divisibility by 2 working. which then says n doesn't include all primes less than it.






          share|cite|improve this answer











          $endgroup$















            1












            1








            1





            $begingroup$

            $n=2cdotnover 2$ at most for the factoring to work out. But, by that very logic, applying it with Bertrand's Postulate $$exists cinmathbbP,nover 2leq cleq nimplies cmid n land 2nmid n$$ contradicting the possibility of an n with the property of divisibility by 2 working. which then says n doesn't include all primes less than it.






            share|cite|improve this answer











            $endgroup$



            $n=2cdotnover 2$ at most for the factoring to work out. But, by that very logic, applying it with Bertrand's Postulate $$exists cinmathbbP,nover 2leq cleq nimplies cmid n land 2nmid n$$ contradicting the possibility of an n with the property of divisibility by 2 working. which then says n doesn't include all primes less than it.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited 3 hours ago









            mlchristians

            17110 bronze badges




            17110 bronze badges










            answered 7 hours ago









            Roddy MacPheeRoddy MacPhee

            1,7432 gold badges2 silver badges24 bronze badges




            1,7432 gold badges2 silver badges24 bronze badges





















                1












                $begingroup$

                Look at it from the other side, the "half-primorials" (see http://oeis.org/A070826) of which the first composite one is 15, which as you know is $3 times 5$.



                But it's not divisible by 7, 11 or 13. Multiply those in and you get 15015. But that's not divisible by 17, 19, 23, 29, ..., 14983 or 15013. Multiply those in... actually, don't, you might tie up your computer for too long.






                share|cite|improve this answer









                $endgroup$

















                  1












                  $begingroup$

                  Look at it from the other side, the "half-primorials" (see http://oeis.org/A070826) of which the first composite one is 15, which as you know is $3 times 5$.



                  But it's not divisible by 7, 11 or 13. Multiply those in and you get 15015. But that's not divisible by 17, 19, 23, 29, ..., 14983 or 15013. Multiply those in... actually, don't, you might tie up your computer for too long.






                  share|cite|improve this answer









                  $endgroup$















                    1












                    1








                    1





                    $begingroup$

                    Look at it from the other side, the "half-primorials" (see http://oeis.org/A070826) of which the first composite one is 15, which as you know is $3 times 5$.



                    But it's not divisible by 7, 11 or 13. Multiply those in and you get 15015. But that's not divisible by 17, 19, 23, 29, ..., 14983 or 15013. Multiply those in... actually, don't, you might tie up your computer for too long.






                    share|cite|improve this answer









                    $endgroup$



                    Look at it from the other side, the "half-primorials" (see http://oeis.org/A070826) of which the first composite one is 15, which as you know is $3 times 5$.



                    But it's not divisible by 7, 11 or 13. Multiply those in and you get 15015. But that's not divisible by 17, 19, 23, 29, ..., 14983 or 15013. Multiply those in... actually, don't, you might tie up your computer for too long.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered 3 hours ago









                    Robert SoupeRobert Soupe

                    12k2 gold badges21 silver badges53 bronze badges




                    12k2 gold badges21 silver badges53 bronze badges





















                        0












                        $begingroup$

                        A small dilation on the answer of Levent: Let us imagine there is such a number and there are $n$ primes smaller than that number. Then the smallest number that contains all of those primes is the product of all of those primes, which is called a primorial and is denoted $p_n#$.



                        Your question in effect asks, "Is it ever the case that $p_n+1>p_n#$?"



                        We can start by considering the number $p_n#+1$. Since every one of the first $n$ primes divides $p_n#$, and none of them divide $1$, we conclude none of them can divide $p_n#+1$. So that number must either be a prime or have prime factors. If it has prime factors, they must be other than any of the first $p_n$, and those factors must be smaller than $p_n#$, and larger than $p_n$ itself. In this case, the prime next larger than $p_n$ would have to be smaller than $p_n#$ and the answer to your question would be "No". So that forces us to consider that $p_n#+1$ is in fact a prime, and postulate that it is the prime next larger than $p_n$, i.e. $p_n+1$. If it were ever the case that $p_n+1=p_n#+1$, that would be the only possible way to answer your question in the positive.



                        Here is how Levent's answer sinks that ship. We must now consider the number $p_n#-1$. As in the case of $p_n#+1$, each $p_n$ divides $p_n#$ but none of them divide $1$, so $p_n#-1$ must either be a prime or have prime factors, in either instance smaller than $p_n#$. That being the case, $p_n#+1$ cannot be the prime next larger than $p_n$.



                        Levent's answer stands on its own in answering your question in the negative. However, the excursion taken here shows that Levent's answer also undercuts the only reasonable candidate for the kind of number you postulate.






                        share|cite|improve this answer









                        $endgroup$

















                          0












                          $begingroup$

                          A small dilation on the answer of Levent: Let us imagine there is such a number and there are $n$ primes smaller than that number. Then the smallest number that contains all of those primes is the product of all of those primes, which is called a primorial and is denoted $p_n#$.



                          Your question in effect asks, "Is it ever the case that $p_n+1>p_n#$?"



                          We can start by considering the number $p_n#+1$. Since every one of the first $n$ primes divides $p_n#$, and none of them divide $1$, we conclude none of them can divide $p_n#+1$. So that number must either be a prime or have prime factors. If it has prime factors, they must be other than any of the first $p_n$, and those factors must be smaller than $p_n#$, and larger than $p_n$ itself. In this case, the prime next larger than $p_n$ would have to be smaller than $p_n#$ and the answer to your question would be "No". So that forces us to consider that $p_n#+1$ is in fact a prime, and postulate that it is the prime next larger than $p_n$, i.e. $p_n+1$. If it were ever the case that $p_n+1=p_n#+1$, that would be the only possible way to answer your question in the positive.



                          Here is how Levent's answer sinks that ship. We must now consider the number $p_n#-1$. As in the case of $p_n#+1$, each $p_n$ divides $p_n#$ but none of them divide $1$, so $p_n#-1$ must either be a prime or have prime factors, in either instance smaller than $p_n#$. That being the case, $p_n#+1$ cannot be the prime next larger than $p_n$.



                          Levent's answer stands on its own in answering your question in the negative. However, the excursion taken here shows that Levent's answer also undercuts the only reasonable candidate for the kind of number you postulate.






                          share|cite|improve this answer









                          $endgroup$















                            0












                            0








                            0





                            $begingroup$

                            A small dilation on the answer of Levent: Let us imagine there is such a number and there are $n$ primes smaller than that number. Then the smallest number that contains all of those primes is the product of all of those primes, which is called a primorial and is denoted $p_n#$.



                            Your question in effect asks, "Is it ever the case that $p_n+1>p_n#$?"



                            We can start by considering the number $p_n#+1$. Since every one of the first $n$ primes divides $p_n#$, and none of them divide $1$, we conclude none of them can divide $p_n#+1$. So that number must either be a prime or have prime factors. If it has prime factors, they must be other than any of the first $p_n$, and those factors must be smaller than $p_n#$, and larger than $p_n$ itself. In this case, the prime next larger than $p_n$ would have to be smaller than $p_n#$ and the answer to your question would be "No". So that forces us to consider that $p_n#+1$ is in fact a prime, and postulate that it is the prime next larger than $p_n$, i.e. $p_n+1$. If it were ever the case that $p_n+1=p_n#+1$, that would be the only possible way to answer your question in the positive.



                            Here is how Levent's answer sinks that ship. We must now consider the number $p_n#-1$. As in the case of $p_n#+1$, each $p_n$ divides $p_n#$ but none of them divide $1$, so $p_n#-1$ must either be a prime or have prime factors, in either instance smaller than $p_n#$. That being the case, $p_n#+1$ cannot be the prime next larger than $p_n$.



                            Levent's answer stands on its own in answering your question in the negative. However, the excursion taken here shows that Levent's answer also undercuts the only reasonable candidate for the kind of number you postulate.






                            share|cite|improve this answer









                            $endgroup$



                            A small dilation on the answer of Levent: Let us imagine there is such a number and there are $n$ primes smaller than that number. Then the smallest number that contains all of those primes is the product of all of those primes, which is called a primorial and is denoted $p_n#$.



                            Your question in effect asks, "Is it ever the case that $p_n+1>p_n#$?"



                            We can start by considering the number $p_n#+1$. Since every one of the first $n$ primes divides $p_n#$, and none of them divide $1$, we conclude none of them can divide $p_n#+1$. So that number must either be a prime or have prime factors. If it has prime factors, they must be other than any of the first $p_n$, and those factors must be smaller than $p_n#$, and larger than $p_n$ itself. In this case, the prime next larger than $p_n$ would have to be smaller than $p_n#$ and the answer to your question would be "No". So that forces us to consider that $p_n#+1$ is in fact a prime, and postulate that it is the prime next larger than $p_n$, i.e. $p_n+1$. If it were ever the case that $p_n+1=p_n#+1$, that would be the only possible way to answer your question in the positive.



                            Here is how Levent's answer sinks that ship. We must now consider the number $p_n#-1$. As in the case of $p_n#+1$, each $p_n$ divides $p_n#$ but none of them divide $1$, so $p_n#-1$ must either be a prime or have prime factors, in either instance smaller than $p_n#$. That being the case, $p_n#+1$ cannot be the prime next larger than $p_n$.



                            Levent's answer stands on its own in answering your question in the negative. However, the excursion taken here shows that Levent's answer also undercuts the only reasonable candidate for the kind of number you postulate.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered 1 hour ago









                            Keith BackmanKeith Backman

                            1,7721 gold badge9 silver badges13 bronze badges




                            1,7721 gold badge9 silver badges13 bronze badges



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Mathematics Stack Exchange!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                Use MathJax to format equations. MathJax reference.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3271974%2fdoes-a-number-that-contains-all-primes-less-than-it-exist%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                                Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367

                                Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes