How to find asymptotic density?Can You Construct a Syndetic Set with an Undefined Density?Irrational Natural...

Go Pregnant or Go Home

Bash method for viewing beginning and end of file

apt-get update is failing in debian

Displaying the order of the columns of a table

Have I saved too much for retirement so far?

Failed to fetch jessie backports repository

What would be the benefits of having both a state and local currencies?

How to be diplomatic in refusing to write code that breaches the privacy of our users

Why are on-board computers allowed to change controls without notifying the pilots?

Lay out the Carpet

Can a monster with multiattack use this ability if they are missing a limb?

Why did Kant, Hegel, and Adorno leave some words and phrases in the Greek alphabet?

Opposite of a diet

Was Spock the First Vulcan in Starfleet?

The plural of 'stomach"

How could Frankenstein get the parts for his _second_ creature?

Is there a good way to store credentials outside of a password manager?

Teaching indefinite integrals that require special-casing

There is only s̶i̶x̶t̶y one place he can be

Why does John Bercow say “unlock” after reading out the results of a vote?

Print name if parameter passed to function

How do I keep an essay about "feeling flat" from feeling flat?

What is the oldest known work of fiction?

Your magic is very sketchy



How to find asymptotic density?


Can You Construct a Syndetic Set with an Undefined Density?Irrational Natural DensityAsymptotic density of powers of primesNatual density inside a subsequenceSplitting the asymptotic upper densityDensity of a set of numbers.Asymptotic density of products of certain primesExtending the Definition of Asymptotic Density to rationalsDensity of the set ${n^{frac{1}{q}}:qin N}$ in the natural numbers where $n>1$Schnirelmann density and Natural Density













2












$begingroup$


How do I find asymptotic density of the set of even numbers ${2,4,6,cdots}$?



I know that for a subset of the natural numbers $A⊆ℕ$ let $a(n)$ be the number of elements of A which are less than or equal to n.



i.e.
$a(n)=|A∩{1,2,⋯,n}|$.



Then, the asymptotic density of a subset of $mathbb N$ is defined as $lim_{n→∞}a(n)/n$.



But I'm unsure how to calculate still. Thanks.










share|cite|improve this question











$endgroup$












  • $begingroup$
    It is $1/2$. Evaluating it is not too hard. (Divide the case of $n$!)
    $endgroup$
    – Hanul Jeon
    May 21 '17 at 9:53
















2












$begingroup$


How do I find asymptotic density of the set of even numbers ${2,4,6,cdots}$?



I know that for a subset of the natural numbers $A⊆ℕ$ let $a(n)$ be the number of elements of A which are less than or equal to n.



i.e.
$a(n)=|A∩{1,2,⋯,n}|$.



Then, the asymptotic density of a subset of $mathbb N$ is defined as $lim_{n→∞}a(n)/n$.



But I'm unsure how to calculate still. Thanks.










share|cite|improve this question











$endgroup$












  • $begingroup$
    It is $1/2$. Evaluating it is not too hard. (Divide the case of $n$!)
    $endgroup$
    – Hanul Jeon
    May 21 '17 at 9:53














2












2








2





$begingroup$


How do I find asymptotic density of the set of even numbers ${2,4,6,cdots}$?



I know that for a subset of the natural numbers $A⊆ℕ$ let $a(n)$ be the number of elements of A which are less than or equal to n.



i.e.
$a(n)=|A∩{1,2,⋯,n}|$.



Then, the asymptotic density of a subset of $mathbb N$ is defined as $lim_{n→∞}a(n)/n$.



But I'm unsure how to calculate still. Thanks.










share|cite|improve this question











$endgroup$




How do I find asymptotic density of the set of even numbers ${2,4,6,cdots}$?



I know that for a subset of the natural numbers $A⊆ℕ$ let $a(n)$ be the number of elements of A which are less than or equal to n.



i.e.
$a(n)=|A∩{1,2,⋯,n}|$.



Then, the asymptotic density of a subset of $mathbb N$ is defined as $lim_{n→∞}a(n)/n$.



But I'm unsure how to calculate still. Thanks.







number-theory asymptotics






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 15 at 7:56









BijanDatta

309113




309113










asked May 21 '17 at 9:43









ProgrammerProgrammer

416313




416313












  • $begingroup$
    It is $1/2$. Evaluating it is not too hard. (Divide the case of $n$!)
    $endgroup$
    – Hanul Jeon
    May 21 '17 at 9:53


















  • $begingroup$
    It is $1/2$. Evaluating it is not too hard. (Divide the case of $n$!)
    $endgroup$
    – Hanul Jeon
    May 21 '17 at 9:53
















$begingroup$
It is $1/2$. Evaluating it is not too hard. (Divide the case of $n$!)
$endgroup$
– Hanul Jeon
May 21 '17 at 9:53




$begingroup$
It is $1/2$. Evaluating it is not too hard. (Divide the case of $n$!)
$endgroup$
– Hanul Jeon
May 21 '17 at 9:53










1 Answer
1






active

oldest

votes


















1












$begingroup$

The right answer is $1/2$, and I hope this matches your intuition. In fact you can calculate that $a(n) = n/2$ if $n$ is even and $a(n) = (n-1)/2$ if $n$ is odd. This implies that for all natural $n$ we have:
$$frac{1}{2}-frac{1}{2n} leq frac{a(n)}{n} leq frac{1}{2}$$
So the limit is indeed $1/2$ as $nrightarrow infty$.






share|cite|improve this answer









$endgroup$













    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    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%2f2290206%2fhow-to-find-asymptotic-density%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1












    $begingroup$

    The right answer is $1/2$, and I hope this matches your intuition. In fact you can calculate that $a(n) = n/2$ if $n$ is even and $a(n) = (n-1)/2$ if $n$ is odd. This implies that for all natural $n$ we have:
    $$frac{1}{2}-frac{1}{2n} leq frac{a(n)}{n} leq frac{1}{2}$$
    So the limit is indeed $1/2$ as $nrightarrow infty$.






    share|cite|improve this answer









    $endgroup$


















      1












      $begingroup$

      The right answer is $1/2$, and I hope this matches your intuition. In fact you can calculate that $a(n) = n/2$ if $n$ is even and $a(n) = (n-1)/2$ if $n$ is odd. This implies that for all natural $n$ we have:
      $$frac{1}{2}-frac{1}{2n} leq frac{a(n)}{n} leq frac{1}{2}$$
      So the limit is indeed $1/2$ as $nrightarrow infty$.






      share|cite|improve this answer









      $endgroup$
















        1












        1








        1





        $begingroup$

        The right answer is $1/2$, and I hope this matches your intuition. In fact you can calculate that $a(n) = n/2$ if $n$ is even and $a(n) = (n-1)/2$ if $n$ is odd. This implies that for all natural $n$ we have:
        $$frac{1}{2}-frac{1}{2n} leq frac{a(n)}{n} leq frac{1}{2}$$
        So the limit is indeed $1/2$ as $nrightarrow infty$.






        share|cite|improve this answer









        $endgroup$



        The right answer is $1/2$, and I hope this matches your intuition. In fact you can calculate that $a(n) = n/2$ if $n$ is even and $a(n) = (n-1)/2$ if $n$ is odd. This implies that for all natural $n$ we have:
        $$frac{1}{2}-frac{1}{2n} leq frac{a(n)}{n} leq frac{1}{2}$$
        So the limit is indeed $1/2$ as $nrightarrow infty$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered May 21 '17 at 9:52









        Jef LJef L

        2,876617




        2,876617






























            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%2f2290206%2fhow-to-find-asymptotic-density%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

            六本木駅

            Integral that is continuous and looks like it converges to a geometric seriesTesting if a geometric series converges by taking limit to infinitySummation of arithmetic-geometric series of higher orderGeometric series with polynomial exponentHow to Recognize a Geometric SeriesShowing an integral equality with series over the integersDiscontinuity of a series of continuous functionsReasons why a Series ConvergesSum of infinite geometric series with two terms in summationUsing geometric series for computing IntegralsLimit of geometric series sum when $r = 1$

            Redningsselskapet